-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
76 lines (76 loc) · 1.98 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
{
"name": "neon-portfolio",
"version": "0.1.0",
"private": true,
"dependencies": {
"@emotion/css": "^11.7.1",
"@emotion/react": "^11.10.0",
"@emotion/styled": "^11.10.0",
"@react-three/drei": "^8.8.1",
"@react-three/fiber": "^7.0.26",
"@react-three/flex": "^1.0.0",
"@react-three/postprocessing": "^2.6.0",
"@splinetool/loader": "0.9.80",
"@splinetool/r3f-spline": "^1.0.1",
"@testing-library/jest-dom": "^5.16.2",
"@testing-library/react": "^12.1.2",
"@testing-library/user-event": "^13.5.0",
"@types/jest": "^27.4.0",
"@types/react": "^17.0.39",
"@types/react-dom": "^17.0.11",
"@types/react-router-dom": "^5.3.3",
"emotion-reset": "^3.0.1",
"framer-motion": "^6.5.1",
"framer-motion-3d": "^6.5.1",
"gsap": "^3.10.4",
"i": "^0.3.7",
"leva": "^0.9.30",
"lil-gui": "^0.16.0",
"npm": "^8.17.0",
"postprocessing": "^6.28.5",
"react": "^17.0.2",
"react-app-rewired": "^2.2.1",
"react-burger-menu": "^3.0.8",
"react-dom": "^17.0.2",
"react-router-dom": "^6.4.1",
"react-scripts": "^4.0.3",
"shuffle-text": "^0.3.6",
"three": "^0.137.5",
"typescript": "^4.5.5",
"valtio": "^1.2.11",
"web-vitals": "^2.1.4"
},
"scripts": {
"dev": "react-app-rewired start",
"build": "react-app-rewired build",
"test": "react-app-rewired test",
"eject": "react-app-rewired eject",
"format": "prettier --check ./src",
"format:fix": "prettier --write ./src"
},
"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"
]
},
"devDependencies": {
"@types/react-helmet": "^6.1.5",
"@types/three": "^0.137.0",
"prettier": "^2.7.1",
"react-helmet": "^6.1.0",
"troika-three-text": "^0.46.4"
}
}