-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.01 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.01 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
{
"name": "moa-flow",
"version": "1.2.48",
"license": "MIT",
"type": "module",
"main": "./dist/moa-flow.js",
"typings": "./dist/index.d.ts",
"module": "./dist/moa-flow.js",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"test": "mocha"
},
"dependencies": {
"lodash": "^4.17.21",
"mobx": "^6.7.0",
"mobx-react": "^7.6.0",
"react": "^17.0.2",
"uuid": "^9.0.0"
},
"devDependencies": {
"@testing-library/react": "^14.0.0",
"@types/chai": "^4.3.4",
"@types/lodash": "^4.14.191",
"@types/mocha": "^10.0.1",
"@types/react": "^17.0.39",
"@types/react-dom": "^17.0.12",
"@types/uuid": "^9.0.0",
"@vitejs/plugin-react": "^3.0.0",
"antd": "^5.1.5",
"chai": "^4.3.7",
"cross-env": "^7.0.3",
"less": "^4.1.3",
"mocha": "^10.2.0",
"mocha-jsdom": "^2.0.0",
"react-dom": "^17.0.2",
"ts-node": "^10.9.1",
"typescript": "^4.9.3",
"vite": "^4.0.0",
"vite-plugin-dts": "^1.7.1"
}
}