-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
89 lines (89 loc) · 2.44 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
85
86
87
88
89
{
"name": "demo-flow",
"version": "1.0.0",
"description": "",
"keywords": [],
"repository": {
"type": "git",
"url": "https://github.com/kampiu/demo-flow.git"
},
"license": "MIT",
"author": "KAM <[email protected]>",
"main": "lib/index.js",
"module": "es/index.js",
"typings": "es/index.d.ts",
"files": [
"lib",
"es"
],
"scripts": {
"dev": "vite --host 0.0.0.0",
"site:dev": "vite",
"site:build": "tsc && vite build"
},
"dependencies": {
"@reactflow/background": "^11.3.6",
"@reactflow/core": "^11.10.1",
"ahooks": "^3.7.8",
"antd": "^5.12.8",
"axios": "^1.4.0",
"dayjs": "^1.11.10",
"hotkeys": "^1.0.0",
"hotkeys-js": "^3.13.5",
"immer": "^10.0.3",
"immutability-helper": "^3.1.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-redux": "^8.1.3",
"react-tracked": "^1.7.11",
"reactflow": "^11.10.1",
"simplebar-react": "^3.2.4",
"use-immer": "^0.9.0",
"zustand": "^4.4.3"
},
"devDependencies": {
"@babel/eslint-parser": "^7.18.2",
"@commitlint/cli": "^7.1.2",
"@types/jest": "^23.3.2",
"@types/less": "^3.0.6",
"@types/lodash": "^4.14.182",
"@types/node": "^18.11.19",
"@types/react": "^18.2.0",
"@types/react-dom": "^18.2.0",
"@typescript-eslint/eslint-plugin": "^5.27.1",
"@typescript-eslint/parser": "^5.27.1",
"@vitejs/plugin-react": "^4.0.4",
"babel": "^6.23.0",
"babel-eslint": "^10.1.0",
"babel-plugin-import": "^1.13.8",
"babel-plugin-lodash": "^3.3.4",
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
"clsx": "^2.1.0",
"cross-env": "^5.2.0",
"eslint": "^8.17.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-typescript": "^17.0.0",
"eslint-config-prettier": "^8.5.0",
"eslint-import-resolver-typescript": "^2.7.1",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.30.0",
"eslint-plugin-react-hooks": "^4.5.0",
"husky": "^1.0.1",
"less": "^4.2.0",
"lint-staged": "^8.0.0",
"lodash": "^4.17.21",
"patch-package": "^8.0.0",
"prettier": "^2.6.2",
"react-router": "^6.9.0",
"react-router-dom": "^6.9.0",
"rimraf": "^2.6.2",
"ts-jest": "^23.10.2",
"ts-node": "^7.0.1",
"tslib": "^2.4.0",
"typescript": "^4.9.3",
"vite": "^5.0.8"
}
}