generated from moreant/vite-vue-template
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.21 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.21 KB
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
{
"name": "devify",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vue-tsc && vite build",
"preview": "vite preview",
"tsc": "vue-tsc --noEmit",
"eslint": "eslint --ext .js,.vue --ignore-path .gitignore --fix src",
"prettier": "prettier -w ./src/**/*.{ts,vue,css}",
"pre-commit": "pnpm prettier && pnpm eslint && pnpm tsc"
},
"dependencies": {
"@vueuse/core": "^10.6.1",
"buffer": "^6.0.3",
"vue": "^3.3.9",
"vue-router": "4"
},
"devDependencies": {
"@rollup/plugin-replace": "^5.0.5",
"@types/node": "^20.10.0",
"@typescript-eslint/eslint-plugin": "^6.13.1",
"@typescript-eslint/parser": "^6.13.1",
"@vitejs/plugin-vue": "^4.5.0",
"eslint": "^8.54.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.1",
"eslint-plugin-vue": "^9.18.1",
"naive-ui": "^2.35.0",
"prettier": "^3.1.0",
"typescript": "^5.3.2",
"unocss": "^0.57.7",
"unplugin-auto-import": "^0.17.1",
"unplugin-vue-components": "^0.25.2",
"vite": "^5.0.3",
"vite-plugin-pwa": "^0.17.2",
"vue-eslint-parser": "^9.3.2",
"vue-tsc": "^1.8.22",
"workbox-window": "^7.0.0"
}
}