forked from mandrasch/11ty-plain-bootstrap5
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.36 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
{
"name": "11ty-plain-bootstrap5",
"version": "0.0.1",
"description": "Plain simple template for 11ty/eleventy and bootstrap5.",
"main": "index.js",
"scripts": {
"clean": "rm -rf dist",
"dev": "npm-run-all clean -p dev:*",
"dev:eleventy": "eleventy --serve --quiet",
"dev:mix": "mix watch",
"build:eleventy": "eleventy",
"build:mix": "mix --production",
"build": "npm-run-all clean -s build:mix build:eleventy"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mandrasch/11ty-plain-bootstrap5.git"
},
"keywords": [],
"author": "Matthias Andrasch",
"license": "MIT",
"browserslist": [
"last 4 versions"
],
"bugs": {
"url": "https://github.com/mandrasch/11ty-plain-bootstrap5/issues"
},
"homepage": "https://github.com/mandrasch/11ty-plain-bootstrap5#readme",
"devDependencies": {
"@11ty/eleventy": "^2.0.0",
"@11ty/eleventy-img": "^2.0.0",
"@11ty/eleventy-navigation": "^0.3.2",
"@11ty/eleventy-plugin-rss": "^1.1.1",
"@popperjs/core": "^2.11.5",
"autoprefixer": "^10.3.1",
"bootstrap": "~5.2.2",
"cross-env": "^7.0.3",
"del-cli": "^4.0.1",
"fs-extra": "^8.1.0",
"laravel-mix": "^6.0.43",
"luxon": "^1.28.0",
"npm-run-all": "^4.1.5",
"postcss": "^8.3.5",
"resolve-url-loader": "^5.0.0",
"sass": "^1.35.2",
"sass-loader": "^12.6.0"
}
}