-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 985 Bytes
/
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
{
"name": "bili",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit && vite build",
"preview": "vite preview"
},
"dependencies": {
"@vueuse/core": "^9.10.0",
"axios": "^1.2.2",
"clsx": "^1.2.1",
"colorthief": "^2.4.0",
"dayjs": "^1.11.7",
"floating-vue": "2.0.0-beta.20",
"gsap": "^3.11.3",
"lodash": "^4.17.21",
"normalize.css": "^8.0.1",
"sass-mq": "^6.0.0",
"swiper": "^9.1.0",
"vue": "^3.2.45",
"vue-i18n": "9"
},
"devDependencies": {
"@types/lodash": "^4.14.190",
"@types/node": "^18.11.11",
"@vitejs/plugin-vue": "^3.0.3",
"@vitejs/plugin-vue-jsx": "^2.1.1",
"commitizen": "^4.2.6",
"sass": "^1.54.8",
"typescript": "^4.6.4",
"vite": "^3.0.7",
"vite-plugin-svg-icons-next": "^2.0.1",
"vue-tsc": "^1.0.8"
},
"config": {
"commitizen": {
"path": "cz-conventional-changelog"
}
}
}