-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
67 lines (67 loc) · 2.07 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
{
"name": "vite-project",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"build:preprod": "tsc && vite build --mode staging",
"build:main": "tsc && vite build --mode production",
"lint": "eslint src --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview",
"postinstall": "copy-dsfr-to-public",
"predev": "only-include-used-icons",
"prebuild": "only-include-used-icons"
},
"dependencies": {
"@codegouvfr/react-dsfr": "^0.76.3",
"@emotion/react": "^11.11.1",
"@emotion/style": "^0.8.0",
"@emotion/styled": "^11.11.0",
"@jitsi/react-sdk": "^1.3.0",
"@mui/icons-material": "^5.14.11",
"@mui/material": "^5.14.11",
"@reduxjs/toolkit": "^1.9.5",
"@types/react-datepicker": "^4.11.2",
"@types/react-mic": "^12.4.3",
"axios": "^1.4.0",
"dotenv": "^16.0.3",
"env-cmd": "^10.1.0",
"jwt-decode": "^3.1.2",
"react": "^18.2.0",
"react-datepicker": "^4.14.0",
"react-datetime-picker": "^5.2.0",
"react-dom": "^18.2.0",
"react-icalendar-link": "^3.0.2",
"react-markdown": "^8.0.7",
"react-mic": "^12.4.6",
"react-redux": "^8.0.5",
"react-router-dom": "^6.11.1",
"react-router-sitemap": "^1.2.0",
"react-slideshow-image": "^4.2.1",
"react-webcam": "^7.0.1",
"rehype-raw": "^6.1.1",
"remark-slug": "^7.0.1",
"sitemap": "^7.1.1"
},
"devDependencies": {
"@semantic-release/git": "^10.0.1",
"@semantic-release/github": "^9.2.6",
"@types/node": "^20.1.5",
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"@typescript-eslint/eslint-plugin": "^5.57.1",
"@typescript-eslint/parser": "^5.57.1",
"@vitejs/plugin-react": "^4.0.0",
"eslint": "^8.38.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.3.4",
"prettier": "^2.8.8",
"semantic-release": "^23.0.2",
"typescript": "^5.0.2",
"vite": "^4.3.2",
"vite-plugin-pwa": "^0.16.7",
"workbox-window": "^7.0.0"
}
}