-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
36 lines (36 loc) · 1.14 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
{
"name": "frontend-ampersand-libraries",
"packageManager": "[email protected]",
"workspaces": [
"packages/**/**"
],
"devDependencies": {
"@babel/core": "^7.23.5",
"@babel/plugin-transform-class-properties": "^7.23.3",
"@babel/plugin-transform-numeric-separator": "^7.23.4",
"@babel/plugin-transform-private-methods": "^7.23.3",
"@babel/plugin-transform-private-property-in-object": "^7.23.4",
"@babel/preset-env": "^7.23.5",
"@babel/preset-react": "^7.23.3",
"@babel/preset-typescript": "^7.23.3",
"@types/node": "^18.19.2",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.10.0",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"lerna": "3.22.1",
"prettier": "^2.8.8",
"sort-package-json": "^2.6.0",
"ts-node": "^10.9.1",
"typescript": "5.3.2"
},
"resolutions": {
"eslint-import-resolver-typescript": "^3.5.0",
"eslint-plugin-prettier": "^4.2.1",
"esbuild": "npm:[email protected]"
},
"license": "MIT"
}