forked from engaging-computing/MYR
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
80 lines (80 loc) · 2.77 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
{
"name": "myr",
"version": "3.1.2",
"private": false,
"engines": {
"node": "^12.18.2"
},
"devDependencies": {
"@babel/core": "^7.9.0",
"enzyme": "^3.3.0",
"enzyme-adapter-react-16": "^1.15.6",
"esdoc": "^1.1.0",
"esdoc-standard-plugin": "^1.0.0",
"eslint-plugin-react": "^7.13.0",
"react-scripts": "^4.0.0",
"redux-devtools": "^3.4.1"
},
"dependencies": {
"@engaging-computing/aframe-physics-system": "^4.0.0",
"@material-ui/core": "^4.12.3",
"aframe": "^1.3.0",
"aframe-animation-component": "^5.0.0",
"aframe-environment-component": "^1.3.1",
"aframe-extras": "^4.1.2",
"aframe-react": "^4.4.0",
"bootstrap": "^5.1.3",
"browserslist": "^4.6.2",
"cannon": "^0.6.2",
"copy-to-clipboard": "^3.3.1",
"create-react-app": "^4.0.1",
"esdoc-ecmascript-proposal-plugin": "^1.0.0",
"esdoc-jsx-plugin": "^1.0.0",
"esdoc-react-plugin": "^1.0.1",
"jquery": "^3.3.1",
"qrcode": "^1.2.0",
"qrcode.react": "^1.0.1",
"react": "^16.14.0",
"react-ace": "^6.0.0",
"react-color": "^2.19.3",
"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.18.6",
"redux": "^4.2.0",
"redux-thunk": "^2.3.0",
"socket.io-client": "^4.4.1",
"source-map-explorer": "^2.0.0",
"styled-components": "^5.3.3",
"three": "^0.126.1",
"ua-parser-js": "^1.0.2"
},
"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": {
"production": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"development": [
"last 5 chrome version",
"last 5 firefox version",
"last 5 safari version"
]
}
}