-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.25 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": "serverlessarchitecture.dev",
"version": "0.0.1",
"private": true,
"description": "Guides and reference architectures for serverless",
"main": "index.js",
"scripts": {
"build": "ELEVENTY_ENV=production npx eleventy",
"serve": "ELEVENTY_ENV=development npx eleventy --serve"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jakemulley/serverlessarchitecture.dev.git"
},
"keywords": [],
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/jakemulley/serverlessarchitecture.dev/issues"
},
"homepage": "https://github.com/jakemulley/serverlessarchitecture.dev#readme",
"devDependencies": {
"@11ty/eleventy": "^2.0.1",
"@11ty/eleventy-navigation": "^0.3.5",
"@11ty/eleventy-plugin-inclusive-language": "^1.0.3",
"@tailwindcss/typography": "^0.5.12",
"autoprefixer": "^10.4.19",
"cssnano": "^6.1.2",
"eleventy-plugin-toc": "^1.1.5",
"html-minifier-terser": "^7.2.0",
"markdown-it": "^14.1.0",
"markdown-it-anchor": "^8.6.7",
"nomnoml": "^1.6.2",
"postcss": "^8.4.38",
"postcss-import": "^16.1.0",
"pretty": "^2.0.0",
"simple-icons": "^11.12.0",
"slugify": "^1.6.6",
"svgo": "^3.0.2",
"tailwindcss": "^3.4.3"
}
}