-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.8 KB
/
package.json
File metadata and controls
55 lines (55 loc) · 1.8 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
50
51
52
53
54
55
{
"name": "galacticview",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"lint": "eslint . && prettier --check .",
"lint:fix": "eslint . --fix && prettier --write .",
"preview": "vite preview"
},
"dependencies": {
"@tanstack/react-query": "^5.90.7",
"@typescript-eslint/parser": "^8.46.3",
"axios": "^1.13.2",
"bootstrap": "^5.3.8",
"dompurify": "^3.3.1",
"i18next": "^25.7.2",
"i18next-browser-languagedetector": "^8.2.0",
"i18next-http-backend": "^3.0.2",
"react": "^19.1.1",
"react-bootstrap": "^2.10.10",
"react-datepicker": "^8.9.0",
"react-dom": "^19.1.1",
"react-i18next": "^16.5.0",
"react-icons": "^5.5.0",
"react-medium-image-zoom": "^5.4.0",
"react-router": "^7.9.5",
"react-router-dom": "^7.9.5",
"react-textarea-autosize": "^8.5.9",
"uuid": "^13.0.0"
},
"devDependencies": {
"@babel/eslint-parser": "^7.28.5",
"@eslint/js": "^9.39.1",
"@types/dompurify": "^3.2.0",
"@types/node": "^24.6.0",
"@types/react": "^19.1.16",
"@types/react-dom": "^19.1.9",
"@typescript-eslint/eslint-plugin": "^8.46.3",
"@vitejs/plugin-react": "^5.0.4",
"eslint": "^9.39.1",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-dom": "^2.3.4",
"eslint-plugin-react-hooks": "^7.0.1",
"eslint-plugin-react-x": "^2.3.4",
"eslint-plugin-simple-import-sort": "^12.1.1",
"prettier": "3.6.2",
"typescript": "^5.9.3",
"typescript-eslint": "^8.46.4",
"vite": "^7.1.7"
}
}