-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
60 lines (60 loc) · 1.58 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": "myqqmusic",
"version": "0.1.0",
"private": true,
"scripts": {
"start": "vue-cli-service serve",
"build": "cross-env NODE_ENV=production vue-cli-service build",
"runProd": "node prod-server.js"
},
"dependencies": {
"acorn": "^8.0.1",
"acorn-dynamic-import": "^4.0.0",
"axios": "^0.19.2",
"babel-polyfill": "^6.26.0",
"babel-runtime": "^6.0.0",
"better-scroll": "^2.5.1",
"cheerio": "1.0.0-rc.3",
"connect-history-api-fallback": "^1.6.0",
"core-js": "^3.6.5",
"create-keyframe-animation": "^0.1.0",
"crypto": "^1.0.1",
"express": "^4.17.1",
"fastclick": "^1.0.6",
"good-storage": "^1.0.1",
"js-base64": "^2.1.9",
"jsonp": "0.2.1",
"lyric-parser": "^1.0.1",
"moment": "^2.29.4",
"net": "^1.0.2",
"node-libs-browser": "^2.2.1",
"pac-proxy-agent": "^7.0.1",
"portfinder": "^1.0.28",
"safe-decode-uri-component": "^1.2.1",
"stylus": "^0.54.8",
"stylus-loader": "^3.0.2",
"tunnel": "^0.0.6",
"vue": "^2.6.11",
"vue-lazyload": "^1.3.3",
"vue-router": "^3.4.3",
"vue-template-compiler": "^2.6.12",
"vuex": "^3.4.0",
"xml2js": "^0.6.2"
},
"devDependencies": {
"@vue/cli-plugin-babel": "~4.5.0",
"@vue/cli-plugin-router": "~4.5.0",
"@vue/cli-plugin-vuex": "~4.5.0",
"@vue/cli-service": "~4.5.0",
"connect-history-api-fallback": "^1.6.0",
"http-proxy-middleware": "^0.17.3",
"mockjs": "^1.1.0",
"node-libs-browser": "^2.2.1",
"open": "^7.3.0"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not dead"
]
}