-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
62 lines (62 loc) · 1.78 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"name": "yab",
"private": true,
"workspaces": [
"packages/*"
],
"repository": {
"type": "git",
"url": "https://github.com/mjolnirjs/yab"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/mjolnirjs/yab/issues"
},
"homepage": "https://github.com/mjolnirjs/yab#readme",
"scripts": {
"start": "jest --watch",
"clean": "lerna run clean --parallel",
"changelog": "lerna-changelog",
"build": "lerna run build",
"lint": "lerna run lint --parallel",
"test": "jest",
"publish": "lerna publish",
"release": "npm run test && npm run build && npm run publish"
},
"devDependencies": {
"@commitlint/cli": "^8.1.0",
"@commitlint/config-conventional": "^8.1.0",
"@types/jest": "^25.0.0",
"@types/node": "^10.14.7",
"@typescript-eslint/eslint-plugin": "^2.0.0",
"@typescript-eslint/parser": "^2.0.0",
"cache-loader": "^4.0.1",
"case-sensitive-paths-webpack-plugin": "^2.2.0",
"cross-env": "^5.2.0",
"eslint": "^6.0.0",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-config-prettier": "^6.0.0",
"eslint-loader": "^3.0.0",
"eslint-plugin-import": "^2.17.3",
"eslint-plugin-prettier": "^3.1.0",
"fork-ts-checker-notifier-webpack-plugin": "^2.0.0",
"fork-ts-checker-webpack-plugin": "^4.0.0",
"friendly-errors-webpack-plugin": "^1.7.0",
"husky": "^3.0.1",
"jest": "^26.0.0",
"lerna": "^3.15.0",
"lerna-changelog": "^0.8.2",
"lint-staged": "^10.0.0",
"parcel-bundler": "^1.12.3",
"prettier": "^1.17.1",
"rimraf": "^3.0.0",
"serve": "^11.1.0",
"terser-webpack-plugin": "^2.0.0",
"ts-jest": "^25.0.0",
"ts-loader": "^7.0.0",
"typescript": "^3.5.3",
"webpack": "^4.35.3",
"webpack-cli": "^3.3.6",
"webpack-merge": "^4.2.1"
}
}