-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
87 lines (87 loc) · 2.6 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
76
77
78
79
80
81
82
83
84
85
86
87
{
"name": "estateguru-tax",
"private": true,
"version": "1.1.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"test": "vitest",
"coverage": "vitest run --coverage",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build",
"lint": "eslint src",
"lint:fix": "eslint src --fix",
"prepare": "husky install",
"gen": "plop"
},
"lint-staged": {
"src/**/*.{js,jsx,ts,tsx,mdx}": "eslint"
},
"dependencies": {
"@headlessui/react": "^1.7.10",
"@headlessui/tailwindcss": "^0.1.2",
"@heroicons/react": "^2.0.15",
"@sentry/react": "^7.45.0",
"@sentry/tracing": "^7.45.0",
"axios": "^1.3.2",
"clsx": "^1.2.1",
"d3": "^7.8.3",
"dayjs": "^1.11.7",
"framer-motion": "^10.9.1",
"i18next": "^22.4.9",
"i18next-icu": "^2.1.0",
"intl-messageformat": "^10.3.0",
"lodash-es": "^4.17.21",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.43.1",
"react-i18next": "^12.1.5",
"react-router": "^6.8.1",
"react-router-dom": "^6.8.1",
"vite-plugin-ssr": "^0.4.103",
"vite-plugin-svgr": "^2.4.0",
"yup": "^0.32.11"
},
"devDependencies": {
"@storybook/addon-essentials": "^7.0.0-beta.43",
"@storybook/addon-interactions": "^7.0.0-beta.43",
"@storybook/addon-links": "^7.0.0-beta.43",
"@storybook/blocks": "^7.0.0-beta.43",
"@storybook/react": "^7.0.0-beta.43",
"@storybook/react-vite": "^7.0.0-beta.43",
"@storybook/testing-library": "^0.0.14-next.1",
"@tailwindcss/forms": "^0.5.3",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@types/d3": "^7.4.0",
"@types/lodash-es": "^4.17.7",
"@types/react": "^18.0.27",
"@types/react-dom": "^18.0.10",
"@typescript-eslint/eslint-plugin": "^5.50.0",
"@vitejs/plugin-react-swc": "^3.0.0",
"@vitest/coverage-c8": "^0.28.4",
"autoprefixer": "^10.4.13",
"eslint": "^8.33.0",
"eslint-config-standard-with-typescript": "^34.0.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-mdx": "^2.0.5",
"eslint-plugin-n": "^15.6.1",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-storybook": "^0.6.10",
"husky": "^8.0.3",
"jsdom": "^21.1.0",
"lint-staged": "^13.1.0",
"plop": "^3.1.1",
"postcss": "^8.4.21",
"prop-types": "^15.8.1",
"storybook": "^7.0.0-beta.43",
"tailwindcss": "^3.2.4",
"typescript": "^4.9.5",
"vite": "^4.1.0",
"vite-tsconfig-paths": "^4.0.5",
"vitest": "^0.28.4"
}
}