-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
58 lines (58 loc) · 1.66 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
{
"name": "bukie",
"private": true,
"version": "1.68.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"coverage": "vitest run --coverage",
"lhci": "lhci autorun",
"lint": "bun run biome check --apply .",
"lint:ci": "bun run biome check .",
"preview": "vite preview",
"semantic-release": "semantic-release",
"test": "vitest"
},
"dependencies": {
"@apollo/client": "^3.8.7",
"@auth0/auth0-react": "^2.2.4",
"@emotion/react": "^11.11.3",
"@emotion/styled": "^11.11.0",
"@faker-js/faker": "^8.2.0",
"@fontsource/roboto": "^5.0.8",
"@mui/icons-material": "^5.15.2",
"@mui/material": "^5.15.2",
"dotenv": "^16.3.1",
"graphql": "^16.8.1",
"jwt-decode": "^4.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@biomejs/biome": "^1.5.3",
"@commitlint/cli": "^19.0.3",
"@commitlint/config-conventional": "^19.0.3",
"@lhci/cli": "^0.13.0",
"@playwright/test": "^1.41.1",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@testing-library/jest-dom": "^6.1.4",
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^14.5.1",
"@types/jest": "^29.5.11",
"@types/node": "^20.10.6",
"@types/react": "^18.2.15",
"@types/react-dom": "^18.2.7",
"@vitejs/plugin-react": "^4.2.1",
"@vitest/coverage-v8": "^1.0.4",
"jsdom": "^24.0.0",
"lefthook": "^1.6.1",
"semantic-release": "^23.0.0",
"typescript": "^5.0.2",
"vite": "^5.0.7",
"vite-plugin-checker": "^0.6.2",
"vite-tsconfig-paths": "^4.2.3",
"vitest": "^1.0.4"
}
}