-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.14 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
{
"name": "react-xmind",
"version": "1.0.0",
"description": "A simple of mindmap for understanding custom layout algorithms.",
"main": "index.js",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"keywords": [
"xmind",
"mind-map",
"react"
],
"author": "liufulong",
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.10.2",
"@babel/preset-env": "^7.10.2",
"@babel/preset-react": "^7.10.1",
"@types/classnames": "^2.3.1",
"@types/node": "^15.6.0",
"@types/react": "^17.0.4",
"@types/react-alert": "^5.2.0",
"@types/react-dom": "^17.0.3",
"@types/react-router-dom": "^5.1.7",
"@types/redux": "^3.6.0",
"@types/uuid": "^8.3.0",
"typescript": "3.9.7",
"vite": "^2.7.2",
"@vitejs/plugin-react": "^1.0.7"
},
"dependencies": {
"classnames": "2.2.6",
"less": "^3.11.3",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-redux": "7.2.4",
"react-router": "5.2.0",
"react-router-dom": "5.2.0",
"redux-observable": "1.2.0",
"rxjs": "6.6.3",
"typesafe-actions": "5.1.0",
"uuid": "^8.3.2"
}
}