-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
62 lines (62 loc) · 1.74 KB
/
package.json
File metadata and controls
62 lines (62 loc) · 1.74 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
56
57
58
59
60
61
62
{
"name": "client",
"version": "1.0.0",
"author": "atif5801@gmail.com",
"license": "MIT",
"private": true,
"scripts": {
"start": "yarn clean && ts-node fuse.ts",
"clean": "rm -rf dist && rm -rf .fusebox"
},
"devDependencies": {
"@types/carbon__colors": "^0.0.0",
"@types/classnames": "^2.2.7",
"@types/lodash": "^4.14.132",
"@types/react": "^16.8.17",
"@types/react-dom": "^16.8.4",
"@types/react-redux": "^7.0.9",
"@types/react-router-dom": "^4.3.3",
"@types/void-elements": "^3.1.0",
"copy-dir": "^1.1.0",
"fuse-box": "^3.7.1",
"fuse-box-typechecker": "^2.12.0",
"prettier": "^1.16.4",
"redux-logger": "^3.0.6",
"ts-node": "^8.0.3",
"tslint": "^5.14.0",
"tslint-config-prettier": "^1.18.0",
"typescript": "^3.4.5"
},
"dependencies": {
"@carbon/colors": "^10.2.0",
"@emotion/core": "^10.0.10",
"@emotion/styled": "^10.0.11",
"@material-ui/core": "^4.1.1",
"@material-ui/icons": "^4.2.0",
"classnames": "^2.2.6",
"electron": "^5.0.1",
"electron-better-ipc": "^0.3.0",
"emotion-theming": "^10.0.10",
"immer": "^3.1.2",
"lodash": "^4.17.11",
"nanoid": "^3.1.31",
"react": "^16.8.6",
"react-contenteditable": "^3.2.6",
"react-dnd": "^7.4.5",
"react-dnd-html5-backend": "^7.4.4",
"react-dom": "^16.8.6",
"react-frame-component": "^4.1.0",
"react-redux": "^7.0.3",
"react-router-dom": "^5.0.0",
"redux": "^4.0.1",
"redux-observable": "^1.1.0",
"reselect": "^4.0.0",
"rxjs": "^6.5.2",
"serialize-error": "^4.0.0",
"ts-optchain": "^0.1.7",
"typesafe-actions": "^4.3.0",
"typescript-fsa": "^3.0.0-beta-2",
"typescript-fsa-reducers": "^1.2.1",
"void-elements": "^3.1.0"
}
}