-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
41 lines (41 loc) · 1.06 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
{
"name": "vite-zingmp3",
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "vite build",
"serve": "vite preview"
},
"dependencies": {
"axios": "^0.21.1",
"howler": "^2.2.1",
"lodash-es": "^4.17.21",
"nprogress": "^0.2.0",
"smooth-scrollbar": "^8.6.2",
"vue": "^3.2.20",
"vue-router": "^4.0.12",
"vuex": "^4.0.2"
},
"devDependencies": {
"@types/howler": "^2.2.2",
"@types/lodash-es": "^4.17.4",
"@types/nprogress": "^0.2.0",
"@typescript-eslint/eslint-plugin": "^4.4.0",
"@typescript-eslint/parser": "^4.4.0",
"@vitejs/plugin-vue": "^1.9.3",
"@vitejs/plugin-vue-jsx": "^1.2.0",
"@vue/compiler-sfc": "^3.2.20",
"@vue/eslint-config-typescript": "^7.0.0",
"autoprefixer": "^10.3.7",
"eslint": "^7.0.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-vue": "^7.0.0",
"postcss": "^8.3.11",
"prettier": "^2.3.2",
"tailwindcss": "^2.2.17",
"typescript": "^4.4.4",
"vite": "^2.6.10",
"vite-svg-loader": "^2.0.3",
"vue-tsc": "^0.28.7"
}
}