-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
46 lines (46 loc) Β· 1.25 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
{
"name": "instantvampirestartk.it",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"format": "prettier --write ."
},
"dependencies": {
"@nextui-org/react": "^2.2.9",
"@react-three/drei": "^9.90.0",
"@react-three/fiber": "^8.15.12",
"framer-motion": "^10.16.12",
"material-icons": "^1.13.12",
"next": "14.0.3",
"pretendard": "^1.3.9",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"three": "^0.159.0",
"zustand": "^4.4.7"
},
"devDependencies": {
"@edge-runtime/types": "^2.2.7",
"@types/node": "^20.10.3",
"@types/react": "^18.2.41",
"@types/react-dom": "^18.2.17",
"@types/three": "^0.159.0",
"@typescript-eslint/eslint-plugin": "^6.13.1",
"@typescript-eslint/parser": "^6.13.1",
"autoprefixer": "^10.4.16",
"eslint": "^8.55.0",
"eslint-config-next": "14.0.3",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.0.1",
"eslint-plugin-react": "^7.33.2",
"postcss": "^8.4.32",
"prettier": "3.1.0",
"prettier-plugin-organize-imports": "^3.2.4",
"tailwindcss": "^3.3.5",
"typescript": "^5.3.2"
},
"packageManager": "[email protected]"
}