-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
173 lines (173 loc) · 5.46 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
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
{
"name": "qxp-web",
"version": "1.0.0",
"license": "Apache-2.0",
"main": "index.js",
"scripts": {
"dev:server:home": "go build -o ./bin/home server/cmd/home/main.go && ./bin/home -c config.yaml",
"dev:server:portal": "go build -o ./bin/portal server/cmd/portal/main.go && ./bin/portal -c config.yaml",
"lint": "eslint 'clients/**/*.tsx' 'clients/**/*.ts' --fix",
"prepare": "husky install",
"preview:icon": "node scripts/preview-icons.js",
"rollup": "rollup -c -w",
"start": "run-p type-check make",
"start:home": "run-p type-check 'make home -j'",
"start:portal": "run-p type-check 'make portal -j'",
"start:mobile": "run-p type-check 'make mobile -j'",
"make": "make -j",
"type-check": "tsc --noEmit --skipLibCheck --pretty -w",
"test": "jest"
},
"commitlint": {
"extends": [
"./commit.rules.js"
]
},
"lint-staged": {
"clients/**/*.{js,jsx,ts,tsx}": [
"eslint --fix"
]
},
"resolutions": {
"@types/react": "^17.0.0"
},
"volta": {
"node": "16.15.0",
"yarn": "1.19.2"
},
"dependencies": {
"@formily/antd": "^1.3.13",
"@formily/antd-components": "^1.3.13",
"@monaco-editor/react": "^4.4.4",
"@one-for-all/api-spec-adapter": "0.4.0",
"@one-for-all/artery": "0.16.0",
"@one-for-all/artery-engine": "1.5.0",
"@one-for-all/artery-outline": "^0.0.1",
"@one-for-all/artery-renderer": "0.21.3",
"@one-for-all/artery-simulator": "1.5.0",
"@one-for-all/artery-utils": "0.18.1",
"@one-for-all/elements-radar": "0.3.0",
"@one-for-all/headless-ui": "0.8.3",
"@one-for-all/icon": "^0.6.2",
"@one-for-all/node-carve": "^0.2.0",
"@one-for-all/page-engine": "0.10.0",
"@one-for-all/render-engine": "0.19.0",
"@one-for-all/schema-spec": "0.15.0",
"@one-for-all/style-guide": "0.1.5",
"@one-for-all/ui": "0.3.3",
"@one-for-all/utils": "0.1.0",
"@popperjs/core": "^2.9.1",
"@tisoap/react-flow-smart-edge": "^0.4.0",
"@types/react-table": "^7.0.29",
"@use-gesture/react": "^10.2.0",
"acorn": "^8.7.1",
"antd": "^4.15.0",
"classnames": "^2.2.6",
"curved-arrows": "^0.1.0",
"dagre": "^0.8.5",
"dayjs": "^1.10.4",
"draft-js": "^0.11.7",
"elkjs": "^0.7.3-dev",
"expr-eval": "^2.0.2",
"file-saver": "^2.0.5",
"js-base64": "^3.7.2",
"just-diff": "^5.0.1",
"mobx": "5",
"mobx-react": "6.1.4",
"moment": "^2.29.4",
"nanoid": "^3.1.22",
"prismjs": "^1.27.0",
"qs": "^6.10.1",
"qxp-formula": "^0.3.11",
"ramda": "^0.27.1",
"re-resizable": "^6.9.0",
"react": "^17.0.1",
"react-beautiful-dnd": "^13.1.0",
"react-codemirror2": "^7.2.1",
"react-color": "^2.19.3",
"react-dnd": "^14.0.3",
"react-dnd-html5-backend": "^14.0.1",
"react-dom": "^17.0.1",
"react-draggable": "^4.4.3",
"react-flow-renderer": "^9.7.3",
"react-hook-form": "^7.4.2",
"react-popper": "^2.2.4",
"react-query": "^3.12.0",
"react-rnd": "^10.3.4",
"react-router-dom": "^5.2.0",
"react-sortablejs": "^6.0.0",
"react-spring": "9.3.2",
"react-table": "^7.6.3",
"react-transition-group": "^4.4.2",
"react-use": "^17.2.1",
"rxjs": "^7.5.5",
"rxjs6": "npm:[email protected]",
"sortablejs": "^1.13.0",
"styled-components": "^5.2.3",
"xlsx": "^0.17.0"
},
"devDependencies": {
"@commitlint/cli": "^13.1.0",
"@rollup/plugin-commonjs": "^21.0.0",
"@rollup/plugin-html": "^0.2.4",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^13.0.4",
"@rollup/plugin-replace": "^3.0.0",
"@types/classnames": "^2.2.11",
"@types/dagre": "^0.7.44",
"@types/draft-js": "^0.11.9",
"@types/file-saver": "^2.0.2",
"@types/jest": "^27.4.1",
"@types/lodash": "^4.14.168",
"@types/prismjs": "^1.16.6",
"@types/qs": "^6.9.6",
"@types/quill": "^2.0.9",
"@types/ramda": "^0.27.44",
"@types/react": "^17.0.0",
"@types/react-beautiful-dnd": "^13.0.0",
"@types/react-color": "^3.0.6",
"@types/react-dom": "^17.0.0",
"@types/react-router-dom": "^5.1.7",
"@types/react-table": "^7.0.29",
"@types/react-transition-group": "^4.4.4",
"@types/sortablejs": "^1.10.6",
"@types/spark-md5": "^3.0.2",
"@types/styled-components": "^5.1.9",
"@types/systemjs": "^6.1.1",
"@typescript-eslint/eslint-plugin": "^5.8.1",
"@typescript-eslint/parser": "^5.8.1",
"autoprefixer": "^9.7.1",
"comment-json": "^4.1.1",
"esbuild": "0.14.28",
"eslint": "^8.5.0",
"eslint-config-google": "^0.14.0",
"eslint-plugin-react": "^7.28.0",
"eslint-plugin-unused-imports": "^2.0.0",
"husky": "^7.0.2",
"jest": "^27.5.1",
"lint-staged": "^11.1.2",
"node-notifier": "^10.0.0",
"npm-run-all": "^4.1.5",
"postcss": "^8.4.31",
"postcss-import": "^14.0.0",
"rollup": "2.68.0",
"rollup-plugin-esbuild-ts": "^4.8.2",
"rollup-plugin-fork-ts-checker": "^0.0.6",
"rollup-plugin-inject-process-env": "^1.3.1",
"rollup-plugin-livereload": "^2.0.5",
"rollup-plugin-output-manifest": "^2.0.0",
"rollup-plugin-progress": "^1.1.2",
"rollup-plugin-reference-module": "^0.0.1",
"rollup-plugin-styles": "^3.14.1",
"rollup-plugin-web-worker-loader": "^1.6.1",
"sass": "^1.27.0",
"spark-md5": "^3.0.1",
"svg-spreact": "^1.3.2",
"tailwindcss": "^2.0.4",
"ts-jest": "^27.1.4",
"ts-toolbelt": "^9.6.0",
"tslib": "^2.3.1",
"typescript": "4.5.4",
"typescript-plugin-css-modules": "^3.4.0"
}
}