-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 930 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": "app",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "run-p type-check \"build-only {@}\" --",
"preview": "vite preview",
"build-only": "vite build",
"tsc": "vue-tsc --noEmit --composite false",
"lint": "eslint ."
},
"dependencies": {
"ofetch": "^1.3.4",
"pinia": "^2.1.7",
"vue": "^3.4.29",
"vue-router": "^4.3.3"
},
"devDependencies": {
"@fullhuman/postcss-purgecss": "^6.0.0",
"@types/node": "^20.14.7",
"@vitejs/plugin-vue": "^5.0.5",
"@vueuse/core": "^10.11.0",
"autoprefixer": "^10.4.19",
"eslint": "<9.0.0",
"eslint-config-joenn": "^1.0.5",
"tailwindcss": "^3.4.4",
"typescript": "^5.5.2",
"unplugin-auto-import": "^0.17.6",
"unplugin-vue-components": "^0.27.0",
"unplugin-vue-router": "^0.9.1",
"vite": "^5.3.1",
"vue-tsc": "^2.0.21"
},
"packageManager": "[email protected]"
}