-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.32 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
43
44
45
46
47
{
"name": "fonds-vert-espace-laureat",
"version": "0.1.0",
"engines": {
"node": "22",
"npm": ">=10"
},
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"predev": "react-dsfr update-icons && npm run codegen",
"prebuild": "react-dsfr update-icons && npm run codegen",
"codegen": "dotenv -e .env -- graphql-codegen --config graphql.config.yml",
"codegen:watch": "npm run codegen -- --watch"
},
"dependencies": {
"@codegouvfr/react-dsfr": "^1.14.7",
"date-fns": "^4.1.0",
"graphql": "^16.9.0",
"graphql-request": "^7.1.2",
"iron-session": "^8.0.4",
"next": "15.0.3",
"openid-client": "^5.7.0",
"postcss-import": "^16.1.0",
"postcss-url": "^10.1.3",
"react": "19.0.0-rc-66855b96-20241106",
"react-dom": "19.0.0-rc-66855b96-20241106"
},
"devDependencies": {
"@graphql-codegen/cli": "5.0.3",
"@graphql-codegen/client-preset": "4.5.1",
"@parcel/watcher": "^2.5.0",
"@types/node": "^22",
"@types/react": "^18",
"@types/react-dom": "^18",
"dotenv-cli": "^7.4.4",
"eslint": "^9",
"eslint-config-next": "15.0.3",
"eslint-plugin-simple-import-sort": "^12.1.1",
"postcss": "^8",
"sass": "^1.81.0",
"tailwindcss": "^3.4.15",
"typescript": "^5.7.2"
}
}