-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
39 lines (39 loc) · 1022 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": "vite-template-solid",
"version": "0.0.0",
"description": "",
"scripts": {
"start": "vite",
"dev": "vite",
"build": "vite build",
"serve": "vite preview"
},
"license": "MIT",
"devDependencies": {
"@types/react": "^18.0.37",
"@types/react-dom": "^18.0.11",
"@types/react-router-hash-link": "^2.4.6",
"@types/three": "^0.152.1",
"@vitejs/plugin-react": "^4.0.0",
"autoprefixer": "^10.4.16",
"postcss": "^8.4.32",
"prettier": "^2.8.8",
"tailwindcss": "^3.4.0",
"typescript": "^4.9.5",
"vite": "^4.1.1",
"vite-plugin-virtual-plain-text": "^1.4.2"
},
"dependencies": {
"@react-three/cannon": "^6.5.2",
"@react-three/drei": "^9.70.0",
"@react-three/fiber": "^8.13.0",
"@react-three/postprocessing": "^2.14.6",
"bibtex": "^0.9.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^4.9.0",
"react-router-dom": "^6.11.2",
"react-router-hash-link": "^2.4.3",
"three": "^0.152.1"
}
}