-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
84 lines (84 loc) · 2.63 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
{
"name": "erd",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"format": "prettier --write src",
"test": "vitest",
"coverage": "vitest run --coverage",
"cy:run": "cypress run --config video=false",
"cy:open": "cypress open",
"cy:parallel": "cypress-parallel -s cy:run -t 3 -d 'cypress/**/*.cy.ts' -a '\"--config video=false\"'"
},
"dependencies": {
"@dnd-kit/core": "^6.0.7",
"@dnd-kit/sortable": "^7.0.2",
"@fontsource/inter": "^4.5.14",
"@heroicons/react": "^2.0.13",
"@hookform/resolvers": "^2.9.10",
"@radix-ui/react-accordion": "^1.0.1",
"@radix-ui/react-alert-dialog": "^1.0.2",
"@radix-ui/react-checkbox": "^1.0.1",
"@radix-ui/react-context-menu": "^2.1.0",
"@radix-ui/react-dialog": "^1.0.2",
"@radix-ui/react-dropdown-menu": "^2.0.2",
"@radix-ui/react-separator": "^1.0.1",
"@radix-ui/react-tooltip": "^1.0.2",
"@tanstack/react-query": "^4.20.4",
"@tanstack/react-query-devtools": "^4.20.4",
"@tanstack/react-router": "^0.0.1-beta.38",
"@xstate/react": "^3.0.1",
"axios": "^1.2.1",
"class-variance-authority": "^0.4.0",
"clsx": "^1.2.1",
"html-to-image": "^1.11.3",
"localforage": "^1.10.0",
"localforage-startswith": "^1.4.0",
"phosphor-react": "^1.4.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-focus-lock": "^2.9.2",
"react-hook-form": "^7.41.0",
"react-hot-toast": "^2.4.0",
"react-select": "^5.7.0",
"reactflow": "^11.3.3",
"tailwind-merge": "^1.8.0",
"tailwindcss-radix": "^2.6.1",
"universal-base64url": "^1.1.0",
"use-undoable": "^3.3.11",
"usehooks-ts": "^2.9.1",
"vite-tsconfig-paths": "^4.0.3",
"xstate": "^4.35.1",
"zod": "^3.20.2"
},
"devDependencies": {
"@anatine/zod-mock": "^3.8.3",
"@faker-js/faker": "^7.6.0",
"@tailwindcss/forms": "^0.5.3",
"@testing-library/cypress": "^9.0.0",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^14.4.3",
"@types/react": "^18.0.26",
"@types/react-dom": "^18.0.9",
"@types/uuid": "^9.0.0",
"@vitejs/plugin-react": "^3.0.0",
"autoprefixer": "^10.4.13",
"cypress": "^12.3.0",
"cypress-parallel": "^0.12.0",
"cypress-real-events": "^1.7.6",
"happy-dom": "^8.2.2",
"postcss": "^8.4.20",
"prettier": "^2.8.1",
"prettier-config-airbnb": "^1.0.0",
"prettier-plugin-tailwindcss": "^0.2.1",
"tailwindcss": "^3.2.4",
"tailwindcss-animate": "^1.0.5",
"typescript": "^4.9.3",
"vite": "^4.0.0",
"vitest": "^0.28.3"
}
}