-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1.02 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
{
"name": "gkd-rate-it",
"private": true,
"version": "1.0.0-alpha",
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit && vite build",
"preview": "vite preview",
"lint": "npx eslint --ext .ts,.js,.vue .",
"lint-fix": "npx eslint --ext .ts,.js,.vue . --fix"
},
"dependencies": {
"vue": "^3.2.25",
"vue-router": "^4.0.16"
},
"devDependencies": {
"@iconify/vue": "^3.2.1",
"@typescript-eslint/eslint-plugin": "^5.28.0",
"@typescript-eslint/parser": "^5.28.0",
"@vicons/ionicons5": "^0.12.0",
"@vitejs/plugin-vue": "^2.3.3",
"autoprefixer": "^10.4.7",
"eslint": "^8.17.0",
"eslint-config-google": "^0.14.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-vue": "^9.1.1",
"naive-ui": "^2.30.3",
"postcss": "^8.4.14",
"tailwindcss": "^3.1.2",
"typescript": "^4.5.4",
"unplugin-auto-import": "^0.11.2",
"unplugin-vue-components": "^0.22.7",
"vite": "^2.9.9",
"vue-tsc": "^0.39.0"
}
}