-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 888 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": "js-es6",
"version": "1.0.0",
"description": "",
"main": "script.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "webpack --mode development",
"build": "webpack --mode production"
},
"repository": {
"type": "git",
"url": "git+https://github.com/garylirocks/js-es6.git"
},
"keywords": ["webpack", "es6"],
"author": "Garry Li",
"license": "ISC",
"bugs": {
"url": "https://github.com/garylirocks/js-es6/issues"
},
"homepage": "https://github.com/garylirocks/js-es6#readme",
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-loader": "^7.1.4",
"babel-preset-env": "^1.7.0",
"es-module-loader": "^2.2.6",
"webpack": "^4.8.3",
"webpack-cli": "^2.1.3",
"zen-observable": "^0.8.13"
},
"dependencies": {
"babel-plugin-transform-class-properties": "^6.24.1"
}
}