-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathpackage.json
32 lines (32 loc) · 848 Bytes
/
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
{
"name": "gclosurectest",
"version": "1.0.0",
"description": "",
"main": "test.js",
"scripts": {
"start": "webpack-dev-server -d -w",
"editor": "webpack-dev-server -d -w --config webpack.editor-config.js",
"build": "node build.js"
},
"author": "",
"license": "ISC",
"devDependencies": {
"css-loader": "^1.0.0",
"get-pixels": "^3.3.2",
"google-closure-compiler": "^20180716.0.1",
"html-minifier": "^3.5.19",
"jszip": "^3.1.5",
"rollup": "^0.63.4",
"rollup-plugin-json": "^3.0.0",
"rollup-plugin-url": "^1.4.0",
"tempfile": "^2.0.0",
"url-loader": "^1.1.1",
"vue": "^2.5.17",
"vue-loader": "^15.3.0",
"vue-style-loader": "^4.1.1",
"vue-template-compiler": "^2.5.17",
"webpack": "^4.16.3",
"webpack-cli": "^3.1.0",
"webpack-dev-server": "^3.1.5"
}
}