-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 995 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 995 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
30
{
"name": "fullstrack-template",
"version": "1.0.0",
"description": "",
"keywords": [],
"license": "ISC",
"author": "cyh",
"type": "module",
"main": "index.js",
"scripts": {
"build": "turbo run build --env-mode=loose",
"clean": "rm -rf ./node_modules && pnpm -r exec rm -rf ./node_modules .turbo",
"clean:turbo": " pnpm -r exec rm -rf .turbo",
"dev": "DO_NOT_TRACK=1 && turbo run dev --filter web --env-mode=loose",
"prettier": "prettier --config ./prettier.config.js --write .",
"taze": "pnpm -r exec taze major --interactive false --write false --install false"
},
"devDependencies": {
"@changesets/cli": "^2.27.7",
"@ianvs/prettier-plugin-sort-imports": "^4.3.0",
"prettier": "^3.3.3",
"prettier-plugin-css-order": "^2.1.2",
"prettier-plugin-packagejson": "^2.5.0",
"prettier-plugin-tailwindcss": "^0.6.5",
"taze": "^0.14.2",
"turbo": "^2.0.6",
"typescript": "^5.5.3"
},
"packageManager": "pnpm@8.15.8"
}