-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
60 lines (60 loc) · 1.63 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
50
51
52
53
54
55
56
57
58
59
60
{
"name": "vue3-template",
"version": "0.0.0",
"description": "vue3 template",
"main": "index.js",
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit && vite build",
"preview": "vite preview",
"tsc": "vue-tsc --noEmit --skipLibCheck",
"lint": "eslint --ext .vue --ext .js --ext .ts src/ --fix",
"style": "stylelint \"src/**/*.(vue|scss|css)\" --fix"
},
"keywords": [
"vue3",
"template",
"vue3 template"
],
"author": "Allen",
"dependencies": {
"nprogress": "0.2.0",
"vue": "3.2.33",
"vue-router": "4.0.14"
},
"devDependencies": {
"@iconify/json": "2.1.31",
"@types/node": "17.0.23",
"@types/nprogress": "0.2.0",
"@typescript-eslint/eslint-plugin": "4.15.1",
"@typescript-eslint/parser": "4.15.1",
"@unocss/preset-rem-to-px": "0.45.1",
"@vitejs/plugin-vue": "3.0.1",
"@vue/eslint-config-typescript": "7.0.0",
"eslint": "7.32.0",
"eslint-config-prettier": "8.3.0",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-prettier": "3.3.1",
"eslint-plugin-simple-import-sort": "7.0.0",
"eslint-plugin-vue": "7.0.0",
"postcss-html": "1.3.0",
"postcss-scss": "4.0.3",
"sass": "1.49.9",
"stylelint": "14.1.0",
"stylelint-config-standard": "24.0.0",
"stylelint-order": "5.0.0",
"stylelint-scss": "4.0.1",
"terser": "5.14.2",
"typescript": "4.6.3",
"unocss": "0.44.7",
"unplugin-auto-import": "0.7.1",
"unplugin-vue-components": "0.19.3",
"vite": "3.0.2",
"vite-plugin-pages": "0.25.0",
"vue-global-api": "0.4.1",
"vue-tsc": "0.34.10"
},
"engines": {
"node": ">=16.0.0"
}
}