-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
62 lines (62 loc) · 1.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
{
"name": "r3f-cae",
"version": "0.1.0",
"private": true,
"dependencies": {
"@fontsource/roboto": "^4.5.5",
"@fortawesome/fontawesome-svg-core": "^6.1.1",
"@fortawesome/free-solid-svg-icons": "^6.1.1",
"@fortawesome/react-fontawesome": "^0.1.18",
"@react-three/drei": "^8.3.1",
"@react-three/fiber": "^7.0.24",
"@react-three/postprocessing": "^2.3.2",
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^11.1.0",
"@testing-library/user-event": "^12.1.10",
"@types/jest": "^26.0.15",
"@types/node": "^12.0.0",
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0",
"@types/three": "^0.135.0",
"antd": "^4.20.2",
"classnames": "^2.3.1",
"eslint-config-react-app": "^6.0.0",
"history": "^4.10.1",
"immer": "^9.0.7",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-error-overlay": "^6.0.9",
"react-router-dom": "^5.1.2",
"react-scripts": "4.0.3",
"react-tooltip": "4.2",
"react-tracked": "^1.7.5",
"scheduler": "^0.20.2",
"three": "^0.136.0",
"typescript": "^4.1.2",
"use-reducer-async": "^2.0.2",
"web-vitals": "^1.0.1",
"zustand": "^3.6.8"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"browserslist": [
">0.2%",
"not dead",
"not op_mini all"
],
"devDependencies": {
"@babel/plugin-syntax-import-meta": "^7.10.4",
"@types/react-router-dom": "^5.3.2",
"eslint": "^7.11.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-react": "^7.28.0",
"eslint-plugin-react-hooks": "^4.3.0",
"sass": "^1.44.0"
}
}