-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.42 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
42
43
44
45
{
"name": "A11Ywebsites",
"version": "1.0.0",
"description": "Showcase of accessible websites",
"scripts": {
"start": "npm run dev",
"dev": "run-s clean eleventy:dev --print-label",
"build": "run-s clean eleventy:prod --print-label",
"eleventy:dev": "cross-env ELEVENTY_ENV=development eleventy --serve",
"eleventy:prod": "cross-env ELEVENTY_ENV=production eleventy",
"clean": "del-cli dist",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/calumryan/A11Ywebsites"
},
"author": "Calum Ryan",
"license": "MIT",
"dependencies": {
"@11ty/eleventy": "^0.11.1",
"@11ty/eleventy-navigation": "^0.1.6",
"@11ty/eleventy-plugin-rss": "^1.1.0",
"@babel/core": "^7.12.13",
"@babel/preset-env": "^7.12.13",
"babel-loader": "^8.2.2",
"clean-css": "^4.2.3",
"critical": "^2.0.6",
"cssesc": "^3.0.0",
"del-cli": "^3.0.0",
"focus-trap": "^5.1.0",
"focus-visible": "^5.1.0",
"html-minifier": "^4.0.0",
"luxon": "^1.23.0",
"markdown-it": "^10.0.0",
"memfs": "^3.1.2",
"node-sass": "^4.13.1",
"npm-run-all": "^4.1.5",
"svg-sprite": "^1.5.0",
"webpack": "^4.46.0"
},
"devDependencies": {
"cross-env": "^7.0.3"
}
}