-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
116 lines (116 loc) · 3.68 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
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
{
"name": "@koyeb/control-panel",
"private": true,
"repository": {
"type": "git",
"url": "https://github.com/koyeb/control-panel.git"
},
"license": "Apache-2.0",
"packageManager": "[email protected]",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"lint": "CI=true eslint src",
"test": "vitest",
"e2e": "playwright test",
"preview": "vite preview",
"storybook": "storybook dev --ci -p 6006",
"build-storybook": "storybook build",
"api-codegen": "curl 'https://converter.swagger.io/api/convert?url=https://developer.koyeb.com/public.swagger.json' | openapi-typescript -o ./src/api/api.generated.d.ts"
},
"dependencies": {
"@fontsource-variable/inter": "^5.1.0",
"@fontsource-variable/jetbrains-mono": "^5.1.1",
"@hookform/resolvers": "^3.9.1",
"@intercom/messenger-js-sdk": "^0.0.14",
"@mapbox/search-js-core": "1.0.0-beta.24",
"@nivo/bar": "^0.88.0",
"@nivo/core": "^0.88.0",
"@nivo/line": "^0.88.0",
"@stripe/react-stripe-js": "^3.1.1",
"@stripe/stripe-js": "^5.3.0",
"@tanstack/query-sync-storage-persister": "^5.62.7",
"@tanstack/react-query": "^5.62.7",
"@tanstack/react-query-devtools": "^5.62.7",
"@tanstack/react-query-persist-client": "^5.62.7",
"@tanstack/react-ranger": "^0.0.4",
"@xterm/addon-fit": "^0.10.0",
"@xterm/xterm": "^5.5.0",
"ansi_up": "^6.0.2",
"clsx": "^2.1.1",
"date-fns": "^4.1.0",
"dequal": "^2.0.3",
"diff": "^7.0.0",
"downshift": "^9.0.8",
"framer-motion": "^11.15.0",
"jwt-decode": "^4.0.0",
"lodash-es": "^4.17.21",
"lucide-static": "^0.468.0",
"motion": "^11.15.0",
"posthog-js": "^1.202.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-helmet": "^6.1.0",
"react-hook-form": "7.54.1",
"react-intl": "^7.0.4",
"react-toastify": "^10.0.6",
"shiki": "^1.24.2",
"tldts": "^6.1.68",
"unique-names-generator": "^4.7.1",
"uuid": "^11.0.3",
"wouter": "^3.3.5",
"zod": "^3.24.1"
},
"devDependencies": {
"@eslint/js": "^9.17.0",
"@floating-ui/react": "^0.27.2",
"@playwright/test": "^1.49.1",
"@sentry/react": "^8.45.1",
"@sentry/vite-plugin": "^2.22.7",
"@storybook/addon-actions": "^8.4.7",
"@storybook/addon-controls": "^8.4.7",
"@storybook/addon-viewport": "^8.4.7",
"@storybook/react": "^8.4.7",
"@storybook/react-vite": "^8.4.7",
"@svgr/plugin-svgo": "^8.1.0",
"@tanstack/eslint-plugin-query": "^5.62.1",
"@testing-library/react": "^16.1.0",
"@types/date-fns": "^2.6.3",
"@types/diff": "^6.0.0",
"@types/lodash-es": "^4.17.12",
"@types/node": "^22.10.2",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@types/react-helmet": "^6.1.11",
"@types/uuid": "^10.0.0",
"@vitejs/plugin-react": "^4.3.4",
"autoprefixer": "^10.4.20",
"dotenv": "^16.4.7",
"eslint": "^9.17.0",
"eslint-import-resolver-typescript": "^3.7.0",
"eslint-plugin-import-x": "^4.5.0",
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-react-hooks": "^5.1.0",
"eslint-plugin-react-refresh": "^0.4.16",
"eslint-plugin-tailwindcss": "^3.17.5",
"globals": "^15.13.0",
"happy-dom": "^15.11.7",
"openapi-typescript": "^7.4.4",
"postcss": "^8.4.49",
"prettier": "^3.4.2",
"storybook": "^8.4.7",
"storybook-dark-mode": "^4.0.2",
"tailwindcss": "^3.4.16",
"totp-generator": "^1.0.0",
"tsx": "^4.19.2",
"type-fest": "^4.30.2",
"typescript": "^5.7.2",
"typescript-eslint": "^8.18.1",
"vite": "^6.0.3",
"vite-plugin-preload": "^0.4.2",
"vite-plugin-svgr": "^4.3.0",
"vite-tsconfig-paths": "^5.1.4",
"vitest": "^2.1.8"
}
}