forked from journey-ad/pixiv-viewer
-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
60 lines (60 loc) · 1.64 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
{
"name": "pixiv-viewer",
"version": "1.19.1",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"release": "bumpp package.json src/consts/index.js --all --no-tag",
"prerelease": "git add .",
"lint": "vue-cli-service lint"
},
"dependencies": {
"@vant/touch-emulator": "1.4.0",
"axios": "0.28.1",
"console-ban": "5.0.0",
"core-js": "3.36.0",
"crypto-js": "4.2.0",
"dayjs": "1.11.10",
"file-saver": "2.0.5",
"gif.js": "0.2.0",
"jszip": "3.10.1",
"localforage": "1.10.0",
"lodash": "4.17.21",
"mint-filter": "4.0.3",
"nprogress": "0.2.0",
"register-service-worker": "1.7.2",
"swiper": "5.4.5",
"ts-whammy": "1.1.5",
"vant": "2.12.54",
"vue": "2.6.14",
"vue-awesome-swiper": "4.1.1",
"vue-i18n": "8.28.2",
"vue-masonry-css": "1.0.3",
"vue-meta": "2.4.0",
"vue-router": "3.6.5",
"vuex": "3.6.2"
},
"devDependencies": {
"@rushstack/eslint-patch": "1.7.2",
"@types/crypto-js": "4.2.2",
"@types/file-saver": "2.0.7",
"@types/gif.js": "0.2.5",
"@types/lodash": "4.17.0",
"@vue/cli-plugin-babel": "5.0.8",
"@vue/cli-plugin-eslint": "5.0.8",
"@vue/cli-plugin-pwa": "5.0.8",
"@vue/cli-service": "5.0.8",
"@vue/eslint-config-standard": "8.0.1",
"@vue/runtime-dom": "3.4.21",
"babel-eslint": "10.1.0",
"babel-plugin-import": "1.13.8",
"eslint": "8.57.0",
"eslint-plugin-vue": "9.23.0",
"postcss-pxtorem": "5.1.1",
"stylus": "0.63.0",
"stylus-loader": "7.1.3",
"svg-sprite-loader": "6.0.11",
"vue-template-compiler": "2.6.14"
}
}