-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
39 lines (39 loc) · 1.1 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
{
"name": "unison-website",
"version": "1.0.0",
"description": "Unison language website",
"scripts": {
"start": "./build.mjs && eleventy --serve --port 2345",
"dev": "eleventy --serve --port 2345",
"preBuild": "./build.mjs",
"build": "./build.mjs && eleventy",
"deploy:prod": "netlify deploy --prod --build",
"deploy:preview": "netlify deploy --build --context deploy-preview"
},
"repository": {
"type": "git",
"url": "git+https://github.com/unisonweb/website.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/unisonweb/website/issues"
},
"homepage": "https://github.com/unisonweb/website#readme",
"devDependencies": {
"@11ty/eleventy": "^0.12.1",
"@11ty/eleventy-plugin-rss": "^1.2.0",
"date-fns": "^2.28.0",
"date-fns-tz": "^1.3.1",
"gray-matter": "^4.0.3",
"highlight.js": "^11.7.0",
"highlightjs-unison": "^0.0.1",
"jsdom": "^16.7.0",
"kebab-case": "^1.0.1",
"netlify": "^11.0.1",
"prettier": "2.8.7",
"ramda": "^0.27.1",
"recursive-copy": "^2.0.13",
"yaml": "^2.0.0-9"
}
}