forked from rome/tools
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
30 lines (30 loc) · 959 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
{
"name": "rome-website",
"private": true,
"scripts": {
"build": "sass --style=compressed src/styles:src/_includes/styles && cross-env ELEVENTY_ENV=production eleventy",
"build:styles": "sass --style=compressed src/styles:src/_includes/styles",
"start": "npm-run-all build:styles --parallel watch:*",
"watch:eleventy": "eleventy --serve",
"watch:sass": "npm run build:styles -- --watch"
},
"devDependencies": {
"@11ty/eleventy": "^0.12.1",
"@11ty/eleventy-navigation": "^0.3.2",
"@11ty/eleventy-plugin-syntaxhighlight": "^3.2.2",
"clean-css": "^4.2.4",
"cross-env": "^7.0.3",
"docsearch.js": "^2.6.3",
"dotenv": "^16.0.0",
"eleventy-plugin-nesting-toc": "^1.3.0",
"html-minifier": "^4.0.0",
"markdown-it-anchor": "^5.3.0",
"markdown-it-header-sections": "^1.0.0",
"markdown-it-imsize": "^2.0.1",
"npm-run-all": "^4.1.5",
"sass": "^1.49.9",
"terser": "^4.8.0",
"ts-node": "^10.7.0",
"typescript": "^4.6.2"
}
}