-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.52 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
{
"name": "location-app-frontend",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"test": "vitest",
"test:cov": "vitest run --coverage",
"test:e2e": "VITE_PLAYWRIGHT_TEST=true pnpm exec playwright test"
},
"dependencies": {
"@mantine/core": "^7.11.2",
"@mantine/hooks": "^7.11.2",
"aws-amplify": "^6.5.3",
"axios": "^1.7.3",
"luxon": "^3.5.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-img-mapper": "^1.5.1",
"react-router-dom": "^6.25.1",
"swr": "^2.2.5",
"tailwindcss-animated": "^1.1.2"
},
"devDependencies": {
"@playwright/test": "^1.47.2",
"@tabler/icons-react": "^3.12.0",
"@testing-library/jest-dom": "^6.5.0",
"@testing-library/react": "^16.0.1",
"@testing-library/user-event": "^14.5.2",
"@types/luxon": "^3.4.2",
"@types/node": "^22.7.4",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@typescript-eslint/eslint-plugin": "^7.15.0",
"@typescript-eslint/parser": "^7.15.0",
"@vitejs/plugin-react": "^4.3.1",
"@vitest/coverage-istanbul": "^2.1.1",
"autoprefixer": "^10.4.19",
"eslint": "^8.57.0",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react-refresh": "^0.4.7",
"msw": "^2.4.9",
"postcss": "^8.4.40",
"postcss-preset-mantine": "^1.17.0",
"postcss-simple-vars": "^7.0.1",
"tailwindcss": "^3.4.7",
"typescript": "^5.2.2",
"vite": "^5.3.4",
"vitest": "^2.1.1"
}
}