-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.38 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
43
44
45
46
47
48
49
50
{
"name": "eleventy-starter",
"version": "2.0.0",
"description": "Boilerplate for basic 11ty page",
"main": ".eleventy.js",
"scripts": {
"start": "eleventy --serve --incremental",
"start-production": "NODE_ENV=production eleventy --serve --incremental",
"production": "NODE_ENV=production eleventy",
"serve": "npx serve dist -p 8080"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "module",
"browserslist": [
"> 0.2% and not dead and supports css-media-range-syntax"
],
"dependencies": {
"@11ty/eleventy": "^3.0.0",
"@11ty/eleventy-img": "^5.0.0",
"@shikijs/markdown-it": "^1.22.1",
"autoprefixer": "^10.4.20",
"dotenv": "^16.4.5",
"gsap": "^3.12.5",
"jsdom": "^25.0.1",
"markdown-it": "^14.1.0",
"marked": "^14.1.3",
"prismjs": "^1.29.0",
"purgecss": "^6.0.0",
"sharp": "^0.33.5",
"tailwindcss": "^3.4.14"
},
"devDependencies": {
"@11ty/eleventy-plugin-syntaxhighlight": "^5.0.0",
"@cagov/11ty-build-system": "^1.0.1",
"@types/aos": "^3.0.7",
"cssnano": "^7.0.6",
"esbuild": "^0.24.0",
"esbuild-plugin-glob": "^2.2.3",
"marked-highlight": "^2.2.0",
"postcss": "^8.4.47",
"postcss-import": "^16.1.0",
"postcss-import-ext-glob": "^2.1.1",
"postcss-js": "^4.0.1",
"postcss-preset-env": "^10.0.7",
"shiki": "^1.22.1",
"utopia-core": "^1.6.0"
}
}