-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.45 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
{
"name": "fluidui-monorepo",
"version": "0.0.0",
"private": true,
"description": "",
"repository": {
"type": "git",
"url": "https://github.com/ineedjobtostartwork/fluidui"
},
"homepage": "https://github.com/INeedJobToStartWork/Commit-Smile",
"bugs": "https://github.com/ineedjobtostartwork/fluidui/issues/new/choose",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "turbo dev",
"build": "turbo build",
"build:npm": "turbo build:npm",
"lint": "turbo lint",
"lint:fix": "turbo lint",
"format": "turbo format",
"clean": "pnpm clean:node-modules && pnpm clean:lock && pnpm clean:cache && pnpm install --hoist",
"clean:cache": "rimraf ./node_modules/.cache --glob && rimraf ./apps/**/node_modules/.cache --glob && rimraf ./packages/**/node_modules/.cache --glob && rimraf ./configs/**/node_modules/.cache --glob",
"clean:lock": "rimraf ./pnpm-lock.yaml --glob ",
"clean:node-modules": "rimraf ./apps/**/node_modules --glob && rimraf ./configs/**/node_modules --glob && rimraf ./packages/**/node_modules --glob && rimraf ./node_modules --glob",
"prepare": "husky"
},
"author": "ineedjobtostartwork",
"license": "MIT",
"engines": {
"node": ">=20.x",
"pnpm": ">=8.x"
},
"packageManager": "[email protected]",
"devDependencies": {
"@changesets/cli": "^2.27.1",
"commitsmile": "^0.6.1",
"husky": "^9.0.11",
"lint-staged": "^15.2.2",
"turbo": "^1.13.0"
}
}