-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 995 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 995 Bytes
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
{
"name": "redesign",
"version": "1.0.0",
"author": "Zachary Skalko",
"license": "MIT",
"scripts": {
"build": "yarn 11ty && parcel build ./_site/index.html --public-url https://zapplebee.github.io --no-content-hash",
"serve": "parcel serve ./_site/index.html --dist-dir serveDist",
"11ty": "node -r esbuild-runner/register ./node_modules/.bin/eleventy",
"newpost": "node ./makepost.mjs"
},
"dependencies": {
"@11ty/eleventy": "^1.0.0",
"@mdx-js/runtime": "^1.6.22",
"@parcel/config-default": "^2.3.2",
"@parcel/core": "^2.3.2",
"@parcel/plugin": "^2.3.2",
"@parcel/transformer-sass": "^2.3.2",
"date-fns": "^2.28.0",
"esbuild": "^0.14.25",
"esbuild-runner": "^2.2.1",
"parcel": "^2.3.2",
"parcel-resolver-foo": "link:./parcelresolve",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-syntax-highlighter": "^15.4.5",
"react-twitter-embed": "^4.0.4",
"sharp": "^0.30.2"
},
"devDependencies": {}
}