-
Notifications
You must be signed in to change notification settings - Fork 23
/
package.json
41 lines (41 loc) · 1.2 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
{
"name": "photoview.github.io",
"version": "1.0.0",
"description": "Website and documentation for Photoview",
"homepage": "https://github.com/photoview/photoview.github.io#readme",
"main": "index.js",
"scripts": {
"start": "eleventy --serve --input=./src",
"build": "NODE_ENV=production eleventy --input=./src",
"test": "NODE_ENV=production eleventy --input=./src --dryrun"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/photoview/photoview.github.io.git"
},
"bugs": {
"url": "https://github.com/photoview/photoview.github.io/issues"
},
"devDependencies": {
"@11ty/eleventy": "^0.12.1",
"@11ty/eleventy-img": "^1.0.0",
"@11ty/eleventy-plugin-syntaxhighlight": "^3.1.3",
"eleventy-plugin-tailwindcss": "^0.3.0",
"eleventy-plugin-toc": "^1.1.5",
"html-minifier": "^4.0.0",
"markdown-it": "^12.2.0",
"markdown-it-anchor": "^8.4.1",
"markdown-it-plain-text": "^0.3.0",
"postcss-cli": "^9.0.1",
"prettier": "^2.4.1",
"slugify": "^1.6.1",
"tailwindcss": "^2.2.17"
},
"prettier": {
"trailingComma": "es5",
"tabWidth": 2,
"semi": false,
"singleQuote": true,
"arrowParens": "avoid"
}
}