-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.45 KB
/
package.json
File metadata and controls
55 lines (55 loc) · 1.45 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
44
45
46
47
48
49
50
51
52
53
54
55
{
"name": "fuse-react-demo",
"version": "1.0.1-alpha.0",
"description": "",
"main": "index.js",
"scripts": {
"_test": "echo \"Error: no test specified\" && exit 1",
"start": "rimraf ../../.fusebox && rimraf dist && node fuse",
"pack": "echo not supported"
},
"repository": {
"type": "git",
"url": "git+https://github.com/fuse-box/fuse-react-demo.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/fuse-box/fuse-react-demo/issues"
},
"homepage": "https://github.com/fuse-box/fuse-react-demo#readme",
"devDependencies": {
"fuse-box": "*",
"node-sass": "*",
"rimraf": "^2.6.2",
"typescript": "*",
"uglify": "*",
"uglify-js": "*"
},
"dependencies": {
"@syncfusion/ej2-react-diagrams": "*",
"abus": "0.6.0-alpha.4",
"abus-devtools": "^0.1.0-alpha.3",
"fuse-react": "^2.0.1",
"humps": "^2.0.0",
"lodash": "^4.17.5",
"normalizr": "*",
"parse-key": "*",
"prop-types": "^15.6.1",
"react": "*",
"react-dock": "*",
"react-dom": "^16.6.3",
"react-json-tree": "*",
"react-redux": "^6.0.0",
"react-router-dom": "^4.1.2",
"redux": "^4.0.1",
"redux-abus": "^0.1.0-alpha.4",
"redux-abus-thunk": "^0.1.0-alpha.2",
"redux-devtools": "*",
"redux-devtools-dock-monitor": "*",
"redux-devtools-extension": "^2.13.7",
"redux-devtools-log-monitor": "*",
"redux-logger": "^3.0.6",
"redux-thunk": "^2.1.0"
}
}