forked from llaske/ExerciserReact
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.29 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.29 KB
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
{
"name": "exerciser",
"version": "0.1.0",
"private": true,
"homepage": ".",
"dependencies": {
"ajv": "^6.5.2",
"bootstrap": "^4.1.1",
"chart.js": "^2.7.2",
"copy-webpack-plugin": "^5.0.3",
"cropper": "^4.0.0",
"font-awesome": "^4.7.0",
"interactjs": "^1.4.0-rc.13",
"jquery": "^1.9.1",
"jsplumb": "^2.10.1",
"lz-string": "^1.4.4",
"mespeak": "^2.0.2",
"picomodal": "^3.0.0",
"popper.js": "^1.14.3",
"react": "^16.8.0",
"react-app-rewired": "^2.1.3",
"react-beautiful-dnd": "^8.0.5",
"react-burger-menu": "^2.5.2",
"react-chartjs-2": "^2.7.2",
"react-dom": "^16.8.0",
"react-intl": "^2.4.0",
"react-modal": "^3.9.1",
"react-redux": "^5.0.7",
"react-router-dom": "^4.3.1",
"react-scripts": "1.1.4",
"react-select": "^1.2.1",
"react-tooltip": "^3.6.1",
"react-use-dimensions": "^1.2.1",
"reactour": "^1.15.0",
"redux": "^4.0.0",
"source-map-explorer": "^2.0.0",
"styled-components": "^4.3.2",
"text-loader": "0.0.1"
},
"scripts": {
"analyze": "source-map-explorer 'build/static/js/*.js'",
"start": "react-app-rewired start --scripts-version react-scripts",
"build": "react-app-rewired build --scripts-version react-scripts",
"test": "react-app-rewired test --env=jsdom --scripts-version react-scripts",
"eject": "react-scripts eject"
}
}