-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
65 lines (65 loc) · 1.81 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
{
"name": "infoverse.ai",
"version": "2.1.0",
"scripts": {
"dev": "next dev",
"build": "next build && NODE_ENV=production",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@ant-design/icons": "^5.2.6",
"@antv/g6": "^4.8.24",
"@antv/graphin": "^2.7.27",
"@antv/graphin-components": "^2.4.1",
"@antv/graphin-icons": "^1.0.0",
"@radix-ui/react-dialog": "^1.0.4",
"@radix-ui/react-label": "^2.0.2",
"@radix-ui/react-navigation-menu": "^1.1.3",
"@radix-ui/react-progress": "^1.0.3",
"@radix-ui/react-slot": "^1.0.2",
"@sendgrid/mail": "^7.7.0",
"@vercel/analytics": "^1.0.2",
"allotment": "^1.19.2",
"antd": "^5.13.3",
"class-variance-authority": "^0.7.0",
"clsx": "^2.0.0",
"d3": "^7.8.5",
"eslint": "8.46.0",
"eslint-config-next": "13.4.13",
"graphology": "^0.25.4",
"graphology-layout-forceatlas2": "^0.10.1",
"graphology-types": "^0.24.7",
"lucide-react": "^0.265.0",
"next": "^13.4.13",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^4.10.1",
"react-lifecycles-compat": "^3.0.4",
"react-loader-spinner": "^5.3.4",
"react-style-proptype": "^3.2.2",
"tailwind-merge": "^1.14.0",
"tailwindcss-animate": "^1.0.6",
"uuid": "^9.0.0"
},
"devDependencies": {
"@types/node": "20.4.9",
"@types/seedrandom": "^3.0.8",
"autoprefixer": "^10.4.14",
"chai": "^5.0.3",
"chai-roughly": "^1.0.0",
"lerna": "^8.1.2",
"link-parent-bin": "^3.0.0",
"lodash": "^4.17.21",
"mocha": "^10.3.0",
"pandemonium": "^2.4.1",
"postcss": "^8.4.27",
"rimraf": "^5.0.5",
"seedrandom": "^3.0.5",
"simple-statistics": "^7.8.3",
"tailwindcss": "^3.3.3",
"ts-node": "^10.9.2",
"typescript": "^5.3.3"
}
}