-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
98 lines (98 loc) · 3.05 KB
/
package.json
File metadata and controls
98 lines (98 loc) · 3.05 KB
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
96
97
98
{
"name": "mesaidesreno",
"version": "2.3.1",
"scripts": {
"build": "next build",
"predev": "npx react-dsfr update-icons",
"dev": "next dev -p 8080",
"prettier": "prettier --write --ignore-unknown .",
"prebuild": "node lib/downloadData.mjs && node --experimental-strip-types lib/joinLatitudes.mjs && node lib/build-copro-tiles.mjs && npx react-dsfr update-icons",
"prettier:check": "prettier --check --ignore-unknown .",
"postbuild": "cp -r public .next/standalone/ && cp -r .next/static .next/standalone/.next",
"start": "node .next/standalone/server.js",
"compute-taxe-fonciere": "deno run --allow-read --allow-net --allow-write --allow-env lib/computeTaxeFoncierePopulation.ts"
},
"main": "index.js",
"files": [
"README.md",
"mesaidesreno.model.json",
"index.js",
"index.d.ts"
],
"module": "index.js",
"types": "index.d.ts",
"dependencies": {
"@adobe/css-tools": "^4.3.3",
"@codegouvfr/react-dsfr": "^1.26.0",
"@mdx-js/loader": "^3.1.0",
"@mdx-js/react": "^3.1.0",
"@next/mdx": "^15.4.10",
"@publicodes/react-ui": "^1.5.4",
"@socialgouv/matomo-next": "^1.11.0",
"@turf/buffer": "^7.2.0",
"@turf/distance": "^6.5.0",
"@types/mdx": "^2.0.13",
"@types/node": "20.11.30",
"autoprefixer": "10.4.19",
"bcrypt": "^5.1.1",
"caniuse-lite": "^1.0.30001735",
"chart.js": "^4.4.6",
"chartjs-adapter-date-fns": "^3.0.0",
"chartjs-plugin-annotation": "^3.1.0",
"clsx": "^2.1.0",
"csv-loader": "^3.0.5",
"csv-parse": "^6.1.0",
"csv-stringify": "^6.6.0",
"d3": "^7.9.0",
"date-fns": "^4.1.0",
"deno": "^2.2.12",
"follow-redirects": "^1.15.9",
"framer-motion": "^11.0.22",
"maplibre-gl": "5.1.1",
"marked": "^17.0.0",
"marked-plaintify": "^1.1.1",
"micromark": "^4.0.0",
"next": "^15.5.9",
"next-mdx-remote-client": "^2.1.7",
"postcss": "8.4.38",
"publicodes": "^1.6.1",
"raw-loader": "^4.0.2",
"react": "^19.1.2",
"react-chartjs-2": "^5.2.0",
"react-dom": "^19.1.2",
"react-tooltip": "^5.28.1",
"rehype-autolink-headings": "^7.1.0",
"rehype-slug": "^6.0.0",
"remark-gfm": "^4.0.0",
"remark-toc": "^9.0.0",
"rss": "^1.2.2",
"sharp": "^0.33.4",
"styled-components": "^6.1.8",
"swiper": "^11.1.14",
"typescript": "5.4.3",
"use-debounce": "^10.0.0",
"usehooks-ts": "3.1.1",
"uuid": "^10.0.0",
"yaml": "^2.4.5",
"yaml-loader": "^0.8.1",
"zod": "^3.22.2"
},
"devDependencies": {
"@types/bcrypt": "^5.0.1",
"@types/react": "18.2.71",
"@types/react-dom": "18.2.22",
"@vercel/style-guide": "^6.0.0",
"dotenv": "^16.4.5",
"eslint": "^8.57.0",
"eslint-config-next": "^15.1.3",
"eslint-config-prettier": "9.1.0",
"papaparse": "^5.5.3",
"prettier": "^3.2.5",
"sass": "^1.89.2"
},
"engines": {
"node": "22.x"
},
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e",
"license": "MIT"
}