-
-
Notifications
You must be signed in to change notification settings - Fork 280
Expand file tree
/
Copy pathpackage.json
More file actions
123 lines (123 loc) · 3.97 KB
/
package.json
File metadata and controls
123 lines (123 loc) · 3.97 KB
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
117
118
119
120
121
122
123
{
"name": "flipt-ui",
"private": true,
"version": "0.1.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"lint": "eslint src",
"lint:fix": "eslint src --fix",
"format": "prettier --write .",
"format:check": "prettier --check .",
"test": "jest",
"knip": "knip"
},
"dependencies": {
"@codemirror/lang-json": "^6.0.2",
"@codemirror/lint": "^6.9.1",
"@codemirror/search": "^6.5.11",
"@codemirror/state": "^6.5.1",
"@codemirror/view": "^6.38.1",
"@dnd-kit/core": "^6.3.1",
"@dnd-kit/sortable": "^7.0.2",
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.1",
"@formbricks/js": "^2.2.0",
"@fortawesome/fontawesome-svg-core": "^6.7.2",
"@fortawesome/free-brands-svg-icons": "^6.7.2",
"@fortawesome/react-fontawesome": "^0.2.6",
"@mui/material": "^7.3.6",
"@mui/x-charts": "^8.23.0",
"@radix-ui/react-avatar": "^1.1.11",
"@radix-ui/react-dialog": "^1.1.15",
"@radix-ui/react-dropdown-menu": "^2.1.16",
"@radix-ui/react-popover": "^1.1.15",
"@radix-ui/react-select": "^2.2.6",
"@radix-ui/react-separator": "^1.1.8",
"@radix-ui/react-slot": "^1.2.4",
"@radix-ui/react-switch": "^1.2.6",
"@radix-ui/react-tooltip": "^1.2.8",
"@reduxjs/toolkit": "^2.9.1",
"@tanstack/react-table": "^8.20.6",
"@uiw/codemirror-theme-tokyo-night": "^4.25.3",
"@uiw/react-codemirror": "^4.25.2",
"buffer": "^6.0.3",
"chart.js": "^4.5.1",
"chartjs-adapter-date-fns": "^3.0.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cmdk": "^1.1.1",
"date-fns": "^3.6.0",
"formik": "^2.4.9",
"lucide-react": "^0.542.0",
"react": "^19.2.3",
"react-chartjs-2": "^5.3.0",
"react-dom": "^19.2.3",
"react-redux": "^9.1.2",
"react-router": "^7.9.5",
"sonner": "^2.0.7",
"tailwind-merge": "^2.6.0",
"tailwindcss-animate": "^1.0.7",
"tailwindcss-radix": "^4.0.2",
"uuid": "^9.0.1",
"yup": "^1.7.1",
"zod": "^3.25.76"
},
"devDependencies": {
"@babel/preset-typescript": "^7.28.5",
"@playwright/test": "^1.57.0",
"@tailwindcss/forms": "^0.5.11",
"@trivago/prettier-plugin-sort-imports": "^5.2.2",
"@types/jest": "^29.5.14",
"@types/loadable__component": "^5.13.10",
"@types/node": "^18.19.130",
"@types/react": "^19.2.7",
"@types/react-dom": "^19.2.2",
"@types/react-redux": "^7.1.34",
"@types/react-router-dom": "^5.3.3",
"@types/uuid": "^9.0.8",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"@vitejs/plugin-react": "^4.7.0",
"dotenv": "^16.6.1",
"eslint": "^8.57.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-airbnb-typescript": "^17.1.0",
"eslint-config-prettier": "^8.10.2",
"eslint-config-react-app": "^7.0.1",
"eslint-config-standard-with-typescript": "^26.0.0",
"eslint-import-resolver-typescript": "^3.10.1",
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-n": "^15.7.0",
"eslint-plugin-no-relative-import-paths": "^1.6.1",
"eslint-plugin-playwright": "^0.22.2",
"eslint-plugin-prettier": "^5.5.4",
"eslint-plugin-promise": "^6.6.0",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^4.6.2",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"knip": "^5.68.0",
"package-changed": "^3.0.0",
"playwright": "^1.57.0",
"postcss": "^8.5.6",
"prettier": "^3.6.2",
"prettier-plugin-organize-imports": "^3.2.4",
"prettier-plugin-tailwindcss": "^0.7.2",
"tailwindcss": "^4.1.16",
"@tailwindcss/vite": "^4.1.18",
"ts-jest": "^29.4.6",
"ts-node": "^10.9.2",
"tw-animate-css": "^1.4.0",
"typescript": "^5.9.3",
"vite": "^6.4.1"
},
"resolutions": {
"@radix-ui/react-focus-scope": "1.1.6",
"@radix-ui/react-dismissable-layer": "1.1.9"
}
}