-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.24 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.24 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
{
"name": "safetyjim-client-vite",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite --port 3000",
"build": "tsc && vite build --outDir build",
"preview": "vite preview"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.4.2",
"@fortawesome/free-solid-svg-icons": "^6.4.2",
"@fortawesome/react-fontawesome": "^0.2.0",
"axios": "^1.6.1",
"bootstrap": "^5.3.2",
"moment": "^2.29.4",
"query-string": "^8.1.0",
"react": "^18.2.0",
"react-bootstrap": "^2.9.1",
"react-dom": "^18.2.0",
"react-helmet-async": "^1.3.0",
"react-markdown": "^9.0.0",
"react-router": "^6.18.0",
"react-router-bootstrap": "^0.26.2",
"react-router-dom": "^6.18.0",
"react-toastify": "^9.1.3",
"react-widgets": "^5.8.4",
"react-widgets-moment": "^5.0.20"
},
"devDependencies": {
"@types/node": "20.9.0",
"@types/react": "^18.2.37",
"@types/react-dom": "^18.2.15",
"@types/react-router": "^5.1.20",
"@types/react-router-bootstrap": "^0.26.6",
"@types/react-router-dom": "^5.3.3",
"@vitejs/plugin-react": "^4.1.1",
"rollup-plugin-visualizer": "^5.9.2",
"sass": "^1.69.5",
"typescript": "^5.2.2",
"vite": "^4.5.0"
}
}