-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.2 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
{
"name": "comiknet-fe",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite --mode development",
"mock": "vite --mode mock",
"build": "vue-tsc && vite build --mode production",
"preview": "vite preview",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix --ignore-path .gitignore"
},
"dependencies": {
"pinia": "^2.1.7",
"primevue": "^3.46.0",
"vue": "^3.3.11",
"vue-i18n": "9",
"vue-router": "4"
},
"devDependencies": {
"@iconify/vue": "^4.1.1",
"@types/node": "^20.10.7",
"@typescript-eslint/eslint-plugin": "^6.18.1",
"@typescript-eslint/parser": "^6.18.1",
"@vitejs/plugin-vue": "^4.5.2",
"autoprefixer": "^10.4.16",
"axios": "^1.6.5",
"eslint": "^8.56.0",
"eslint-plugin-vue": "^9.19.2",
"mockjs": "^1.1.0",
"pinia-plugin-persistedstate": "^3.2.1",
"postcss": "^8.4.33",
"prettier": "^3.1.1",
"qs": "^6.11.2",
"tailwindcss": "^3.4.1",
"typescript": "^5.2.2",
"unplugin-auto-import": "^0.17.3",
"unplugin-vue-components": "^0.26.0",
"vite": "^5.0.8",
"vite-plugin-mock": "^3.0.1",
"vite-plugin-vue-setup-extend": "^0.4.0",
"vue-tsc": "^1.8.25"
}
}