forked from ui-worker/uiworker
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 1.13 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
{
"name": "ui-worker",
"version": "1.1.9",
"description": "ui-worker组件库",
"main": "index.js",
"scripts": {
"build": "set NODE_ENV=production & webpack --config ./build/webpack.config.build.js",
"dev": "webpack-dev-server --content-base ./dist --open --inline --hot --compress --history-api-fallback --port 8081 --config ./build/webpack.config.dev.js",
"dist:dev": "webpack --config ./build/webpack.config.dist.dev.js",
"dist:prod": "webpack --config ./build/webpack.config.dist.prod.js"
},
"author": "vvfeteam",
"license": "ISC",
"devDependencies": {
"babel-core": "^6.25.0",
"babel-loader": "^7.1.0",
"babel-preset-es2015": "^6.24.1",
"css-loader": "^0.28.4",
"extract-text-webpack-plugin": "^2.1.2",
"file-loader": "^0.11.2",
"happypack": "^4.0.0-beta.2",
"html-webpack-plugin": "^2.29.0",
"raw-loader": "^0.5.1",
"style-loader": "^0.18.2",
"url-loader": "^0.5.9",
"vue-loader": "^12.2.1",
"vue-router": "^2.6.0",
"vue-template-compiler": "^2.3.4",
"webpack-dev-server": "^2.5.0"
},
"dependencies": {
"vue": "^2.3.4",
"webpack": "^3.6.0"
}
}