-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
52 lines (52 loc) · 1.38 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
{
"name": "grader",
"version": "0.1.0",
"private": true,
"dependencies": {
"@craco/craco": "^6.4.5",
"@emotion/react": "^11.9.3",
"@emotion/styled": "^11.9.3",
"@loadable/component": "^5.15.2",
"@mui/material": "^5.8.7",
"@react-three/drei": "^9.17.0",
"@react-three/fiber": "^8.0.27",
"@react-three/postprocessing": "^2.4.6",
"babel-plugin-glsl": "^1.0.0",
"chroma-js": "^2.4.2",
"chrome-aws-lambda": "^10.1.0",
"intro.js": "^6.0.0",
"intro.js-react": "^0.6.0",
"puppeteer-core": "^10.1.0",
"rc-slider": "^10.0.1",
"react": "^18.2.0",
"react-color": "^2.19.3",
"react-copy-to-clipboard": "^5.1.0",
"react-dom": "^18.2.0",
"react-helmet-async": "^1.3.0",
"react-markdown": "^8.0.3",
"react-router-dom": "^6.3.0",
"react-scripts": "^4.0.1",
"react-syntax-highlighter": "^15.5.0",
"react-three-fiber": "^6.0.13",
"three": "^0.142.0",
"web-vitals": "^2.1.4"
},
"scripts": {
"dev": "netlify dev",
"start": "craco start",
"build": "craco build",
"test": "craco test",
"eject": "craco eject"
},
"eslintConfig": {
"extends": ["react-app", "react-app/jest"]
},
"browserslist": {
"production": [">0.2%", "not dead", "not op_mini all"],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}