-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 959 Bytes
/
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
{
"name": "nebula-frontend",
"private": true,
"scripts": {
"build": "turbo build",
"dev": "turbo dev",
"dev:extension": "turbo dev --filter=extension --filter=@repo/types --filter=@repo/ui",
"dev:www": "turbo dev --filter=www --filter=@repo/types --filter=@repo/ui",
"lint": "turbo lint -- --fix \"**/*.{ts,tsx,md}\"",
"format": "prettier --write \"**/*.{ts,tsx,md}\"",
"prepare": "husky"
},
"devDependencies": {
"@eslint/js": "^9.13.0",
"autoprefixer": "^10.4.20",
"eslint": "^9.13.0",
"eslint-config-next": "^15.1.3",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-simple-import-sort": "^12.1.1",
"globals": "^15.11.0",
"husky": "^9.1.7",
"postcss": "^8",
"prettier": "^3.2.5",
"tailwindcss": "^3.4.1",
"turbo": "^2.2.3",
"typescript": "5.5.4",
"typescript-eslint": "^8.18.2"
},
"packageManager": "[email protected]",
"engines": {
"node": ">=18"
}
}