-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
42 lines (42 loc) · 1.23 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": "halide",
"version": "1.0.0",
"description": "Halide is a new, minimalist, responsive portfolio website designed for photographers and still image creators",
"scripts": {
"build": "npx @11ty/eleventy",
"watch": "npx @11ty/eleventy --watch",
"serve": "npx @11ty/eleventy --serve",
"debug": "DEBUG=* npx @11ty/eleventy"
},
"repository": {
"type": "git",
"url": "https://github.com/danurbanowicz/halide"
},
"author": {
"name": "Dan Urbanowicz",
"email": "dan.urbanowicz@gmail.com",
"url": "https://github.com/danurbanowicz"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/danurbanowicz/halide/issues"
},
"homepage": "https://github.com/danurbanowicz/halide",
"devDependencies": {
"@11ty/eleventy": "^2.0.1",
"@11ty/eleventy-fetch": "^4.0.1",
"@11ty/eleventy-img": "^4.0.2",
"@netlify/plugin-lighthouse": "^6.0.0",
"@tinacms/cli": "^1.6.0",
"clean-css": "^5.3.3",
"dotenv": "^16.4.5",
"eleventy-plugin-helmet": "^0.2.2",
"html-minifier": "^4.0.0",
"js-yaml": "^4.1.0",
"markdown-it": "^14.1.0",
"netlify-plugin-11ty": "^1.4.0",
"netlify-plugin-csp-generator": "^1.6.1",
"tinacms": "^2.2.0",
"uglify-js": "^3.19.2"
}
}