forked from holochain-gym/holochain-gym.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1.12 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
{
"name": "holochain-gym.github.io",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"start": "rocket start",
"build": "rocket build",
"gh-pages": "npm run build && gh-pages -d _site -b gh-pages"
},
"repository": {
"type": "git",
"url": "git+https://github.com/holochain-gym/holochain-gym.github.io.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/holochain-gym/holochain-gym.github.io/issues"
},
"homepage": "https://github.com/holochain-gym/holochain-gym.github.io#readme",
"devDependencies": {
"@rocket/cli": "^0.10.0",
"@rocket/launch": "^0.6.0",
"@rollup/plugin-commonjs": "^17.0.0",
"gh-pages": "^3.1.0"
},
"directories": {
"doc": "docs"
},
"dependencies": {
"@holochain-playground/blockly": "git+https://github.com/holochain-playground/blockly.git#build",
"@holochain-playground/core": "git+https://github.com/holochain-playground/core.git#build",
"@holochain-playground/elements": "git+https://github.com/holochain-playground/elements.git#build",
"lit": "^2.0.2"
},
"description": ""
}