-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 908 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
{
"name": "problem_4_vite",
"private": true,
"version": "15.4.0",
"type": "module",
"homepage": "https://mw3y.github.io/TFJM-2023/",
"scripts": {
"dev": "vite",
"build": "vue-tsc && vite build",
"preview": "vite preview",
"deploy": "pnpm run build && gh-pages -d dist"
},
"dependencies": {
"@vueuse/core": "^9.13.0",
"decimal.js": "^10.4.3",
"randomcolor": "^0.6.2",
"three": "^0.150.1",
"vue": "^3.2.45",
"vue-router": "4"
},
"devDependencies": {
"@types/node": "^18.15.11",
"@types/randomcolor": "^0.5.7",
"@types/three": "^0.149.0",
"@vitejs/plugin-vue": "^4.0.0",
"autoprefixer": "^10.4.14",
"gh-pages": "^5.0.0",
"postcss": "^8.4.21",
"prettier": "^2.8.4",
"prettier-plugin-tailwindcss": "^0.2.5",
"tailwindcss": "^3.2.7",
"typescript": "^4.9.3",
"vite": "^4.1.0",
"vue-tsc": "^1.0.24"
}
}