-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
108 lines (108 loc) · 3.51 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
{
"name": "physics-is-beautiful",
"version": "1.0.0",
"description": "## Installation",
"main": "index.js",
"scripts": {
"dev": "./node_modules/.bin/webpack --config webpack.dev.js --watch --mode development",
"clear": "rimraf ./static/js/bundles/*",
"prod": "./node_modules/.bin/webpack --config webpack.prod.js --mode production"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nscozzaro/physics-is-beautiful.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/nscozzaro/physics-is-beautiful/issues"
},
"homepage": "https://github.com/nscozzaro/physics-is-beautiful#readme",
"devDependencies": {
"@babel/core": "^7.5.5",
"@babel/plugin-proposal-class-properties": "^7.5.5",
"@babel/preset-env": "^7.5.5",
"@babel/preset-react": "^7.0.0",
"babel-loader": "^8.0.6",
"clean-webpack-plugin": "^3.0.0",
"css-loader": "^3.2.0",
"eslint": "^4.19.1",
"eslint-config-prettier": "^4.1.0",
"eslint-config-standard": "^10.2.0",
"eslint-config-standard-react": "^5.0.0",
"eslint-plugin-import": "^2.13.0",
"eslint-plugin-node": "^4.2.2",
"eslint-plugin-prettier": "^3.0.1",
"eslint-plugin-promise": "^3.8.0",
"eslint-plugin-react": "^7.10.0",
"eslint-plugin-standard": "^3.1.0",
"prettier": "^1.17.0",
"redux-devtools": "^3.4.1",
"redux-devtools-dock-monitor": "^1.1.3",
"redux-devtools-log-monitor": "^1.4.0",
"redux-logger": "^3.0.6",
"style-loader": "^1.0.0",
"terser-webpack-plugin": "^1.4.1",
"uglifyjs-webpack-plugin": "^2.2.0",
"url-loader": "^2.1.0",
"webpack": "^4.39.2",
"webpack-bundle-tracker": "^0.3.0",
"webpack-cli": "^3.3.6",
"webpack-merge": "^4.2.1"
},
"dependencies": {
"@vermus/django-react-djeddit-client": "^1.0.78",
"axios": "^0.17.1",
"connected-react-router": "^6.5.2",
"copy-to-clipboard": "^3.0.8",
"create-react-class": "^15.6.3",
"file-loader": "^2.0.0",
"history": "^4.7.2",
"js-quantities": "^1.7.2",
"mathjs": "^3.20.2",
"moment": "^2.22.2",
"prop-types": "^15.6.2",
"react": "^16.8.6",
"react-ace": "^7.0.2",
"react-adsense": "0.0.6",
"react-bootstrap": "1.0.0-beta.9",
"react-clipboard.js": "^2.0.7",
"react-countdown-clock": "^2.5.0",
"react-data-table-component": "^1.7.1",
"react-datepicker": "^2.3.0",
"react-dnd": "^9.3.4",
"react-dnd-html5-backend": "^9.3.4",
"react-dom": "^16.8.6",
"react-dom-factories": "^1.0.2",
"react-draggable": "^3.0.5",
"react-dropdown-tree-select": "^1.12.3",
"react-hover": "^1.0.0",
"react-icons": "^3.5.0",
"react-image-crop": "^6.0.0",
"react-infinite-scroller": "^1.2.4",
"react-markdown": "^4.0.6",
"react-mathjax": "^1.0.1",
"react-mathjax2": "0.0.2",
"react-moment": "^0.7.9",
"react-pdf-js": "github:physics-is-beautiful/react-pdf-js#0.12",
"react-redux": "^7.1.0",
"react-responsive": "^1.3.0",
"react-router-dom": "^5.0.1",
"react-router-redux": "^5.0.0-alpha.9",
"react-selectize": "^3.0.1",
"react-slick": "^0.23.2",
"react-spinners": "^0.3.3",
"react-tabs-redux": "^4.0.0",
"react-tag-input": "github:physics-is-beautiful/react-tags",
"react-transition-group": "^1.2.1",
"redux": "^4.0.4",
"redux-logger": "^3.0.6",
"redux-thunk": "^2.3.0",
"remark-math": "^1.0.6",
"rimraf": "^2.6.3",
"scriptjs": "^2.5.8",
"showdown": "^1.9.0",
"showdown-katex": "^0.6.0",
"styled-components": "^4.3.2"
}
}