-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.67 KB
/
package.json
File metadata and controls
58 lines (58 loc) · 1.67 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
{
"name": "flexrate-front",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"cypress:open": "cypress open"
},
"dependencies": {
"@ant-design/icons": "^6.0.0",
"@emotion/css": "^11.13.5",
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"@hookform/resolvers": "^5.0.1",
"@tanstack/react-query": "^5.74.7",
"@use-funnel/browser": "^0.0.14",
"@use-funnel/next": "^0.0.16",
"@use-funnel/react-navigation-native": "^0.0.13",
"@use-funnel/react-router": "^0.0.4",
"@use-funnel/react-router-dom": "^0.0.13",
"antd": "^5.25.1",
"apexcharts": "^4.7.0",
"axios": "^1.9.0",
"dayjs": "^1.11.13",
"event-source-polyfill": "^1.0.31",
"framer-motion": "^12.11.1",
"next": "14.2.28",
"react": "^18",
"react-apexcharts": "^1.7.0",
"react-dom": "^18",
"react-hook-form": "^7.56.1",
"use-funnel": "^0.0.4",
"zod": "^3.24.3",
"zustand": "^5.0.3"
},
"devDependencies": {
"@emotion/eslint-plugin": "^11.12.0",
"@svgr/webpack": "^8.1.0",
"@types/event-source-polyfill": "^1.0.5",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"@typescript-eslint/eslint-plugin": "^8.32.0",
"@typescript-eslint/parser": "^8.32.0",
"cypress": "^14.4.1",
"eslint": "^8",
"eslint-config-next": "14.2.28",
"eslint-config-prettier": "^10.1.2",
"eslint-import-resolver-node": "^0.3.9",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-prettier": "^5.4.0",
"eslint-plugin-react-refresh": "^0.4.20",
"typescript": "^5"
}
}