-
Notifications
You must be signed in to change notification settings - Fork 17
/
package.json
42 lines (42 loc) · 1.08 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
{
"name": "dailygraphics-js",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node .",
"dev": "nodemon .",
"install": "cp -n config.json.example config.json || true"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@aws-sdk/client-s3": "^3.99.0",
"@babel/core": "^7.1.6",
"@babel/preset-env": "^7.18.2",
"@nprapps/betty": "^1.0.9",
"@rollup/plugin-babel": "^5.3.1",
"@rollup/plugin-commonjs": "^21.0.3",
"@rollup/plugin-node-resolve": "^13.1.3",
"body-parser": "^1.18.3",
"chalk": "^2.4.2",
"chokidar": "^3.4.2",
"chrome-launcher": "^0.13.4",
"commonmark": "^0.30.0",
"express": "^4.16.4",
"googleapis": "^71.0.0",
"less": "^3.8.1",
"lodash.escape": "^4.0.1",
"lodash.template": "^4.4.0",
"mime": "^2.3.1",
"minimatch": "^3.0.4",
"minimist": "^1.2.0",
"nodemon": "^2.0.7",
"puppeteer-core": "^22.10.0",
"rollup": "^2.70.1",
"typogr": "^0.6.8",
"ws": "^6.1.2"
}
}