-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
60 lines (60 loc) · 2.13 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"name": "vubnguyen",
"private": true,
"scripts": {
"build": "turbo build",
"build:extension": "turbo build --filter newnew-performancetool",
"build:storybook": "turbo build:storybook",
"build:vubnguyen": "turbo build --filter @vujita/vubnguyen",
"check": "prettier --check \"**/*.{js,cjs,mjs,ts,tsx,md,json,html}\"",
"clean:modules": "pnpx turbo clean && git clean -xdf node_modules",
"clean:workspaces": "pnpx turbo build:clean",
"db:generate": "turbo db:generate",
"db:migrate": "turbo db:migrate",
"db:push": "turbo db:push",
"db:studio": "pnpm -F db dev",
"dedupe": "pnpm dedupe",
"dev": "turbo dev --parallel",
"dev:db": "turbo dev --filter db",
"dev:extension": "turbo dev --filter newnew-performancetool",
"dev:preview": "turbo dev:preview",
"dev:preview:storybook": "turbo dev:preview:storybook",
"dev:storybook": "turbo dev:storybook --parallel",
"dev:vubnguyen": "turbo dev --filter @vujita/vubnguyen --filter vujita-ui",
"format": "prettier --write \"**/*.{css,js,cjs,mjs,ts,tsx,md,json,html}\"",
"lint": "turbo lint && manypkg check",
"lint:fix": "turbo lint:fix && manypkg fix",
"manypkg:check": "manypkg check",
"manypkg:fix": "manypkg fix",
"prepare": "husky install",
"preview": "turbo preview",
"reinstall": "xrun -s clean:workspaces clean:modules && pnpm install --frozen-lockfile",
"postreinstall": "xrun test:all",
"test": "turbo test",
"test:all": "turbo build lint test e2e",
"test:e2e": "turbo e2e",
"type-check": "turbo type-check"
},
"dependencies": {
"@ianvs/prettier-plugin-sort-imports": "4.1.0",
"@manypkg/cli": "0.21.0",
"@xarc/run": "1.1.1",
"eslint-plugin-prettier": "5.1.3",
"husky": "9.0.11",
"lerna": "7.1.5",
"lint-staged": "15.2.7",
"prettier": "3.0.0",
"prettier-plugin-packagejson": "2.4.9",
"prettier-plugin-sort-json": "3.0.1",
"prettier-plugin-tailwindcss": "0.6.5",
"turbo": "2.0.6",
"typescript": "5.4.5"
},
"packageManager": "[email protected]",
"engines": {
"node": ">=v18.16.0"
},
"manypkg": {
"workspaceProtocol": "allow"
}
}