-
Notifications
You must be signed in to change notification settings - Fork 16
/
package.json
96 lines (96 loc) · 2.67 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
{
"name": "cmueats",
"version": "0.1.0",
"private": true,
"type": "module",
"dependencies": {
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.0",
"@million/lint": "latest",
"@mui/icons-material": "^5.15.14",
"@mui/material": "^5.15.14",
"@tanstack/react-query": "^5.28.6",
"@testing-library/jest-dom": "^6.4.2",
"@testing-library/react": "^14.2.2",
"@testing-library/user-event": "^14.5.2",
"@types/bun": "^1.0.10",
"@types/material-ui": "^0.21.17",
"@types/react": "^18.2.68",
"@types/react-router-dom": "^5.3.3",
"axios": "^1.6.8",
"css-loader": "^6.10.0",
"fuse.js": "^7.0.0",
"joi": "^17.12.2",
"jsonwebtoken": "^9.0.2",
"luxon": "^3.4.4",
"mapkit-react": "^1.14.1",
"million": "latest",
"netlify-plugin-mapkitjs-token": "^1.2.0",
"prettier-eslint": "^16.3.0",
"prettier-eslint-cli": "^8.0.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.22.3",
"react-transition-group": "^4.4.5",
"serve": "^14.2.1",
"vitest": "^1.4.0",
"web-vitals": "^3.5.2"
},
"scripts": {
"start": "vite",
"build": "tsc && vite build",
"test": "bun test",
"eject": "vite eject",
"lint": "bunx eslint src",
"lint-fix": "bunx eslint --fix src",
"format": "bunx prettier --write src",
"coverage": "bun test --coverage"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"bun-types": "^1.0.35",
"@happy-dom/global-registrator": "^14.3.1",
"@types/jest": "^29.5.12",
"@types/jsonwebtoken": "^9.0.6",
"@types/luxon": "^3.4.2",
"@typescript-eslint/eslint-plugin": "^7.3.1",
"@typescript-eslint/parser": "^7.3.1",
"@vitejs/plugin-react": "^4.2.1",
"@vitejs/plugin-react-swc": "^3.6.0",
"@vitest/coverage-v8": "^1.4.0",
"eslint": "^8.57.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-typescript": "^18.0.0",
"eslint-config-prettier": "^9.1.0",
"eslint-config-react-app": "^7.0.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react": "^7.34.1",
"eslint-plugin-react-hooks": "^4.6.0",
"jsdom": "^24.0.0",
"prettier": "^3.2.5",
"vite": "^5.4.7",
"vite-plugin-checker": "^0.6.4",
"vite-plugin-pwa": "^0.19.6",
"vite-plugin-svgr": "^4.2.0",
"vite-tsconfig-paths": "^4.3.2"
}
}