-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
42 lines (42 loc) · 1.2 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
{
"name": "partiguiden",
"version": "1.0.0",
"description": "Monorepo for all Partiguiden",
"author": "Axel Pettersson",
"license": "ISC",
"packageManager": "[email protected]",
"scripts": {
"dev": "turbo dev",
"build": "turbo build",
"clean": "git clean -xdf node_modules",
"clean:all": "turbo clean",
"lint": "pnpm run '/^lint:.*/'",
"lint:eslint": "eslint",
"lint:tsc": "turbo lint:tsc",
"knip": "knip",
"format:write": "prettier -w '**/*.{js,mjs,ts,tsx,md,json,css}'",
"format:check": "prettier -c '**/*.{js,mjs,ts,tsx,md,json,css}'"
},
"devDependencies": {
"@eslint/js": "9.16.0",
"@next/eslint-plugin-next": "15.0.3",
"@trivago/prettier-plugin-sort-imports": "4.3.0",
"@types/eslint__js": "8.42.3",
"eslint": "9.16.0",
"eslint-plugin-import": "2.31.0",
"eslint-plugin-react": "7.37.2",
"eslint-plugin-react-hooks": "5.1.0-rc.1",
"eslint-plugin-turbo": "2.3.3",
"knip": "5.38.3",
"prettier": "3.4.1",
"prettier-plugin-tailwindcss": "0.6.9",
"turbo": "2.3.3",
"typescript": "5.7.2",
"typescript-eslint": "8.16.0"
},
"pnpm": {
"overrides": {
"react-is": "19.0.0-rc-69d4b800-20241021"
}
}
}