-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.68 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
{
"name": "mathswe.com",
"private": true,
"version": "0.1.0",
"type": "module",
"scripts": {
"dev": "vite --mode dev",
"build": "tsc -b && vite build",
"build:staging": "tsc && vite build --mode staging",
"lint": "eslint .",
"preview": "vite preview",
"test": "vitest"
},
"dependencies": {
"fp-ts": "^2.16.9",
"@fortawesome/fontawesome-svg-core": "^6.5.1",
"@fortawesome/free-brands-svg-icons": "^6.5.1",
"@fortawesome/free-regular-svg-icons": "^6.5.1",
"@fortawesome/free-solid-svg-icons": "^6.5.1",
"@fortawesome/react-fontawesome": "^0.2.0",
"@reduxjs/toolkit": "^2.2.1",
"bootstrap": "^5.3.2",
"react": "^18.2.0",
"react-bootstrap": "^2.10.0",
"react-cookie": "^7.0.2",
"react-dom": "^18.2.0",
"react-ga4": "^2.1.0",
"react-redux": "^9.1.0",
"react-router-dom": "^6.22.0"
},
"devDependencies": {
"@eslint/js": "^9.11.0",
"@testing-library/jest-dom": "^6.5.0",
"@testing-library/react": "^16.0.1",
"@types/node": "^22.5.5",
"@types/react": "^18.3.8",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react-swc": "^3.7.0",
"eslint": "^9.11.0",
"eslint-plugin-react": "^7.36.1",
"eslint-plugin-react-hooks": "^5.1.0-rc.0",
"eslint-plugin-react-refresh": "^0.4.12",
"globals": "^15.9.0",
"jsdom": "^25.0.1",
"typescript": "~5.5.4",
"typescript-eslint": "^8.6.0",
"vite": "^5.4.7",
"vite-plugin-eslint": "^1.8.1",
"vitest": "^2.1.1",
"@types/gtag.js": "^0.0.19"
}
}