-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.32 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.32 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
{
"name": "space",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite --no-open --host 0.0.0.0",
"build": "vite build",
"preview": "vite preview",
"lint": "eslint --ext .js,.jsx src/"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^6.4.2",
"@popperjs/core": "^2.11.8",
"@reduxjs/toolkit": "^1.9.5",
"@uidotdev/usehooks": "^2.2.0",
"bootstrap": "^5.3.1",
"bootswatch": "^5.3.1",
"date-fns": "^2.30.0",
"debounce": "^2.0.0",
"i18next": "^23.5.1",
"i18next-http-backend": "^2.2.2",
"js-pkce": "^1.3.0",
"js-yaml": "^4.1.0",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-bootstrap": "^2.8.0",
"react-dom": "^18.2.0",
"react-i18next": "^13.2.2",
"react-redux": "^8.1.2",
"react-router-dom": "^6.15.0",
"sass": "~1.64.2",
"vite-plugin-compression": "^0.5.1"
},
"devDependencies": {
"@babel/core": "^7.22.15",
"@babel/plugin-syntax-flow": "^7.22.5",
"@babel/plugin-transform-react-jsx": "^7.22.15",
"@types/react": "^18.2.21",
"@types/react-dom": "^18.2.7",
"@vitejs/plugin-legacy": "^4.1.1",
"@vitejs/plugin-react": "^4.0.4",
"eslint": "^8.48.0",
"eslint-config-react-app": "^7.0.1",
"terser": "^5.19.4",
"typescript": "^5.2.2",
"vite": "^4.4.9"
}
}