-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
61 lines (61 loc) · 1.88 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
{
"scripts": {
"start": "snowpack dev",
"build": "snowpack build",
"test": "web-test-runner \"src/**/*.test.tsx\"",
"format": "prettier --write \"src/**/*.{js,jsx,ts,tsx}\"",
"lint": "prettier --check \"src/**/*.{js,jsx,ts,tsx}\""
},
"engines": {
"node": "16.14.0"
},
"dependencies": {
"@react-three/drei": "^8.16.0",
"@react-three/fiber": "^7.0.26",
"@react-three/gltfjsx": "^4.3.4",
"lamina": "^1.0.6",
"lerp": "^1.0.3",
"locomotive-scroll": "^4.1.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-intersection-observer": "^8.31.0",
"react-locomotive-scroll": "^0.1.7",
"react-photo-gallery": "^8.0.0",
"react-router-dom": "^5.2.0",
"react-transition-group": "^4.4.1",
"styled-components": "^5.2.1",
"three": "^0.138.3",
"tinycolor2": "^1.4.2",
"tweakpane": "^2.1.1",
"use-dark-mode": "^2.3.1",
"use-tweaks": "^0.3.1",
"valtio": "^0.8.2",
"zustand": "^3.3.3"
},
"devDependencies": {
"@babel/preset-react": "^7.12.13",
"@babel/preset-typescript": "^7.13.0",
"@snowpack/app-scripts-react": "^2.0.0",
"@snowpack/plugin-dotenv": "^2.0.5",
"@snowpack/plugin-react-refresh": "^2.4.0",
"@snowpack/plugin-typescript": "^1.2.1",
"@snowpack/plugin-webpack": "^2.3.0",
"@snowpack/web-test-runner-plugin": "^0.2.1",
"@testing-library/react": "^11.2.5",
"@types/chai": "^4.2.15",
"@types/react": "^17.0.39",
"@types/react-dom": "^17.0.13",
"@types/react-router-dom": "^5.1.7",
"@types/react-transition-group": "^4.4.1",
"@types/snowpack-env": "^2.3.3",
"@types/styled-components": "^5.1.8",
"@types/three": "^0.138.0",
"@types/tinycolor2": "^1.4.2",
"@web/test-runner": "^0.12.17",
"chai": "^4.3.4",
"prettier": "^2.2.1",
"snowpack": "^3.0.13",
"snowpack-plugin-svgr": "^0.1.2",
"typescript": "^4.1.3"
}
}