-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
34 lines (34 loc) · 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
{
"name": "11ty-uswds",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "npx gulp copyAssets && npx gulp watch & npx @11ty/eleventy --serve",
"build": "npx gulp copyAssets && npx gulp compile && npx @11ty/eleventy",
"federalist": "npx gulp copyAssets && npx gulp compile && npx @11ty/eleventy --config=federalist-eleventy.js"
},
"keywords": [],
"author": "",
"license": "CC0",
"devDependencies": {
"@11ty/eleventy": "^2.0.1",
"@11ty/eleventy-plugin-rss": "^1.2.0",
"@11ty/eleventy-navigation": "^0.3.5",
"@uswds/compile": "^1.0.0",
"@uswds/uswds": "^3.8.2",
"concurrently": "^7.1.0",
"cypress": "^9.5.4",
"dotenv": "^16.0.0",
"eleventy-plugin-toc": "^1.1.5",
"js-yaml": "^4.1.0",
"markdown-it-anchor": "^8.6.7",
"sass": "^1.47.0",
"start-server-and-test": "^1.14.0"
},
"dependencies": {
"gulp": "^4.0.2",
"sass-embedded": "^1.77.2"
}
}