-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
57 lines (57 loc) · 1.72 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
{
"name": "static-site",
"version": "1.1.1",
"description": "Deploying your Roam graph as a public website!",
"main": "out/deploy.js",
"scripts": {
"action": "node scripts/buildActions.js",
"test": "samepage test",
"prebuild:roam": "npm install --force",
"build:roam": "samepage build --dry",
"build:components": "node scripts/buildComponents.js",
"precomponents": "npm run build:components",
"start": "samepage dev"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dvargas92495/roamjs-static-site.git"
},
"author": "dvargas92495 <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/dvargas92495/roamjs-static-site/issues"
},
"homepage": "https://github.com/dvargas92495/roamjs-static-site#readme",
"dependencies": {
"@actions/core": "^1.6.0",
"@actions/github": "^5.0.0",
"@aws-sdk/client-dynamodb": "^3.54.1",
"aws-sdk": "^2.826.0",
"cytoscape": "^3.19.1",
"mime-types": "^2.1.32",
"mustache": "^4.2.0",
"namor": "^2.0.2",
"puppeteer": "^5.4.0",
"puppeteer-core": "^5.5.0",
"randomstring": "^1.2.1",
"react-codemirror2": "^8.0.0",
"react-icons": "^4.3.1",
"roamjs-components": "^0.82.11",
"uuid": "^8.3.2"
},
"devDependencies": {
"@playwright/test": "^1.25.2",
"@types/aws-lambda": "^8.10.70",
"@types/cytoscape": "^3.14.17",
"@types/mime-types": "^2.1.1",
"@types/mustache": "^4.1.2",
"@types/puppeteer": "^5.4.4",
"@types/puppeteer-core": "^5.4.0",
"@types/randomstring": "^1.1.7",
"@types/uuid": "^8.3.0"
},
"samepage": {
"extends": "./node_modules/roamjs-components/package.json",
"review": "scripts/buildComponents.js"
}
}