-
Notifications
You must be signed in to change notification settings - Fork 27
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 971 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 971 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
31
{
"name": "d4g-website",
"version": "0.0.1",
"private": true,
"packageManager": "pnpm@10.17.0+sha512.fce8a3dd29a4ed2ec566fb53efbb04d8c44a0f05bc6f24a73046910fb9c3ce7afa35a0980500668fa3573345bd644644fa98338fa168235c80f4aa17aa17fbef",
"description": "A monorepo of nuxt packages",
"author": "",
"license": "ISC",
"keywords": [],
"scripts": {
"packages": "dotenv -- pnpm --filter",
"frontend": "pnpm --filter frontend",
"backend": "pnpm packages backend",
"lint": "eslint",
"lint:fix": "eslint --fix"
},
"devDependencies": {
"@antfu/eslint-config": "^4.16.2",
"@eslint-react/eslint-plugin": "^1.52.2",
"@next/eslint-plugin-next": "^15.3.4",
"dotenv-cli": "^8.0.0",
"eslint": "^9.30.1",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.20",
"eslint-plugin-tailwindcss": "^3.18.0"
},
"dependencies": {
"sharp": "^0.34.4"
}
}