forked from molly/static-timeline-generator
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.15 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
{
"name": "timeline-template",
"version": "1.0.0",
"description": "Easily-forkable project to create timelines like https://www.mollywhite.net/wikimedia-timeline/",
"main": "index.js",
"scripts": {
"serve": "npx @11ty/eleventy --serve",
"build": "npx @11ty/eleventy",
"prettier": "prettier --write .",
"test": "echo \"Error: no test specified\" && exit 1",
"prod": "echo \"Add your build command here\"",
"deploy": "git subtree push --prefix _site origin gh-pages"
},
"repository": {
"type": "git",
"url": "git+https://github.com/molly/timeline-template.git"
},
"keywords": [
"timeline"
],
"author": "Molly White",
"license": "MIT",
"bugs": {
"url": "https://github.com/molly/timeline-template/issues"
},
"homepage": "https://github.com/molly/timeline-template#readme",
"devDependencies": {
"@11ty/eleventy": "^1.0.2",
"autoprefixer": "^10.4.13",
"ejs": "^3.1.6",
"eleventy-sass": "^2.1.3",
"eslint": "^8.0.1",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.25.2",
"eslint-plugin-prettier": "^4.0.0",
"moment": "^2.29.1",
"postcss": "^8.4.20"
}
}