forked from newnivers/web-packages
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
62 lines (62 loc) · 1.96 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": "newnivers-web-packages",
"workspaces": [
"packages/**/**"
],
"scripts": {
"sort-package-json": "sort-package-json packages/**/package.json "
},
"resolutions": {
"@types/jest": "29",
"babel-jest": "29",
"esbuild": "npm:[email protected]",
"eslint": "^7",
"eslint-config-prettier": "^8.5.0",
"eslint-import-resolver-typescript": "^3.5.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-prettier": "^4.2.1",
"jest": "29",
"jest-environment-jsdom": "29"
},
"devDependencies": {
"@babel/core": "^7.19.3",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-numeric-separator": "^7.18.6",
"@babel/plugin-proposal-private-methods": "^7.18.6",
"@babel/plugin-proposal-private-property-in-object": "^7.18.6",
"@babel/preset-env": "^7.19.3",
"@babel/preset-react": "7.18.6",
"@babel/preset-typescript": "^7.18.6",
"@commitlint/cli": "^17.6.5",
"@commitlint/config-conventional": "^17.6.5",
"@emotion/eslint-plugin": "^11.10.0",
"@rollup/plugin-babel": "^5.3.1",
"@rollup/plugin-commonjs": "^22.0.2",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^14.1.0",
"@types/jest": "^29.2.0",
"@types/node": "^18.8.3",
"@typescript-eslint/eslint-plugin": "^5.39.0",
"@typescript-eslint/parser": "^5.39.0",
"@yarnpkg/pnpify": "^4.0.0-rc.44",
"builtin-modules": "^3.3.0",
"eslint": "^7",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-react": "7.31.8",
"eslint-plugin-react-hooks": "4.6.0",
"fast-glob": "^3.2.12",
"husky": "^8.0.3",
"jest": "^29.1.2",
"jest-environment-jsdom": "^29.5.0",
"jest-junit": "^14.0.1",
"lerna": "7.1.4",
"prettier": "^2.7.1",
"rollup": "^2.79.1",
"sort-package-json": "^2.0.0",
"ts-jest": "^29.1.0",
"ts-node": "^10.9.1",
"typescript": "4.7.4"
},
"packageManager": "[email protected]"
}