-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.33 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
{
"name": "hexagon-landscapes",
"version": "0.1.0",
"private": true,
"dependencies": {
"@react-three/drei": "^9.0.1",
"@react-three/fiber": "^8.0.7",
"@react-three/postprocessing": "^2.0.5",
"@types/d3-interpolate": "^3.0.1",
"@use-gesture/react": "^10.1.1",
"alea": "^1.0.1",
"autoprefixer": "^10.4.0",
"classnames": "^2.3.1",
"d3-interpolate": "^3.0.1",
"postprocessing": "^6.23.2",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"recoil": "^0.7.0",
"rxjs": "^7.4.0",
"seedrandom": "^3.0.5",
"simplex-noise": "^4.0.1",
"tailwindcss": "^3.0.23",
"three": "^0.148.0",
"typescript": "^4.4.4"
},
"scripts": {
"start": "vite",
"build": "tsc && vite build",
"serve": "vite preview"
},
"eslintConfig": {
"extends": [
"react-app"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@svgr/rollup": "^6.5.1",
"@types/react": "^18.0.6",
"@types/react-dom": "^18.0.0",
"@types/three": "^0.148.0",
"@vitejs/plugin-react": "^3.0.1",
"rollup-plugin-glslify": "^1.2.1",
"vite": "^4.0.4",
"web-vitals": "^3.1.1"
}
}