forked from MapsPeople/docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
27 lines (27 loc) · 909 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
{
"name": "eleventy-test",
"version": "0.0.1",
"description": "",
"main": "_site/index.html",
"devDependencies": {
"@11ty/eleventy": "^1.0.0",
"@11ty/eleventy-navigation": "^0.3.2",
"@11ty/eleventy-plugin-syntaxhighlight": "^3.1.1",
"@mapsindoors/midt": "^15.0.0",
"del": "^6.0.0",
"eleventy-plugin-toc": "^1.1.5",
"eleventy-plugin-youtube-embed": "^1.6.5",
"markdown-it": "^12.3.2",
"markdown-it-anchor": "^8.4.1",
"normalize.css": "^8.0.1",
"sass": "^1.49.0"
},
"scripts": {
"build": "npm run sass & eleventy",
"sass-watch": "sass --watch src/_sass:src/assets --no-source-map",
"sass": "sass src/_sass:src/assets --no-source-map",
"start": "npm run sass-watch & ELEVENTY_ENV=dev eleventy --serve"
},
"author": "MapsPeople A/S",
"license": "MIT"
}