-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
87 lines (87 loc) · 2.36 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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
{
"name": "chenyifa",
"version": "1.0",
"description": "我陈一发儿最牛逼",
"author": "Maicong <[email protected]>",
"private": true,
"engines": {
"node": ">=8.14.0"
},
"browserslist": [
"> 1%",
"not dead",
"Chrome >= 28",
"Firefox >= 28",
"Edge >= 12",
"Explorer >= 10",
"Safari >= 5.1",
"iOS >= 7",
"Android >= 4",
"ExplorerMobile >= 11",
"ChromeAndroid >= 54",
"FirefoxAndroid >= 50",
"UCAndroid >= 11",
"OperaMobile >= 12.1",
"BlackBerry >= 10",
"Samsung >= 4"
],
"config": {
"serverUrl": "https://67373.hercd.com"
},
"scripts": {
"dev": "cross-env NODE_ENV=development PORT=3000 nuxt",
"analyze": "cross-env NODE_ENV=analyze nuxt build",
"build": "cross-env NODE_ENV=production nuxt build",
"start": "cross-env NODE_ENV=production PORT=3000 nuxt start",
"docs": "cross-env NODE_ENV=production nuxt generate"
},
"dependencies": {
"aplayer": "^1.10.1",
"axios": "^0.24.0",
"axios-extensions": "^3.1.3",
"base64-utf8": "^0.1.8",
"cookie-parse": "^0.4.0",
"css-vars-ponyfill": "^2.3.2",
"date-fns": "^1.30.1",
"event-source-polyfill": "^1.0.15",
"js-cookie": "^2.2.1",
"lodash": "^4.17.19",
"mousetrap": "^1.6.5",
"nuxt": "^2.13.3",
"scroll-into-view": "^1.14.2",
"stickyfilljs": "^2.1.0",
"ua-parser-js": "^0.7.21",
"vue-awesome-swiper": "^3.1.3",
"vue-i18n": "^8.18.2"
},
"devDependencies": {
"@nuxtjs/pwa": "3.0.0-beta.20",
"babel-eslint": "^10.1.0",
"babel-plugin-component": "^1.1.1",
"babel-plugin-date-fns": "^0.2.1",
"babel-plugin-lodash": "^3.3.4",
"cross-env": "^5.2.1",
"cssnano": "^4.1.10",
"eslint": "^7.4.0",
"eslint-config-standard": "^14.1.1",
"eslint-friendly-formatter": "^4.0.1",
"eslint-loader": "^4.0.2",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-node": "^9.2.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1",
"eslint-plugin-vue": "^5.2.3",
"lodash-webpack-plugin": "^0.11.5",
"postcss-preset-env": "^6.7.0",
"postcss-pxtorem": "^5.1.1",
"pug": "^3.0.0",
"pug-plain-loader": "^1.0.0",
"stylint": "^2.0.0",
"stylint-stylish": "^2.0.0",
"stylus": "^0.54.7",
"stylus-loader": "^3.0.2",
"workbox-cdn": "^4.3.1",
"xmldom": "^0.6.0",
"xpath": "^0.0.32"
}
}