-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
64 lines (64 loc) · 1.65 KB
/
Copy pathpackage.json
File metadata and controls
64 lines (64 loc) · 1.65 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
56
57
58
59
60
61
62
63
64
{
"name": "estop-refresh",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"lint": "eslint .",
"preview": "vite preview"
},
"dependencies": {
"@eslint/js": "^10.0.1",
"@typescript-eslint/eslint-plugin": "^8.65.0",
"@vitejs/plugin-react": "^6.0.3",
"@vitejs/plugin-react-swc": "^4.3.1",
"bootstrap": "^5.3.8",
"bootstrap-icons": "^1.13.1",
"eslint-plugin-react": "7.37.5",
"formik": "^2.4.9",
"lucide-react": "^1.25.0",
"react": "^19.2.7",
"react-bootstrap": "^2.10.10",
"react-dom": "^19.2.7",
"react-icons": "^5.7.0",
"react-router-dom": "^7.18.1",
"react-scroll-to-top": "^3.1.0",
"react-toastify": "^11.1.0",
"use-react-state": "^0.1.0-alpha.0"
},
"devDependencies": {
"@types/node": "^26.1.1",
"@types/react": "^19.2.17",
"@types/react-bootstrap": "^1.1.0",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react-swc": "^4.3.1",
"eslint": "^10.7.0",
"eslint-plugin-react-refresh": "^0.5.3",
"globals": "^17.7.0",
"jiti": "^2.7.0",
"typescript": "^6.0.3",
"typescript-eslint": "^8.65.0",
"vite": "^8.1.5",
"vite-plugin-sitemap": "^0.8.2"
},
"overrides": {
"eslint-plugin-react": {
"minimatch": {
"brace-expansion": "^1.1.16"
}
},
"brace-expansion": "^5.0.7"
},
"resolutions": {
"eslint-plugin-react/**/brace-expansion": "^1.1.16",
"brace-expansion": "^5.0.7"
},
"license": "MIT",
"main": "index.js",
"author": "Lisa Gorewit-Decker <lgorewit@gmail.com>",
"engines": {
"node": "^20.19.0 || >=22.12.0"
}
}