-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.3 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
{
"name": "plucka",
"version": "1.0.0",
"type": "module",
"license": "MIT",
"scripts": {
"dev": "bunx --bun vite",
"build": "bunx --bun vite build",
"preview": "vite preview",
"test": "vitest",
"coverage": "vitest run --coverage"
},
"dependencies": {
"@mantine/core": "^7.1.3",
"@mantine/hooks": "^7.1.3",
"@tabler/icons-react": "^2.39.0",
"@tanstack/react-query": "^5.8.4",
"axios": "^1.3.5",
"date-fns": "^2.30.0",
"framer-motion": "^10.16.14",
"kaboom": "^3000.1.17",
"lodash": "^4.17.21",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-geolocated": "^4.1.2",
"react-router-dom": "^6.10.0",
"zod": "^3.21.4"
},
"devDependencies": {
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@types/date-fns": "^2.6.0",
"@types/lodash": "^4.14.202",
"@types/react": "^18.0.33",
"@types/react-dom": "^18.0.11",
"@types/react-router-dom": "^5.3.3",
"@vitejs/plugin-react": "^3.1.0",
"eslint": "^8.51.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.1",
"fast-check": "^3.8.0",
"inquirer": "^9.1.5",
"replace-in-file": "^6.3.5",
"sass": "^1.69.5",
"typescript": "^5.0.4",
"vite": "^4.2.1",
"vitest": "^0.30.0"
}
}