-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
30 lines (30 loc) · 929 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
{
"name": "keyhub-vault",
"description": "Client frontend monorepo for EquineHub",
"scripts": {
"postinstall": "lerna bootstrap && link-parent-bin",
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"@babel/cli": "^7.1.5",
"@babel/core": "^7.1.5",
"@babel/plugin-proposal-object-rest-spread": "^7.0.0-beta.54",
"@babel/preset-env": "^7.1.5",
"babel-loader": "^8.0.0-beta.4",
"browserify": "^16.2.3",
"browserify-derequire": "^0.9.6",
"copy-webpack-plugin": "^4.6.0",
"eslint": "^5.8.0",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-config-prettier": "^3.1.0",
"eslint-plugin-import": "^2.13.0",
"eslint-plugin-prettier": "^3.0.0",
"jest": "^23.6.0",
"lerna": "^3.4.3",
"link-parent-bin": "^0.2.3",
"prettier": "^1.15.1",
"webpack": "^4.25.1",
"webpack-cli": "^3.0.8",
"worker-loader": "^2.0.0"
}
}