-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
66 lines (65 loc) · 1.94 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
{
"name": "albert",
"private": true,
"version": "1.2.1",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build && npx tailwindcss -i ./style.css -o ./dist/style.css --minify",
"lint": "npx @biomejs/biome lint .",
"preview": "vite preview",
"prebuild": "only-include-used-icons",
"format": "npx @biomejs/biome format . --write",
"prepare": "husky install",
"knip": "knip",
"push-patch": "npm version patch && git push",
"push-minor": "npm version minor && git push",
"push-major": "npm version major && git push"
},
"dependencies": {
"@codegouvfr/react-dsfr": "^1.9.22",
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@mui/icons-material": "^5.16.0",
"@mui/material": "^5.16.0",
"@reduxjs/toolkit": "^2.2.6",
"@tanstack/react-query": "^5.50.1",
"@types/event-source-polyfill": "^1.0.5",
"event-source-polyfill": "^1.0.31",
"events": "^3.3.0",
"fuse.js": "^7.0.0",
"papaparse": "^5.4.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-intersection-observer": "^9.10.3",
"react-linkify": "^1.0.0-alpha",
"react-modal": "^3.16.1",
"react-redux": "^9.1.2",
"react-router-dom": "^6.24.1",
"react-string-replace": "^1.1.1",
"react-to-print": "^2.15.1",
"react-tooltip": "^5.27.1",
"redux": "^5.0.1",
"valibot": "^0.36.0",
"vite-plugin-html": "^3.2.2"
},
"devDependencies": {
"@biomejs/biome": "1.8.3",
"@types/node": "^20.14.9",
"@types/papaparse": "^5.3.14",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@types/react-modal": "^3.16.3",
"@vitejs/plugin-react-swc": "^3.7.0",
"autoprefixer": "^10.4.19",
"husky": "^9.0.11",
"knip": "^5.24.1",
"npm": "^10.8.1",
"postcss": "^8.4.39",
"rollup-plugin-url": "^3.0.1",
"tailwindcss": "^3.4.4",
"typescript": "^5.5.3",
"vite": "^5.3.3",
"vite-tsconfig-paths": "^4.3.2"
}
}