-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 800 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 800 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
{
"dependencies": {
"@gouvfr/dsfr": "^1.14.3",
"@tailwindcss/postcss": "^4.1.4",
"alpinejs": "^3.10.3",
"chart.js": "^4.4.0",
"jquery": "^3.7.0",
"leaflet": "^1.9.3",
"mjml": "^4.13.0",
"postcss": "^8.5.3",
"tailwindcss": "^4.1.4"
},
"scripts": {
"dev": "webpack watch --mode=development",
"build": "webpack --mode=production --progress"
},
"devDependencies": {
"@tsconfig/recommended": "^1.0.2",
"@types/alpinejs": "^3.7.2",
"@types/jquery": "^3.5.29",
"@types/leaflet": "^1.9.3",
"css-loader": "^7.1.2",
"html-bundler-webpack-plugin": "^4.18.0",
"postcss-loader": "^8.1.1",
"sass": "^1.64.0",
"sass-loader": "^16.0.4",
"ts-loader": "^9.4.4",
"typescript": "^5.1.6",
"webpack-cli": "^6.0.1"
}
}