-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.61 KB
/
package.json
File metadata and controls
56 lines (56 loc) · 1.61 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
{
"name": "agent-flow",
"private": true,
"version": "1.1.0",
"type": "module",
"scripts": {
"dev": "vite --host 0.0.0.0",
"build": "vite build",
"lint": "eslint . --ext js,jsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview",
"test": "vitest",
"coverage": "vitest run --coverage"
},
"dependencies": {
"@babel/core": "^7.24.6",
"@babel/plugin-syntax-jsx": "^7.24.6",
"@babel/preset-react": "^7.24.6",
"@dagrejs/dagre": "^1.1.2",
"@faker-js/faker": "^8.4.1",
"@leenguyen/react-flip-clock-countdown": "^1.6.0",
"@testing-library/react": "^16.0.0",
"@xyflow/react": "^12.0.0-next.18",
"ajv": "^8.14.0",
"jsonrepair": "^3.8.0",
"lodash.isequalwith": "^4.4.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-intersection-observer": "^9.10.2",
"react-markdown": "^9.0.1",
"react-youtube": "^10.1.0",
"remark-gfm": "^4.0.0",
"socket.io-client": "^4.7.5",
"zustand": "^4.5.2"
},
"devDependencies": {
"@testing-library/jest-dom": "^6.4.5",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.3.0",
"@vitest/coverage-v8": "^1.6.0",
"autoprefixer": "^10.4.19",
"dotenv": "^16.4.5",
"eslint": "^9.3.0",
"eslint-plugin-react": "^7.34.2",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react-refresh": "^0.4.7",
"jest": "^29.7.0",
"jsdom": "^24.1.0",
"node-fetch": "^3.3.2",
"papaparse": "^5.4.1",
"postcss": "^8.4.38",
"tailwindcss": "^3.4.3",
"vite": "^5.2.12",
"vitest": "^1.6.0"
}
}