-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
95 lines (95 loc) · 3.04 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
{
"name": "pages-legales-faciles",
"description": "Générateur de pages légales à partir de modèles",
"version": "1.0.0",
"private": true,
"engines": {
"node": "22.x"
},
"scripts": {
"predev": "react-dsfr update-icons",
"prebuild": "react-dsfr update-icons",
"dev": "next dev",
"build": "next build && cp -r public .next/standalone/ && cp -r .next/static .next/standalone/.next/",
"postbuild": "next-sitemap",
"start": "node .next/standalone/server.js",
"lint": "next lint",
"export": "next export",
"build:export": "npm run build && npm run export",
"run-script": "ts-node --project scripts/tsconfig.json",
"generateEnvDeclaration": "yarn run-script scripts/generateEnvDeclaration.ts",
"seed": "yarn run-script scripts/seedGit.ts"
},
"dependencies": {
"@auth/unstorage-adapter": "^2.7.4",
"@codegouvfr/react-dsfr": "^1.16.5-rc.0",
"@formkit/auto-animate": "^0.8.2",
"@hookform/resolvers": "^3.9.1",
"@incubateur-ademe/next-auth-espace-membre-provider": "^0.1.2",
"@mdx-js/react": "^3.1.0",
"@monaco-editor/react": "^4.7.0-rc.0",
"@next/mdx": "^15.1.0",
"@socialgouv/matomo-next": "^1.9.2",
"@types/mdx": "^2.0.13",
"gray-matter": "^4.0.3",
"http-status-codes": "^2.3.0",
"immer": "^10.1.1",
"ioredis": "^5.4.2",
"lodash": "^4.17.21",
"lru-cache": "^11.0.2",
"monaco-editor": "^0.52.2",
"mustache": "^4.2.0",
"next": "^15.1.0",
"next-auth": "beta",
"next-mdx-remote": "^5.0.0",
"next-sitemap": "^4.2.3",
"nodemailer": "^6.9.16",
"react": "^19",
"react-dom": "^19",
"react-hook-form": "^7.53.2",
"react-loading-skeleton": "^3.5.0",
"react-spinners": "^0.14.1",
"remark-frontmatter": "^5.0.0",
"remark-gfm": "^4.0.0",
"remark-mdx-frontmatter": "^5.0.0",
"server-only": "^0.0.1",
"sharp": "^0.33.5",
"simple-git": "^3.27.0",
"unstorage": "^1.14.4",
"zod": "^3.23.8",
"zustand": "^4.5.5"
},
"devDependencies": {
"@mdx-js/loader": "^3.1.0",
"@next/eslint-plugin-next": "^15.1.0",
"@tsconfig/next": "^2.0.3",
"@types/date-fns": "^2.6.3",
"@types/eslint": "^8.56.12",
"@types/lodash": "^4.17.13",
"@types/mustache": "^4.2.5",
"@types/node": "^22.10.1",
"@types/nodemailer": "^6.4.17",
"@types/react": "^19",
"@types/react-dom": "^19",
"autoprefixer": "^10.4.20",
"dotenv": "^16.4.5",
"eslint": "^8.57.1",
"eslint-config-next": "^15.1.0",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-typescript": "^3.6.3",
"eslint-plugin-lodash": "^7.4.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-simple-import-sort": "^12.1.1",
"eslint-plugin-typescript-sort-keys": "^3.3.0",
"eslint-plugin-unused-imports": "^3.2.0",
"monaco-editor-webpack-plugin": "^7.1.0",
"postcss": "^8.4.49",
"prettier": "^3.4.1",
"sass": "^1.80.7",
"tailwindcss": "^3.4.14",
"ts-node": "^10.9.2",
"tsconfig-paths": "^4.2.0",
"typescript": "^5.7.2",
"typescript-eslint": "7.18.0"
}
}