forked from engaging-computing/MYR
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
73 lines (73 loc) · 2.54 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
{
"name": "myr",
"version": "2.3.1",
"private": false,
"engines": {
"node": "12.18.2"
},
"devDependencies": {
"babel-eslint": "^9.0.0",
"enzyme": "^3.3.0",
"enzyme-adapter-react-16": "^1.1.1",
"esdoc": "^1.1.0",
"esdoc-standard-plugin": "^1.0.0",
"eslint-plugin-react": "^7.13.0",
"react-scripts": "2.1.1",
"redux-devtools": "^3.4.1"
},
"dependencies": {
"@material-ui/core": "^4.11.2",
"aframe": "^1.0.4",
"aframe-animation-component": "^5.0.0",
"aframe-environment-component": "^1.0.0",
"aframe-extras": "^4.1.2",
"aframe-physics-system": "^3.2.0",
"aframe-react": "^4.4.0",
"bootstrap": "^4.6.0",
"browserslist": "^4.6.2",
"cannon": "^0.6.2",
"create-react-app": "^3.0.1",
"esdoc-ecmascript-proposal-plugin": "^1.0.0",
"esdoc-jsx-plugin": "^1.0.0",
"esdoc-react-plugin": "^1.0.1",
"eslint": "5.6.0",
"jquery": "^3.3.1",
"qrcode": "^1.2.0",
"qrcode.react": "^0.8.0",
"react": "^16.8.4",
"react-ace": "^5.9.0",
"react-color": "^2.17.0",
"react-dom": "^16.2.0",
"react-google-login": "^5.1.19",
"react-progressive-image": "^0.3.0",
"react-redux": "^5.0.7",
"react-router-dom": "^4.2.2",
"react-select": "^3.0.4",
"reactour": "^1.9.1",
"redux": "^3.7.2",
"redux-thunk": "^2.3.0",
"socket.io-client": "^2.3.0",
"source-map-explorer": "^1.6.0",
"styled-components": "^4.0.3",
"three": "^0.98.0",
"ua-parser-js": "^0.7.24"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"lint": "./node_modules/.bin/eslint \"src/**/*.js\"",
"prod": "react-scripts build && mv build ../MYR-backend && rm -r ../MYR-backend/public/myr && mv ../MYR-backend/build ../MYR-backend/public/myr && esdoc && rm -r ../MYR-backend/public/docs && mv docs ../MYR-backend/public",
"coverage": "react-scripts test --env=jsdom --coverage --collectCoverageFrom=src/**/*.{js,jsx} --browser --silent",
"test": "react-scripts test --env=jsdom --browser --silent",
"eject": "react-scripts eject",
"analyze": "source-map-explorer build/static/js/main.*",
"doc": "./node_modules/.bin/esdoc"
},
"proxy": "http://localhost:1337/",
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}