-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
61 lines (61 loc) · 1.75 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
54
55
56
57
58
59
60
61
{
"name": "z-music-fe",
"private": true,
"version": "1.0.23",
"scripts": {
"dev": "vite",
"build": " npm --no-git-tag-version version patch && vite build",
"preview": "vite preview",
"build:prod": "vite build",
"build:stage": "vite build --mode staging",
"changelog": "rm -rf CHANGELOG.md && conventional-changelog -p angular -i CHANGELOG.md -s",
"git": "git add . && git cz && git push",
"deploy": "npm --no-git-tag-version version patch && node bin/deploy.js"
},
"dependencies": {
"@types/canvas-confetti": "^1.4.2",
"@types/smoothscroll-polyfill": "^0.3.1",
"@vueuse/core": "^7.6.2",
"animate.css": "^4.1.1",
"autoprefixer": "^10.4.2",
"axios": "^0.26.0",
"axios-retry": "^3.3.1",
"canvas-confetti": "^1.5.1",
"conventional-changelog": "^3.1.25",
"cz-conventional-changelog": "^3.3.0",
"dayjs": "^1.10.7",
"fast-glob": "^3.2.11",
"lodash": "^4.17.21",
"plyr": "^3.6.12",
"postcss": "^8.4.6",
"rgbaster": "^2.1.1",
"sass": "^1.49.7",
"sass-loader": "^12.6.0",
"smoothscroll-polyfill": "^0.4.4",
"svg-sprite-loader": "^6.0.11",
"tailwindcss": "^3.0.22",
"unplugin-auto-import": "^0.5.11",
"vite-plugin-compression": "^0.5.1",
"vue": "^3.2.25",
"vue-i18n": "^9.2.0-beta.30",
"vue-router": "4",
"vue3-slider": "^1.6.8",
"vuex": "^4.0.2",
"vuex-persistedstate": "^4.1.0"
},
"devDependencies": {
"@vitejs/plugin-vue": "^2.2.0",
"child_process": "1.0.2",
"inquirer": "8.0.0",
"ora": "5.4.0",
"typescript": "^4.5.4",
"vite": "^2.8.0",
"vite-plugin-svg-icons": "^2.0.1",
"vue-tsc": "^0.29.8"
},
"config": {
"commitizen": {
"path": "node_modules/cz-conventional-changelog"
}
}
}