-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 873 Bytes
/
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
{
"name": "use-upgrade",
"private": true,
"scripts": {
"preinstall": "npx only-allow pnpm",
"publish": "lerna publish from-package -y",
"build": "lerna run build"
},
"workspaces": [
"./packages/*"
],
"repository": {
"type": "git",
"url": "https://github.com/jia-niang/use-upgrade"
},
"bugs": {
"url": "https://github.com/jia-niang/use-upgrade/issues"
},
"author": "jia-niang <[email protected]>",
"license": "MIT",
"devDependencies": {
"@types/node": "^20.5.1",
"@types/react": "^18.2.20",
"@typescript-eslint/eslint-plugin": "^6.4.0",
"@typescript-eslint/parser": "^6.4.0",
"eslint": "^8.47.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-react-hooks": "^4.6.0",
"lerna": "^7.1.5",
"prettier": "^3.0.2",
"typescript": "^5.1.6"
}
}