-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1.24 KB
/
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
35
36
37
{
"name": "root",
"private": true,
"devDependencies": {
"@babel/core": "^7.7.2",
"@babel/plugin-proposal-export-default-from": "^7.5.2",
"@babel/plugin-transform-runtime": "^7.7.6",
"@babel/preset-env": "^7.7.1",
"@babel/runtime-corejs3": "^7.7.6",
"babel-eslint": "^10.0.3",
"babel-loader": "^8.0.6",
"docdash": "^1.1.1",
"eslint": "^6.6.0",
"eslint-config-airbnb-base": "^14.0.0",
"eslint-config-prettier": "^6.6.0",
"eslint-loader": "^3.0.2",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-prettier": "^3.1.1",
"globby": "^10.0.1",
"jsdoc-to-markdown": "^5.0.2",
"lerna": "^3.16.4",
"prettier": "^1.19.1",
"rimraf": "^3.0.0",
"taffydb": "^2.7.3",
"webpack": "^4.41.2",
"webpack-node-externals": "^1.7.2",
"yargs-parser": "^16.1.0"
},
"scripts": {
"dev:pool": "node scripts/run.js --mode=development --package=pool",
"dev:client": "node scripts/run.js --mode=development --package=client",
"build": "node scripts/build.js",
"doc": "node scripts/doc.js",
"prepublish": "yarn run build"
},
"dependencies": {}
}