generated from sardinedev/ice-pail-experiment
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.21 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": "marabyte",
"version": "1.0.0",
"description": "Home of the Marabyte",
"main": "index.js",
"scripts": {
"build": "ELEVENTY_ENV=production npx @11ty/eleventy --input=site",
"start": "ELEVENTY_ENV=development npx @11ty/eleventy --input=site --serve",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Marabyte/marabyte.com.git"
},
"keywords": [
"JAM",
"Stack",
"11ty",
"netlify"
],
"author": "Hugo Nogueira",
"license": "MIT",
"bugs": {
"url": "https://github.com/Marabyte/marabyte.com/issues"
},
"homepage": "https://github.com/Marabyte/marabyte.com#readme",
"devDependencies": {
"@11ty/eleventy": "^1.0.0",
"@11ty/eleventy-plugin-rss": "^1.0.7",
"@sardine/eleventy-plugin-code-highlighter": "^1.2.0",
"@sardine/eleventy-plugin-external-links": "^1.4.0",
"@sardine/eleventy-plugin-image-optimiser": "^1.2.0",
"@sardine/eleventy-plugin-tinycss": "^1.6.0",
"@sardine/eleventy-plugin-tinyhtml": "^0.1.0",
"autoprefixer": "^10.2.6",
"markdown-it-anchor": "^8.4.1",
"postcss": "^8.3.5",
"prettier": "^1.18.2",
"tailwindcss": "^3.0.13"
}
}