This repository was archived by the owner on May 28, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.29 KB
/
package.json
File metadata and controls
52 lines (52 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
48
49
50
51
52
{
"name": "claudiunicolaa.github.io",
"version": "0.1.0",
"private": true,
"dependencies": {
"@material-ui/core": "^3.5.1",
"@material-ui/lab": "^3.0.0-alpha.24",
"ar.js": "^1.6.2",
"axios": "^0.18.0",
"body-scroll-lock": "^2.5.10",
"bootstrap": "^4.1.3",
"classnames": "^2.2.6",
"jquery": "^3.3.1",
"jsfeat": "0.0.8",
"lodash.isequal": "4.5.0",
"popper.js": "^1.14.5",
"prop-types": "^15.6.2",
"query-string": "^6.2.0",
"react": "^16.6.1",
"react-canvas-draw": "^0.1.9",
"react-circular-progressbar": "^1.0.0",
"react-dom": "^16.6.1",
"react-ga": "^2.5.6",
"react-notifications": "^1.4.3",
"react-recaptcha": "^2.3.10",
"react-responsive-modal": "^3.5.1",
"react-router-dom": "^4.3.1",
"react-share": "^2.4.0",
"sanitize.css": "^8.0.0",
"serve": "^10.1.1",
"three.js": "^0.77.1",
"universal-cookie": "^3.0.4"
},
"devDependencies": {
"react-scripts": "2.1.1"
},
"scripts": {
"start": "react-scripts start",
"build": "GENERATE_SOURCEMAP=false react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}