forked from manki11/ExerciserReact
-
Notifications
You must be signed in to change notification settings - Fork 49
/
package.json
48 lines (48 loc) · 1.32 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
{
"name": "exerciser",
"version": "0.1.0",
"private": true,
"homepage": ".",
"dependencies": {
"ajv": "^8.11.0",
"bootstrap": "^4.1.1",
"chart.js": "^2.9.4",
"copy-webpack-plugin": "^11.0.0",
"cropper": "^4.1.0",
"font-awesome": "^4.7.0",
"interactjs": "^1.10.14",
"intro.js": "5.1.0",
"intro.js-react": "^0.7.1",
"jquery": "^3.6.0",
"jsplumb": "^2.15.6",
"lz-string": "^1.4.4",
"mespeak": "^2.0.2",
"picomodal": "^3.0.0",
"popper.js": "^1.14.3",
"react": "^17.0.2",
"react-app-rewired": "^2.1.3",
"react-beautiful-dnd": "^8.0.5",
"react-burger-menu": "^3.0.8",
"react-chartjs-2": "^2.11.2",
"react-dom": "^17.0.2",
"react-intl": "^2.9.0",
"react-modal": "^3.15.1",
"react-redux": "^5.1.2",
"react-router-dom": "^4.3.1",
"react-scripts": "^1.1.4",
"react-select": "^1.2.1",
"react-tooltip": "^4.2.21",
"react-use-dimensions": "^1.2.1",
"redux": "^4.2.0",
"source-map-explorer": "^2.5.2",
"styled-components": "^5.3.5",
"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"
}
}