-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
64 lines (64 loc) · 1.81 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
{
"name": "jaam-toast-frontend",
"version": "2.0.2",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"test": "jest --watch"
},
"dependencies": {
"@tanstack/react-query": "^4.28.0",
"@vanilla-extract/css": "^1.11.0",
"ajv": "^8.12.0",
"ajv-formats": "^2.1.1",
"axios": "^1.1.3",
"dayjs": "^1.11.7",
"js-cookie": "^3.0.1",
"lodash": "^4.17.21",
"nanoid": "^4.0.2",
"react": "18.2.0",
"react-device-detect": "^2.2.2",
"react-dom": "18.2.0",
"react-error-boundary": "^4.0.4",
"react-icons": "^4.8.0",
"react-loader-spinner": "^5.3.4",
"react-router-dom": "^6.10.0",
"react-toastify": "^9.1.2",
"socket.io-client": "^4.5.3",
"url": "^0.11.0",
"validator": "^13.9.0",
"zustand": "^4.3.6"
},
"devDependencies": {
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@types/js-cookie": "^3.0.3",
"@types/lodash": "^4.14.194",
"@types/node": "18.8.5",
"@types/react": "18.0.21",
"@types/react-dom": "18.0.6",
"@types/validator": "^13.7.15",
"@typescript-eslint/eslint-plugin": "^5.40.0",
"@typescript-eslint/parser": "^5.40.0",
"@vanilla-extract/vite-plugin": "^3.8.0",
"@vitejs/plugin-react": "^3.1.0",
"eslint": "8.25.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-typescript": "^17.0.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsx-a11y": "^6.6.1",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.31.10",
"eslint-plugin-react-hooks": "^4.6.0",
"jest": "^29.3.1",
"jest-environment-jsdom": "^29.3.1",
"prettier": "2.7.1",
"typescript": "4.8.4",
"vite": "^4.3.5"
},
"volta": {
"node": "18.12.0"
}
}