-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
73 lines (72 loc) · 2.28 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
{
"name": "react-flow",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite --mode dev",
"dev:pre": "vite --mode pre",
"dev:prod": "vite --mode production",
"build": "vite build",
"build:pre": "vite build --mode pre",
"build:dev-pubfree": "vite build --mode dev --config vite.pubfree.config.ts",
"build:pre-pubfree": "vite build --mode pre --config vite.pubfree.config.ts",
"build:pubfree": "vite build --mode production --config vite.pubfree.config.ts",
"preview": "vite preview",
"fix:js": "eslint ./src --ext .ts,.tsx,.js,.jsx --fix",
"fix:css": "stylelint \"**/*.css\" --fix",
"preinstall": "npx only-allow pnpm",
"prepare": "husky install"
},
"dependencies": {
"@ant-design/icons": "^5.0.1",
"@jd/jdee-front-comp-lib": "0.0.2-26",
"ahooks": "^3.7.4",
"antd": "^5.2.1",
"axios": "^1.3.3",
"classnames": "^2.3.2",
"copy-to-clipboard": "^3.3.3",
"dagre": "^0.8.5",
"dayjs": "^1.11.7",
"form-render": "2.0.13",
"qs": "^6.11.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-file-viewer": "^1.2.1",
"react-router-dom": "^6.8.1",
"reactflow": "^11.6.1",
"valtio": "^1.10.1",
"vite-plugin-qiankun": "^1.0.15"
},
"devDependencies": {
"@commitlint/cli": "^17.4.2",
"@commitlint/config-conventional": "^17.4.2",
"@types/dagre": "^0.7.48",
"@types/node": "^18.13.0",
"@types/qs": "^6.9.7",
"@types/react": "^18.0.26",
"@types/react-dom": "^18.0.9",
"@typescript-eslint/eslint-plugin": "^5.51.0",
"@typescript-eslint/parser": "^5.51.0",
"@vitejs/plugin-react": "^3.0.0",
"@wangeditor/editor": "^5.1.23",
"@wangeditor/editor-for-react": "^1.0.6",
"eslint": "^8.34.0",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-valtio": "^0.6.1",
"husky": "^8.0.0",
"lint-staged": "^13.1.2",
"nanoid": "^4.0.2",
"prettier": "^2.8.4",
"sass": "^1.58.3",
"stylelint": "^15.1.0",
"stylelint-config-css-modules": "^4.1.0",
"stylelint-config-prettier-scss": "^0.0.1",
"stylelint-config-rational-order": "^0.1.2",
"stylelint-config-standard-scss": "^6.1.0",
"stylelint-order": "^5.0.0",
"typescript": "^4.9.3",
"unique-commit-id": "^1.0.0",
"vite": "^4.3.1"
}
}