-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
40 lines (40 loc) · 1 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": "sub-store-front-end-new",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite --host",
"build": "vue-tsc && vite build",
"preview": "vite preview --host",
"lint": "eslint .",
"lint:fix": "eslint . --fix"
},
"dependencies": {
"@unocss/reset": "^0.55.7",
"@vueuse/core": "^10.4.1",
"acorn": "^8.10.0",
"axios": "^1.5.0",
"dayjs": "^1.11.9",
"highlight.js": "^11.8.0",
"pinia": "^2.1.6",
"vue": "^3.3.4",
"vue-router": "^4.2.4"
},
"devDependencies": {
"@antfu/eslint-config": "^0.43.0",
"@iconify-json/carbon": "^1.1.21",
"@iconify-json/solar": "^1.1.3",
"@unocss/eslint-config": "^0.55.7",
"@vitejs/plugin-vue": "^4.3.4",
"eslint": "^8.49.0",
"eslint-plugin-simple-import-sort": "^10.0.0",
"naive-ui": "^2.34.4",
"sass": "^1.67.0",
"typescript": "^5.2.2",
"unocss": "^0.55.7",
"unplugin-vue-components": "^0.25.2",
"vite": "^4.4.9",
"vue-tsc": "^1.8.11"
}
}