-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.1 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
{
"name": "v.aiwan.run",
"type": "module",
"version": "0.0.1",
"private": true,
"author": "Debbl <[email protected]> (https://github.com/Debbl)",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"lint": "eslint .",
"lint:fix": "eslint . --fix"
},
"dependencies": {
"dat.gui": "^0.7.9",
"p5": "^1.9.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router": "^6.21.3",
"react-router-dom": "^6.21.3",
"three": "^0.147.0"
},
"devDependencies": {
"@debbl/eslint-config": "3.0.5-beta.1",
"@iconify/icons-carbon": "^1.2.20",
"@iconify/react": "^4.1.1",
"@types/dat.gui": "^0.7.12",
"@types/node": "^18.19.10",
"@types/p5": "^1.7.6",
"@types/react": "^18.2.48",
"@types/react-dom": "^18.2.18",
"@types/three": "^0.146.0",
"@vitejs/plugin-react": "^3.1.0",
"autoprefixer": "^10.4.17",
"eslint": "^8.56.0",
"eslint-flat-config-viewer": "^0.1.11",
"postcss": "^8.4.33",
"prettier": "^2.8.8",
"tailwindcss": "^3.4.1",
"typescript": "^4.9.5",
"vite": "^4.5.3"
}
}