-
-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 690 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 690 Bytes
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
{
"name": "micro-site",
"version": "1.0.0",
"description": "Opinionated micro front-end that can be used to start a one-page site.",
"main": "index.js",
"scripts": {
"build": "eleventy",
"dev": "eleventy --serve",
"debug": "DEBUG=Eleventy* npx @11ty/eleventy --dryrun"
},
"repository": {
"type": "git",
"url": "git+https://github.com/voightco/micro-site.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/voightco/micro-site/issues"
},
"homepage": "https://github.com/voightco/micro-site#readme",
"devDependencies": {
"@11ty/eleventy": "^0.11.1",
"clean-css": "^4.2.3",
"terser": "^5.6.0-beta"
}
}