-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
101 lines (101 loc) · 3.29 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
88
89
90
91
92
93
94
95
96
97
98
99
100
101
{
"name": "saas-frontend",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev -p 3001",
"build": "tooling/scripts/generate-api-types.sh && next build",
"start": "next start -p 3001",
"lint": "next lint",
"test": "vitest",
"gen:types": "tooling/scripts/generate-api-types.sh",
"postbuild": "tooling/scripts/upload-sourcemaps.sh",
"cli": "ts-node tooling/cli/cli.js",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build",
"serve-storybook": "storybook start",
"postinstall": "react-flagpack"
},
"dependencies": {
"@auth0/auth0-react": "^2.2.4",
"@fillout/react": "^1.1.2",
"@floating-ui/react": "^0.26.23",
"@highcharts/map-collection": "^2.3.0",
"@hookform/resolvers": "^3.9.0",
"@nextui-org/react": "0.0.0-canary-20241019165916",
"@react-pdf/renderer": "^3.3.8",
"@tanstack/react-query": "^5.51.21",
"@tanstack/react-table": "^8.20.1",
"clsx": "^2.1.1",
"date-fns": "^4.1.0",
"framer-motion": "^11.3.24",
"franc": "^6.2.0",
"highcharts": "^11.4.8",
"highcharts-react-official": "^3.2.1",
"i18next": "^23.12.2",
"lucide-react": "^0.429.0",
"next": "14.2.5",
"posthog-js": "^1.154.5",
"react": "^18",
"react-dom": "^18",
"react-emoji-render": "^2.0.1",
"react-flagpack": "^2.0.5",
"react-hook-form": "^7.53.0",
"react-hotkeys-hook": "^4.6.1",
"react-i18next": "^15.0.0",
"react-intersection-observer": "^9.13.0",
"react-pdf": "7.7.1",
"react-use": "^17.5.1",
"remixicon": "^4.3.0",
"sonner": "^1.5.0",
"tailwind-merge": "^2.4.0",
"tailwind-variants": "^0.2.1",
"zod": "^3.23.8"
},
"devDependencies": {
"@inquirer/prompts": "^5.3.8",
"@next/bundle-analyzer": "^14.2.5",
"@storybook/addon-designs": "^8.0.3",
"@storybook/addon-essentials": "^8.1.7",
"@storybook/addon-interactions": "^8.1.7",
"@storybook/addon-links": "^8.1.7",
"@storybook/addon-onboarding": "^8.1.7",
"@storybook/addon-styling-webpack": "^1.0.0",
"@storybook/addons": "^7.6.17",
"@storybook/blocks": "^8.1.7",
"@storybook/manager-api": "^8.1.9",
"@storybook/nextjs": "^8.1.7",
"@storybook/react": "^8.1.7",
"@storybook/test": "^8.1.7",
"@storybook/theming": "^8.1.9",
"@tailwindcss/typography": "^0.5.13",
"@tanstack/eslint-plugin-query": "^5.51.15",
"@testing-library/react": "^16.0.0",
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@types/node": "^22.1.0",
"@types/react": "^18",
"@types/react-dom": "^18",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@vitejs/plugin-react": "^4.3.1",
"eslint": "^8",
"eslint-config-next": "14.2.5",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-storybook": "^0.8.0",
"eslint-plugin-unused-imports": "^3.0.0",
"jsdom": "^24.1.1",
"openapi-typescript": "^7.3.0",
"postcss": "^8.4.41",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.5",
"storybook": "^8.2.7",
"storybook-dark-mode": "^4.0.2",
"tailwind-scrollbar": "^3.1.0",
"tailwindcss": "^3.4.7",
"ts-node": "^10.9.2",
"typescript": "^5.6.3",
"vite-tsconfig-paths": "^5.0.0",
"vitest": "^2.0.5"
}
}