-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 965 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
{
"devDependencies": {
"@babel/core": "^7.2.2",
"@babel/plugin-proposal-object-rest-spread": "^7.2.0",
"@babel/plugin-transform-object-assign": "^7.2.0",
"@babel/preset-env": "^7.2.3",
"@babel/register": "^7.0.0",
"assert": "^1.4.1",
"babel-loader": "^8.0.4",
"babel-plugin-array-includes": "^2.0.3",
"eslint": "^5.11.1",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-plugin-import": "^2.14.0",
"glob": "^7.1.3",
"mocha": "^5.2.0",
"path": "^0.12.7",
"uglifyjs-webpack-plugin": "^2.1.1",
"webpack": "^4.28.2",
"webpack-cli": "^3.1.2"
},
"license": "TODO",
"private": "true",
"repository": {
"type": "git",
"url": "git+https://github.com/comlock/starter-lib-es2015"
},
"scripts": {
"mocha": "mocha -c --require babel-core/register",
"test": "mocha -c --require babel-core/register -- test/**/*.es*",
"watch": "webpack -w --stdin",
"webpack": "webpack"
}
}