-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 926 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
{
"name": "monoid-labs-website",
"version": "0.0.1",
"description": "Website of Monoid Labs",
"main": "index.js",
"scripts": {
"clean": "rimraf public/",
"build": "npm run clean && NODE_ENV=production npx @11ty/eleventy --input=src",
"start": "npx @11ty/eleventy --input=src --serve --port=8081",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Monoid-xLabs/website.git"
},
"keywords": [
"website"
],
"author": "Boot-Error <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/Monoid-xLabs/website/issues"
},
"homepage": "https://github.com/Monoid-xLabs/website#readme",
"devDependencies": {
"rimraf": "^3.0.2"
},
"dependencies": {
"@11ty/eleventy": "^0.12.1",
"eleventy-plugin-tailwindcss": "^0.3.0",
"eleventy-plugin-metagen": "^1.6.1"
}
}