-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.17 KB
/
Copy pathpackage.json
File metadata and controls
39 lines (39 loc) · 1.17 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
{
"name": "autoform-devtool",
"version": "0.0.1",
"description": "",
"main": "index.js",
"scripts": {
"dev": "webpack --watch --hide-modules ",
"test": "echo \"Error: no test specified\" && exit 1",
"build": "rm -rf shells/dist && NODE_ENV=production webpack --progress --hide-modules",
"zip": " cd shells && zip -r -FS ../dist/chrome.zip . -x *src/* -x *src/**/* -x *webpack.config.js",
"cp":"cp -R ./shells/ ./dist/pack && rm -rf ./dist/pack/src"
},
"author": "charlielau",
"license": "ISC",
"devDependencies": {
"buble": "^0.16.0",
"buble-loader": "^0.4.0",
"chromedriver": "^2.25.1",
"cross-env": "^5.0.5",
"css-loader": "^0.28.7",
"file-loader": "^1.1.5",
"friendly-errors-webpack-plugin": "^1.1.2",
"html-webpack-plugin": "^2.30.1",
"selenium-server": "2.52.0",
"style-loader": "^0.19.0",
"stylus": "^0.54.5",
"stylus-loader": "^3.0.1",
"url-loader": "^0.6.2",
"vue-loader": "^13.3.0",
"vue-style-loader": "^3.0.3",
"vue-template-compiler": "^2.0.0",
"webpack": "^3.7.0",
"webpack-dev-server": "^2.9.1"
},
"dependencies": {
"jsoneditor": "^5.11.0",
"vue": "^2.5.8"
}
}