-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
61 lines (61 loc) · 1.95 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
56
57
58
59
60
61
{
"scripts": {
"build": "rimraf dist && NODE_ENV=production webpack --mode=production",
"start": "webpack-dev-server",
"publish": "gh-pages -d dist"
},
"devDependencies": {
"@babel/plugin-proposal-class-properties": "^7.8.3",
"@babel/plugin-proposal-decorators": "^7.8.3",
"@babel/preset-typescript": "^7.9.0",
"babel-loader": "^8.1.0",
"babel-polyfill": "^6.26.0",
"base-href-webpack-plugin": "^2.0.0",
"concurrently": "^5.1.0",
"copy-webpack-plugin": "^5.1.1",
"es-dev-server": "^1.5.0",
"gh-pages": "^2.2.0",
"html-webpack-plugin": "^3.2.0",
"rimraf": "^2.6.3",
"ts-loader": "^6.2.2",
"typescript": "^3.8.3",
"webpack": "^4.42.1",
"webpack-cli": "^3.3.11",
"webpack-dev-server": "^3.10.3"
},
"name": "holochain-playground",
"version": "0.0.0",
"description": "Webcomponent holochain-playground following open-wc recommendations",
"author": "holochain-playground",
"license": "MIT",
"dependencies": {
"@alenaksu/json-viewer": "^0.1.0",
"@authentic/mwc-card": "^0.9.0",
"@material/mwc-button": "^0.14.1",
"@material/mwc-checkbox": "^0.14.1",
"@material/mwc-dialog": "^0.14.1",
"@material/mwc-formfield": "^0.14.1",
"@material/mwc-icon-button": "^0.14.1",
"@material/mwc-menu": "^0.14.1",
"@material/mwc-radio": "^0.14.1",
"@material/mwc-select": "^0.14.1",
"@material/mwc-switch": "^0.14.1",
"@material/mwc-tab": "^0.14.1",
"@material/mwc-tab-bar": "^0.14.1",
"@material/mwc-textarea": "^0.14.1",
"@material/mwc-textfield": "^0.14.1",
"@material/mwc-top-app-bar-fixed": "^0.14.1",
"bitwise": "^2.0.4",
"cids": "^0.8.0",
"cytoscape": "^3.14.1",
"cytoscape-cola": "^2.3.0",
"cytoscape-dagre": "^2.2.2",
"cytoscape-klay": "^3.1.3",
"cytoscape-spread": "^3.0.0",
"lit-element": "^2.0.1",
"lit-html": "^1.0.0",
"multihashes": "^0.4.18",
"multihashing": "^0.3.3",
"rxjs": "^6.5.5"
}
}