-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
32 lines (32 loc) · 990 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": "root",
"private": true,
"version": "1.0.0",
"main": "dist/lone.js",
"scripts": {
"dev": "webpack -w --config scripts/webpack.dev.conf.js",
"build": "webpack --config scripts/webpack.prod.conf.js",
"test": "echo \"Error: no test specified\" && exit 1",
"bootstrap": "lerna bootstrap"
},
"devDependencies": {
"@babel/core": "^7.6.4",
"@babel/plugin-proposal-decorators": "^7.6.0",
"@babel/plugin-transform-modules-commonjs": "^7.7.5",
"@babel/preset-env": "^7.6.3",
"babel-eslint": "^10.0.3",
"babel-loader": "^8.0.6",
"eslint": "^6.5.1",
"eslint-config-standard": "^14.1.0",
"eslint-friendly-formatter": "^4.0.1",
"eslint-loader": "^3.0.2",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-node": "^10.0.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1",
"lerna": "^3.15.0",
"webpack": "^4.41.1",
"webpack-cli": "^3.3.9",
"webpack-merge": "^4.2.2"
}
}