This repository has been archived by the owner on Jan 13, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
58 lines (58 loc) · 1.88 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
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"author": "AppSeed",
"name": "eleventy-soft-ui-design",
"version": "1.0.0",
"description": "11ty Starter - Template Project",
"browserslist": [
"defaults"
],
"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/app-generator/eleventy-soft-ui-design"
},
"initial-author": "Max Böck",
"initial-repository": {
"type": "git",
"url": "http://github.com/maxboeck/eleventastic"
},
"license": "MIT",
"devDependencies": {
"@11ty/eleventy": "^1.0.0-canary.39",
"@11ty/eleventy-img": "^0.8.3",
"@11ty/eleventy-navigation": "^0.1.6",
"@11ty/eleventy-plugin-rss": "^1.1.1",
"@babel/core": "^7.13.14",
"@babel/plugin-transform-runtime": "^7.13.10",
"@babel/preset-env": "^7.13.12",
"@prismicio/client": "^5.1.0",
"babel-loader": "^8.2.2",
"clean-css": "^5.1.2",
"critical": "^3.0.0",
"cross-env": "^7.0.3",
"cssesc": "^3.0.0",
"del-cli": "^3.0.1",
"dotenv": "^10.0.0",
"eleventy-plugin-reading-time": "^0.0.1",
"focus-trap": "^6.3.0",
"focus-visible": "^5.2.0",
"html-minifier": "^4.0.0",
"luxon": "^1.26.0",
"markdown-it": "^12.0.4",
"memfs": "^3.2.0",
"node-sass": "^5.0.0",
"npm-run-all": "^4.1.5",
"prismic-dom": "^2.2.5",
"sharp": "^0.27.2",
"svg-sprite": "^1.5.0",
"webpack": "^5.28.0"
}
}