-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 892 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 892 Bytes
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
{
"name": "ui-common",
"private": true,
"version": "1.0.0",
"description": "ui-common",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"release:discover": "pnpm --filter @infinilabs/discover publish --no-git-checks",
"dev:datepicker": "pnpm --filter @infinilabs/datepicker dev",
"build:datepicker": "pnpm --filter @infinilabs/datepicker build",
"build:all": "pnpm -r build",
"dev:all": "pnpm -r dev",
"install:all": "pnpm install --registry https://registry.npmjs.org/"
},
"keywords": [],
"author": "",
"license": "MIT",
"packageManager": "pnpm@10.12.1+sha512.f0dda8580f0ee9481c5c79a1d927b9164f2c478e90992ad268bbb2465a736984391d6333d2c327913578b2804af33474ca554ba29c04a8b13060a717675ae3ac",
"pnpm": {
"overrides": {
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0"
}
}
}