-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.99 KB
/
package.json
File metadata and controls
58 lines (58 loc) · 1.99 KB
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
{
"name": "wayo-docs",
"version": "0.0.1",
"description": "wayo document",
"scripts": {
"dev": "cross-env NODE_ENV=development ./node_modules/.bin/webpack-dev-server --config ./build/webpack.config.dev.js",
"build:dll": "cross-env NODE_ENV=production ./node_modules/.bin/webpack --config ./build/webpack.config.dll.js",
"build:prod": "cross-env NODE_ENV=production ./node_modules/.bin/webpack --config ./build/webpack.config.prod.js",
"build": "npm run build:dll&&npm run build:prod"
},
"keywords": [
"wayo",
"vue"
],
"author": "zhoujunpeng <rico.zjp@gmail.com> (https://github.com/zhoujunpeng)",
"license": "MIT",
"devDependencies": {
"babel-core": "^6.26.3",
"babel-loader": "^7.1.5",
"babel-plugin-syntax-dynamic-import": "^6.18.0",
"babel-plugin-syntax-object-rest-spread": "^6.13.0",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-es5-property-mutators": "^6.24.1",
"babel-plugin-transform-object-assign": "^6.22.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.7.0",
"babel-preset-stage-3": "^6.24.1",
"clean-webpack-plugin": "^0.1.19",
"copy-webpack-plugin": "^4.5.2",
"cross-env": "^5.2.0",
"css-loader": "^1.0.0",
"ejs": "^2.6.1",
"ejs-html-loader": "^3.1.0",
"file-loader": "^1.1.11",
"html-loader": "^0.5.5",
"html-webpack-plugin": "^4.0.0-alpha",
"mini-css-extract-plugin": "^0.4.1",
"node-sass": "^4.9.2",
"prismjs": "^1.15.0",
"raw-loader": "^0.5.1",
"sass-loader": "^7.0.3",
"style-loader": "^0.21.0",
"uglifyjs-webpack-plugin": "^1.2.7",
"url-loader": "^1.0.1",
"vue": "^2.5.16",
"vue-loader": "^15.2.6",
"vue-markdown": "^2.2.4",
"vue-router": "^3.0.1",
"vue-style-loader": "^4.1.1",
"vue-template-compiler": "^2.5.16",
"vuex": "^3.0.1",
"wayo": "0.0.5",
"webpack": "^4.16.3",
"webpack-cli": "^3.1.0",
"webpack-dev-server": "^3.1.5",
"webpack-merge": "^4.1.3"
}
}