-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
81 lines (81 loc) · 2.52 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
69
70
71
72
73
74
75
76
77
78
79
80
81
{
"name": "lerna-packer",
"version": "0.10.3",
"description": "React multi-app and package build handling for lerna monorepo.",
"keywords": [
"lerna",
"webpack",
"webpack5",
"react",
"monorepo"
],
"type": "commonjs",
"typings": "./index.d.ts",
"main": "./index.js",
"scripts": {},
"author": "Michael Becker, https://i-am-digital.eu",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/elbakerino/lerna-packer.git"
},
"bugs": {
"url": "https://github.com/elbakerino/lerna-packer/issues"
},
"dependencies": {
"@babel/cli": "^7.22.9",
"@babel/core": "^7.22.9",
"@babel/eslint-parser": "^7.22.9",
"@babel/node": "^7.22.6",
"@babel/preset-env": "^7.22.9",
"@babel/preset-react": "^7.22.5",
"@babel/preset-typescript": "^7.22.5",
"@babel/runtime": "^7.22.6",
"@jest/types": "^29.6.1",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.15",
"@svgr/webpack": "^8.0.1",
"@testing-library/jest-dom": "^6.5.0",
"@testing-library/react": "^16.0.1",
"@typescript-eslint/eslint-plugin": "^6.1.0",
"@typescript-eslint/parser": "^6.1.0",
"babel-jest": "^29.6.1",
"babel-loader": "^9.1.3",
"copy-webpack-plugin": "^12.0.2",
"cross-spawn": "^7.0.5",
"css-loader": "^6.8.1",
"ejs-loader": "^0.5.0",
"eslint": "^8.45.0",
"eslint-plugin-deprecation": "^1.4.1",
"eslint-plugin-only-warn": "^1.1.0",
"eslint-plugin-react": "^7.33.0",
"eslint-webpack-plugin": "^4.0.1",
"file-loader": "^6.2.0",
"html-loader": "^5.1.0",
"html-webpack-plugin": "^5.5.3",
"img-loader": "^4.0.0",
"is-wsl": "^2.2.0",
"jest": "^29.6.1",
"jest-runner-eslint": "^2.1.0",
"minimist": "^1.2.8",
"postcss-loader": "^7.3.3",
"react-dev-utils": "^12.0.1",
"react-refresh": "^0.14.2",
"rimraf": "^5.0.0",
"sass": "^1.79.4",
"sass-loader": "^16.0.2",
"style-loader": "^4.0.0",
"terser-webpack-plugin": "^5.3.9",
"ts-jest": "^29.1.1",
"url-loader": "^4.1.1",
"webpack": "^5.88.2",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.1.0",
"webpack-merge": "^6.0.1"
},
"devDependencies": {
"typescript": "^5.0.2"
},
"peerDependencies": {
"typescript": "^5.0.2"
}
}