generated from danurbanowicz/eleventy-netlify-boilerplate
-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
39 lines (39 loc) · 1.39 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": "designtokens.org",
"version": "1.0.0",
"description": "Source for the designtokens.org website and its design tokens",
"author": "Design Token",
"license": "SEE LICENSE.MD",
"private": true,
"repository": "https://github.com/design-tokens/eleventy-designtokens.org.git",
"homepage": "https://github.com/design-tokens/eleventy-designtokens.org",
"bugs": {
"url": "https://github.com/design-tokens/eleventy-designtokens.org/issues"
},
"scripts": {
"build": "run-s eleventy sass --silent",
"watch": "run-p eleventy:watch sass:watch --silent",
"start": "run-p eleventy:start sass:watch --silent",
"debug": "run-p eleventy:debug --silent",
"eleventy": "npx eleventy",
"eleventy:watch": "npx eleventy --watch",
"eleventy:start": "npx eleventy --watch --serve",
"eleventy:debug": "DEBUG=* npx eleventy",
"sass": "sass _includes:_site/_includes",
"sass:watch": "npm run sass -- --watch"
},
"devDependencies": {
"@11ty/eleventy": "^2.0.1",
"@11ty/eleventy-navigation": "^0.3.5",
"@toycode/markdown-it-class": "1.2.4",
"html-minifier": "^4.0.0",
"luxon": "3.4.3",
"markdown-it": "13.0.2",
"markdown-it-anchor": "8.6.7",
"npm-run-all": "4.1.5",
"prettier": "3.0.3",
"sass": "1.69.3",
"tachyons-sass": "github:tachyons-css/tachyons-sass#2dce89b83729bddb9f4498c7d6f82b73d60d6538",
"uglify-es": "^3.3.9"
}
}