-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 1.22 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
{
"name": "@dinstack/monorepo",
"private": true,
"packageManager": "pnpm@8.6.10",
"scripts": {
"build": "turbo run build",
"dev": "turbo run dev",
"dev:content": "turbo run dev:content",
"dev:extension": "turbo run dev:extension",
"dev:web": "turbo run dev:web",
"preview": "turbo run preview",
"lint": "eslint --max-warnings 0 --report-unused-disable-directives . && prettier --check .",
"lint:fix": "eslint --fix --max-warnings 0 --report-unused-disable-directives . && prettier --write .",
"typecheck": "turbo run typecheck",
"knip": "knip",
"deploy:preview": "turbo run deploy:preview",
"deploy:production": "turbo run deploy:production"
},
"devDependencies": {
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@typescript-eslint/eslint-plugin": "^6.18.0",
"@typescript-eslint/parser": "^6.18.0",
"env-cmd": "^10.1.0",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"knip": "^4.2.1",
"prettier": "^3.1.1",
"prettier-plugin-astro": "^0.12.3",
"tsc-alias": "^1.8.8",
"turbo": "^1.11.3",
"typescript": "^5.3.3",
"wrangler": "^3.28.3"
}
}