-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.05 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
{
"name": "duck-vue-starter",
"type": "module",
"version": "0.0.0",
"private": true,
"scripts": {
"dev": "vite",
"build": "vue-tsc && vite build",
"preview": "vite preview",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"lint:scss": "stylelint \"./**/*.{css,scss,sass,vue}\"",
"test": "vitest"
},
"dependencies": {
"@unocss/reset": "^0.57.7",
"@vueuse/core": "^10.6.1",
"vue-router": "4"
},
"devDependencies": {
"@antfu/eslint-config": "^2.1.0",
"@types/node": "^20.9.4",
"@unocss/preset-attributify": "^0.57.7",
"@unocss/preset-uno": "^0.57.7",
"@unocss/preset-web-fonts": "^0.57.7",
"@vitejs/plugin-vue": "^4.5.0",
"eslint": "^8.54.0",
"sass": "^1.69.5",
"stylelint": "^15.11.0",
"stylelint-config-idiomatic-order": "^9.0.0",
"stylelint-config-recommended-vue": "^1.5.0",
"stylelint-config-standard-scss": "^11.1.0",
"typescript": "^5.3.2",
"unocss": "^0.57.7",
"vite": "^5.0.2",
"vitest": "^1.1.0",
"vue": "^3.4.3",
"vue-tsc": "^1.8.27"
}
}