-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
53 lines (53 loc) · 1.45 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
{
"name": "neteasecloudmusic-website",
"private": true,
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit && vite build",
"preview": "vite preview",
"stylelint": "npx stylelint src/**/*.{vue,less}",
"deploy": "vite build --base=/NeteaseCloudMusic-Website/",
"preinstall": "npx only-allow pnpm"
},
"dependencies": {
"@element-plus/icons-vue": "^2.0.4",
"@vueuse/core": "^8.7.4",
"axios": "^0.27.2",
"dayjs": "^1.11.3",
"element-plus": "^2.2.4",
"lodash": "^4.17.21",
"pinia": "^2.0.14",
"vue": "^3.2.25",
"vue-router": "4"
},
"devDependencies": {
"@iconify-json/carbon": "^1.1.5",
"@iconify-json/ic": "^1.1.4",
"@iconify-json/ri": "^1.1.2",
"@types/lodash": "^4.14.182",
"@types/node": "^17.0.40",
"@unocss/preset-attributify": "^0.39.3",
"@unocss/preset-icons": "^0.39.3",
"@unocss/preset-uno": "^0.39.3",
"@vitejs/plugin-vue": "^2.3.3",
"@vitejs/plugin-vue-jsx": "^1.3.10",
"commitizen": "^4.2.4",
"cz-conventional-changelog": "^3.3.0",
"less": "^4.1.2",
"postcss-html": "^1.4.1",
"typescript": "^4.5.4",
"unocss": "^0.39.3",
"unplugin-auto-import": "^0.8.7",
"unplugin-icons": "^0.14.3",
"unplugin-vue-components": "^0.19.6",
"vite": "^2.9.9",
"vue-loader": "^16.8.0",
"vue-tsc": "^0.34.7"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}