forked from hex-ci/micro-site
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
159 lines (159 loc) · 4.86 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
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
{
"name": "micro-site",
"version": "1.0.0",
"description": "Micro Site project",
"author": "Hex",
"main": "server/index.js",
"license": "MIT",
"repository": {
"type": "git",
"url": "[email protected]:hex-ci/micro-site.git"
},
"scripts": {
"dev": "nodemon server/index.js",
"start": "cross-env NODE_ENV=production node server/index.js",
"build-site": "node utils/build-site.js",
"postbuild-site": "gulp --gulpfile gulpfile.site.js",
"build-ssr": "node utils/build-ssr.js",
"postbuild-ssr": "gulp --gulpfile gulpfile.ssr.js",
"clean": "node utils/clean.js"
},
"dependencies": {
"axios": "^0.19.0",
"body-parser": "1.19.0",
"cb-template": "^1.3.8",
"cookie-parser": "1.4.5",
"cross-env": "^6.0.3",
"express": "4.17.1",
"js-cookie": "^2.2.1",
"lazysizes": "^5.2.0",
"moment": "^2.24.0",
"morgan": "1.10.0",
"vant": "^2.4.3",
"vue": "^2.6.11",
"vue-class-component": "^7.1.0",
"vue-router": "^3.1.3",
"vue-server-renderer": "^2.6.11",
"vuex": "^3.1.2"
},
"devDependencies": {
"@babel/core": "^7.7.7",
"@babel/plugin-proposal-class-properties": "^7.7.4",
"@babel/plugin-proposal-decorators": "^7.7.4",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.7.4",
"@babel/plugin-proposal-numeric-separator": "^7.7.4",
"@babel/plugin-proposal-optional-chaining": "^7.7.5",
"@babel/plugin-syntax-dynamic-import": "^7.7.4",
"@babel/plugin-transform-object-assign": "^7.7.4",
"@babel/plugin-transform-runtime": "^7.7.6",
"@babel/plugin-transform-strict-mode": "^7.7.4",
"@babel/preset-env": "^7.7.7",
"@babel/runtime-corejs3": "^7.7.7",
"@intervolga/optimize-cssnano-plugin": "^1.0.6",
"@types/webpack-env": "^1.14.1",
"@vue/babel-helper-vue-jsx-merge-props": "^1.0.0",
"@vue/babel-preset-jsx": "^1.1.2",
"acorn": "^6.2.1",
"aliyun-sdk": "^1.12.3",
"ansi-colors": "^4.1.1",
"autoprefixer": "^9.7.6",
"babel-eslint": "^10.0.3",
"babel-loader": "^8.0.6",
"babel-plugin-console-source": "^2.0.4",
"babel-plugin-import": "^1.13.0",
"cache-loader": "^4.1.0",
"camel-case": "^3.0.0",
"chalk": "^2.4.2",
"compression": "^1.7.4",
"core-js": "^3.6.1",
"css-loader": "^3.4.0",
"del": "^5.1.0",
"eruda": "^1.10.3",
"eruda-dom": "^1.1.0",
"eruda-features": "^1.0.2",
"eruda-orientation": "^1.0.0",
"eruda-touches": "^1.0.1",
"eslint": "^6.8.0",
"eslint-friendly-formatter": "^4.0.1",
"eslint-import-resolver-webpack": "^0.12.0",
"eslint-loader": "^3.0.4",
"eslint-plugin-html": "^6.0.0",
"eslint-plugin-import": "^2.19.1",
"eslint-plugin-vue": "^6.1.2",
"exec-buffer": "^3.2.0",
"fancy-log": "^1.3.3",
"fibers": "^4.0.0",
"file-loader": "^4.3.0",
"gulp": "^4.0.2",
"gulp-cache": "^1.1.2",
"gulp-htmlmin": "^5.0.1",
"gulp-if": "^3.0.0",
"gulp-load-plugins": "^2.0.0",
"html-webpack-plugin": "^3.2.0",
"htmlparser2": "^3.9.2",
"http-proxy-middleware": "^1.0.3",
"imagemin": "^7.0.1",
"imagemin-gifsicle": "^6.0.1",
"imagemin-jpegtran": "^6.0.0",
"imagemin-svgo": "^7.0.0",
"inquirer": "^6.3.1",
"is-png": "^2.0.0",
"jserror": "^1.0.0",
"less": "^3.10.3",
"less-loader": "^5.0.0",
"less-plugin-autoprefix": "^1.5.1",
"lodash": "^4.17.15",
"memfs": "^3.1.2",
"mini-css-extract-plugin": "^0.9.0",
"minimist": "^1.2.0",
"nodemon": "^2.0.4",
"optipng-bin": "^6.0.0",
"ora": "^4.0.3",
"plugin-error": "^1.0.1",
"plur": "^3.1.1",
"postcss": "^7.0.26",
"postcss-import": "^12.0.1",
"postcss-loader": "^3.0.0",
"postcss-move-props-to-bg-image-query": "^2.0.0",
"postcss-pxtorem": "^4.0.1",
"postcss-use": "^3.0.0",
"pretty-bytes": "^5.3.0",
"raw-loader": "^3.1.0",
"sass": "^1.24.0",
"sass-loader": "^8.0.0",
"simple-git": "^1.132.0",
"stylelint": "^13.0.0",
"stylelint-config-rational-order": "^0.1.2",
"stylelint-config-recommended-scss": "^4.2.0",
"stylelint-order": "^4.0.0",
"stylelint-scss": "^3.17.2",
"stylelint-webpack-plugin": "^1.2.3",
"stylus": "^0.54.7",
"stylus-loader": "^3.0.2",
"svg-sprite-loader": "^4.1.6",
"svg-transform-loader": "^2.0.8",
"svg-url-loader": "^3.0.3",
"svgo": "^1.3.2",
"svgo-loader": "^2.2.1",
"thread-loader": "^2.1.3",
"through2": "^2.0.3",
"ts-loader": "^6.2.1",
"tslint": "^5.20.1",
"tslint-loader": "^3.5.4",
"typescript": "^3.7.4",
"url-loader": "^2.3.0",
"vue-loader": "^15.8.3",
"vue-style-loader": "^4.1.2",
"vue-template-compiler": "^2.6.11",
"webpack": "^4.43.0",
"webpack-bundle-analyzer": "^3.7.0",
"webpack-hot-middleware": "^2.25.0",
"webpack-merge": "^4.2.2",
"webpack-node-externals": "^1.7.2"
},
"browserslist": [
"android >= 4.4",
"ios >= 8",
"> 1%"
]
}