-
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·29 lines (29 loc) · 859 Bytes
/
package.json
File metadata and controls
executable file
·29 lines (29 loc) · 859 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
27
28
29
{
"name": "shuriken-ui",
"private": true,
"version": "0.0.4",
"description": "",
"scripts": {
"install:all": "pnpm -r install",
"watch": "pnpm --filter=@shuriken-ui/react dev",
"dev": "pnpm run watch --onSuccess \"pnpm --filter=demo dev\"",
"build": "pnpm --filter=@shuriken-ui/react build",
"lint": "pnpm --filter=@shuriken-ui/react lint",
"lint:fix": "pnpm --filter=@shuriken-ui/react lint:fix",
"pre-commit": "pnpm run --filter=@shuriken-ui/react pre-commit",
"prepare": "husky install",
"postinstall": "pnpm prepare"
},
"keywords": [],
"author": "",
"license": "MIT",
"devDependencies": {
"@commitlint/cli": "^19.2.0",
"@commitlint/config-conventional": "^19.1.0",
"husky": "^9.0.11",
"lint-staged": "^15.2.2"
},
"dependencies": {
"@shuriken-ui/react": "workspace:^"
}
}