-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·33 lines (33 loc) · 987 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": "HipsterBrown.com",
"private": true,
"version": "0.2.0",
"description": "My personal website",
"repository": "https://github.com/hipsterbrown/hipsterbrown.com",
"scripts": {
"start": "eleventy --serve",
"start:editor-proxy": "static-cms-proxy-server",
"build": "ELEVENTY_ENV=production eleventy"
},
"author": "HipsterBrown",
"license": "MIT",
"devDependencies": {
"@11ty/eleventy": "^2.0.1",
"@11ty/eleventy-plugin-rss": "^1.1.2",
"@11ty/eleventy-plugin-syntaxhighlight": "^4.0.0",
"@jamshop/eleventy-plugin-svg": "^2.0.0",
"@staticcms/proxy-server": "^4.0.4",
"@tsconfig/recommended": "^1.0.1",
"cssnano": "^5.1.13",
"eleventy-google-fonts": "^0.0.5",
"eleventy-plugin-embed-twitter": "^1.3.2",
"esbuild": "^0.20.1",
"postcss": "^8.4.17",
"postcss-import": "^15.0.0",
"postcss-preset-env": "^7.8.2",
"postcss-scss": "^4.0.5"
},
"dependencies": {
"@staticcms/core": "^4.1.2"
}
}