-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
75 lines (75 loc) · 2.48 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
{
"name": "manyaak-front",
"private": true,
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"lint": "eslint src --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview",
"prepare": "husky install",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build",
"test:unit": "jest --watch",
"test:unit:ci": "jest",
"test:e2e": "playwright test"
},
"dependencies": {
"@tanstack/query-broadcast-client-experimental": "4.29.19",
"@tanstack/query-sync-storage-persister": "4.29.19",
"@tanstack/react-query": "4.29.19",
"@tanstack/react-query-persist-client": "4.29.19",
"@vanilla-extract/css": "1.12.0",
"@vanilla-extract/css-utils": "0.1.3",
"@vanilla-extract/dynamic": "2.0.3",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-router-dom": "6.14.1",
"storybook": "7.0.24",
"zod": "3.21.4",
"zustand": "4.3.8"
},
"devDependencies": {
"@commitlint/cli": "17.6.6",
"@commitlint/config-conventional": "17.6.6",
"@playwright/test": "1.35.1",
"@storybook/addon-essentials": "7.0.24",
"@storybook/addon-interactions": "7.0.24",
"@storybook/addon-links": "7.0.24",
"@storybook/blocks": "7.0.24",
"@storybook/react": "7.0.24",
"@storybook/react-vite": "7.0.24",
"@storybook/testing-library": "0.2.0",
"@testing-library/jest-dom": "5.16.5",
"@testing-library/react": "14.0.0",
"@testing-library/user-event": "14.4.3",
"@types/jest": "29.5.2",
"@types/react": "18.2.14",
"@types/react-dom": "18.2.6",
"@typescript-eslint/eslint-plugin": "5.60.1",
"@typescript-eslint/parser": "5.60.1",
"@vanilla-extract/jest-transform": "1.1.1",
"@vanilla-extract/vite-plugin": "3.8.2",
"@vitejs/plugin-react": "4.0.1",
"eslint": "8.44.0",
"eslint-config-airbnb": "19.0.4",
"eslint-config-airbnb-typescript": "17.0.0",
"eslint-config-prettier": "8.8.0",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-jsx-a11y": "6.7.1",
"eslint-plugin-prettier": "4.2.1",
"eslint-plugin-react": "7.32.2",
"eslint-plugin-react-hooks": "4.6.0",
"eslint-plugin-storybook": "0.6.12",
"husky": "8.0.3",
"jest": "29.5.0",
"jest-environment-jsdom": "29.5.0",
"prettier": "2.8.8",
"prop-types": "15.8.1",
"storybook-addon-react-router-v6": "1.0.2",
"ts-jest": "29.1.1",
"typescript": "5.1.6",
"vite": "4.3.9",
"vite-plugin-svgr": "3.2.0"
}
}