-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 999 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
{
"name": "three-js-vue3-boilerplate",
"private": true,
"version": "0.0.0",
"scripts": {
"preinstall": "npx only-allow pnpm",
"dev": "vite",
"build": "vue-tsc --noEmit && vite build",
"preview": "vite preview"
},
"dependencies": {
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/forms": "^0.5.7",
"@vitejs/plugin-vue": "^5.0.5",
"stats.js": "^0.17.0",
"three": "^0.137.5",
"vite": "^5.3.3",
"vue": "^3.4.31",
"vue-router": "^4.4.0"
},
"devDependencies": {
"@headlessui/vue": "^1.7.22",
"@heroicons/vue": "^1.0.6",
"@tailwindcss/line-clamp": "^0.3.1",
"@tailwindcss/typography": "^0.5.13",
"@types/node": "^17.0.45",
"@types/stats.js": "^0.17.3",
"@types/tailwindcss": "^3.1.0",
"@types/three": "^0.137.0",
"autoprefixer": "^10.4.19",
"prettier-plugin-tailwindcss": "^0.1.13",
"tailwindcss": "^3.4.4",
"ts-node": "^10.9.2",
"typescript": "^4.9.5",
"vue-tsc": "^2.0.26"
}
}