-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 985 Bytes
/
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
{
"name": "weichen.fyi",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbo",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"@mui/icons-material": "^6.3.0",
"@mui/lab": "^6.0.0-beta.21",
"@mui/material": "^6.3.0",
"@react-three/drei": "^9.120.5",
"@react-three/fiber": "^8.17.10",
"@types/lodash": "^4.17.13",
"@use-gesture/react": "^10.3.1",
"lodash": "^4.17.21",
"next": "^14.2.22",
"react": "^18.3.0",
"react-dom": "^18.3.0",
"react-icons": "^5.4.0",
"react-spring": "^9.7.5",
"three": "^0.172.0",
"three-stdlib": "^2.35.2"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@types/node": "^20",
"@types/react": "^18.3.18",
"@types/react-dom": "^18.3.5",
"eslint": "^9",
"eslint-config-next": "15.1.3",
"typescript": "^5"
}
}