-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.5 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
47
48
49
{
"name": "v3t3",
"version": "1.0.0",
"author": "James Choi <[email protected]>",
"description": "(V)ite+(V)ue(3)+(T)ailwind+(T)ypeScript+(T)emplate",
"type": "module",
"scripts": {
"start:dev": "vite --host 0.0.0.0",
"start:staging": "vite --host 0.0.0.0 --mode=staging",
"start:production": "vite --host 0.0.0.0 --mode=production",
"prebuild": "rm -rf dist",
"build": "vite build",
"preview": "vite preview --host 0.0.0.0",
"format": "prettier --write ."
},
"devDependencies": {
"@intlify/unplugin-vue-i18n": "^4.0.0",
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@types/node": "^20.12.7",
"@vitejs/plugin-vue": "^5.0.4",
"@vue/compiler-sfc": "^3.4.25",
"autoprefixer": "^10.4.19",
"postcss": "^8.4.38",
"postcss-import": "^16.1.0",
"prettier": "^3.2.5",
"prettier-plugin-organize-attributes": "^1.0.0",
"prettier-plugin-vue": "^1.1.6",
"tailwindcss": "^3.4.3",
"typescript": "^5.4.5",
"unplugin-auto-import": "^0.17.5",
"unplugin-vue-components": "^0.26.0",
"unplugin-vue-router": "^0.8.6",
"vite": "^5.2.10",
"vite-plugin-minify": "^1.5.2",
"vite-plugin-vue-layouts": "^0.11.0"
},
"license": "MIT",
"dependencies": {
"@tailwindcss/forms": "^0.5.7",
"@vueuse/core": "^10.9.0",
"lz-string": "^1.5.0",
"pinia": "^2.1.7",
"pinia-plugin-persistedstate": "^3.2.1",
"vue": "^3.4.25",
"vue-i18n": "^9.13.1",
"vue-router": "^4.3.2"
},
"packageManager": "[email protected]"
}