-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
37 lines (37 loc) · 962 Bytes
/
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": "stars",
"version": "0.0.0",
"description": "GitHub Star History and Stats",
"private": true,
"keywords": [],
"license": "MIT",
"homepage": "https://simov.github.io/stars/",
"author": "Simeon Velichkov <[email protected]> (https://simov.github.io)",
"repository": {
"type": "git",
"url": "https://github.com/simov/stars.git"
},
"dependencies": {},
"devDependencies": {
"csso-cli": "^2.0.2",
"html": "^1.0.0",
"minimist": "^1.2.0",
"plotly.js": "^1.43.1",
"preact": "^8.4.2",
"preact-render-to-string": "^4.1.0",
"rollup": "^1.0.0",
"rollup-plugin-terser": "^3.0.0",
"terser": "^3.14.0-beta"
},
"main": "",
"files": [],
"scripts": {
"build": "./bin/build.sh",
"render:dev": "node bin/render.js --env dev",
"render:github": "node bin/render.js --env github",
"render:prod": "node bin/render.js --env prod"
},
"engines": {
"node": ">=8.0.0"
}
}