forked from lewish/asciiflow
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.47 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
{
"name": "asciiflow2",
"main": "index.js",
"icon": "images/favicon.png",
"scripts": {
"start": "electron ."
},
"dependencies": {
"@bazel/ibazel": "^0.12.4",
"@bazel/typescript": "^2.2.0",
"@material-ui/core": "^4.11.0",
"@material-ui/icons": "^4.9.1",
"@types/chai": "^4.2.15",
"@types/diff": "^5.0.0",
"@types/js-base64": "^3.0.0",
"@types/json-stable-stringify": "^1.0.32",
"@types/material-ui": "^0.21.8",
"@types/pako": "^1.0.1",
"@types/react": "^16.9.34",
"@types/react-dom": "^16.9.6",
"@types/react-router": "^5.1.5",
"@types/react-router-dom": "^5.1.4",
"@types/uuid": "^8.3.0",
"chai": "^4.3.0",
"chalk": "^2.4.2",
"css-loader": "^4.2.1",
"diff": "^5.0.0",
"electron": "^11.5.0",
"js-base64": "^3.6.0",
"json-stable-stringify": "^1.0.1",
"mobx": "^5.15.4",
"mobx-react": "^6.2.2",
"pako": "^1.0.11",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-router": "^5.1.2",
"react-router-dom": "^5.1.2",
"source-map-support": "^0.5.16",
"style-loader": "^1.2.1",
"tslint": "^6.1.1",
"tslint-config-prettier": "^1.18.0",
"tslint-react": "^4.2.0",
"typed-css-modules": "^0.6.4",
"typescript": "^3.8.3",
"umd-compat-loader": "^2.1.2",
"uuid": "^8.3.2",
"vscode": "^1.1.36",
"webpack": "^5.11.0",
"webpack-cli": "^3.3.12",
"webpack-dev-server": "^3.11.0"
},
"resolutions": {
"@babel/runtime": "^7.12.5"
}
}