generated from mjolnirjs/template-monorepo-libs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
68 lines (68 loc) · 2.1 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
63
64
65
66
67
68
{
"name": "yab-dev-tools",
"description": "Yab dev tools",
"repository": "https://github.com/mjolnirjs/yab-dev-tools.git",
"scripts": {
"start": "jest --watch",
"start:ui": "yarn workspace yab-dev-tools-ui start",
"clean": "yarn workspaces run clean",
"changelog": "lerna-changelog",
"build": "yarn workspaces run build",
"lint": "eslint --ext .js,.jsx,.ts,.tsx ./",
"test": "jest",
"release": "npm run test && npm run build && lerna publish"
},
"devDependencies": {
"@babel/core": "^7.26.0",
"@commitlint/cli": "^8.3.6",
"@commitlint/config-conventional": "^8.3.6",
"@mjolnir/babel-preset": "^0.2.0",
"@mjolnir/eslint-config": "^0.4.0",
"@mjolnir/prettier-config": "^0.2.0",
"@mjolnir/tsconfig": "^0.1.0",
"@types/jest": "^24.9.1",
"@types/node": "^12.20.55",
"babel-loader": "^8.4.1",
"case-sensitive-paths-webpack-plugin": "^2.4.0",
"copy-webpack-plugin": "^5.1.2",
"cross-env": "^5.2.1",
"css-loader": "^3.6.0",
"eslint": "^6.8.0",
"eslint-loader": "^3.0.4",
"file-loader": "^4.3.0",
"fork-ts-checker-notifier-webpack-plugin": "^1.0.3",
"fork-ts-checker-webpack-plugin": "^1.6.0",
"friendly-errors-webpack-plugin": "^1.7.0",
"html-webpack-plugin": "^3.2.0",
"husky": "^3.1.0",
"jest": "^24.9.0",
"lerna": "^3.22.1",
"lerna-changelog": "^0.8.3",
"less": "^3.13.1",
"less-loader": "^5.0.0",
"lint-staged": "^9.5.0",
"mini-css-extract-plugin": "^0.12.0",
"npm-run-all2": "^5.0.2",
"optimize-css-assets-webpack-plugin": "^5.0.8",
"postcss-loader": "^3.0.0",
"postcss-preset-env": "^6.7.2",
"prettier": "^1.19.1",
"rimraf": "^3.0.2",
"style-loader": "^1.3.0",
"terser-webpack-plugin": "^1.4.6",
"ts-jest": "^24.3.0",
"typed-css-modules-webpack-plugin": "^0.2.0",
"typescript": "^3.9.10",
"url-loader": "^2.3.0",
"webpack": "^4.47.0",
"webpack-cli": "^3.3.12",
"webpack-dev-server": "^3.11.3",
"webpack-merge": "^4.2.2",
"webpackbar": "^4.0.0"
},
"private": true,
"workspaces": [
"packages/*"
],
"license": "MIT"
}