forked from BuildFire/webviewPlugin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 885 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
33
34
{
"name": "plugin-template-webpack",
"version": "1.0.0",
"description": "BuildFire plugin template for Webpack",
"main": "server.js",
"scripts": {
"test": "mocha",
"build": "webpack --config ./webpack/build.config.js"
},
"keywords": [
"buildfire",
"plugin",
"webpack"
],
"author": "BuildFire",
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.0.0-beta.40",
"@babel/preset-env": "^7.0.0-beta.40",
"@babel/register": "^7.0.0-beta.40",
"babel-loader": "^8.0.0-beta.0",
"chai": "^4.1.2",
"copy-webpack-plugin": "^4.1.1",
"css-loader": "^0.28.9",
"eslint": "^4.9.0",
"extract-text-webpack-plugin": "^3.0.2",
"html-webpack-plugin": "^2.30.1",
"mocha": "^5.0.1",
"style-loader": "^0.20.1",
"webpack": "^3.11.0",
"webpack-dev-server": "^2.9.2",
"zip-webpack-plugin": "^2.0.0"
}
}