-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.24 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
{
"name": "salinasriver-11ty",
"version": "2.0.0",
"main": "index.js",
"license": "MIT",
"scripts": {
"dev": "npx @11ty/eleventy --serve",
"build:guages": "node ./src/_tools/guages.js ",
"build:static-maps": "node ./src/_tools/static-maps.js ",
"build:eleventy": "npx @11ty/eleventy",
"build:robots": "node ./src/_tools/robots.js",
"build": "npm-run-all build:guages build:eleventy build:robots",
"deploy:gh-pages": "gh-pages -d public",
"deploy:cname": "echo \"salinasriver.org\" > ./public/CNAME",
"deploy": "npm-run-all build deploy:cname deploy:gh-pages"
},
"dependencies": {
"@11ty/eleventy": "^2.0.1",
"axios": "^1.2.2",
"cross-env": "^7.0.3",
"dotenv": "^16.0.3",
"eleventy-favicon": "^1.1.3",
"eleventy-plugin-i18n": "^0.1.3",
"eleventy-sass": "^2.2.1",
"fs-extra": "^11.1.0",
"gh-pages": "^4.0.0",
"glob": "^8.1.0",
"glob-promise": "^6.0.2",
"html-minifier": "^4.0.0",
"js-yaml": "^4.1.0",
"leaflet": "^1.7.1",
"lodash.get": "^4.4.2",
"lodash.set": "^4.3.2",
"luxon": "^3.1.1",
"markdown-it": "^13.0.1",
"markdown-it-replace-link": "^1.2.0",
"npm-run-all": "^4.1.5",
"yaml": "^2.2.2",
"yaml-front-matter": "^4.1.1"
}
}