forked from StartBootstrap/startbootstrap-clean-blog
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
54 lines (54 loc) · 1.47 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
{
"title": "Clean Blog",
"name": "startbootstrap-clean-blog",
"version": "6.0.9",
"type": "module",
"scripts": {
"start": "cross-env NODE_ENV=development DEBUG=@metalsmith* node metalsmith.js",
"build": "cross-env NODE_ENV=production node metalsmith.js",
"serve": "browser-sync start --server 'build'"
},
"description": "Clean Blog is a Medium inspired blog theme for Bootstrap.",
"keywords": [
"css",
"sass",
"html",
"responsive",
"theme",
"template"
],
"homepage": "https://startbootstrap.com/theme/clean-blog",
"bugs": {
"url": "https://github.com/StartBootstrap/startbootstrap-clean-blog/issues",
"email": "[email protected]"
},
"license": "MIT",
"author": "Start Bootstrap",
"contributors": [
"David Miller (https://davidmiller.io/)"
],
"repository": {
"type": "git",
"url": "https://github.com/StartBootstrap/startbootstrap-clean-blog.git"
},
"dependencies": {
"bootstrap": "5.3.2"
},
"devDependencies": {
"@metalsmith/collections": "^1.3.0",
"@metalsmith/drafts": "^1.3.0",
"@metalsmith/layouts": "^2.7.0",
"@metalsmith/markdown": "^1.10.0",
"@metalsmith/postcss": "^5.4.1",
"@metalsmith/sass": "^1.8.1",
"autoprefixer": "10.4.17",
"browser-sync": "3.0.2",
"cross-env": "^7.0.3",
"cssnano": "^6.0.3",
"jstransformer-pug": "^0.4.0",
"metalsmith": "^2.6.2",
"postcss": "8.4.33",
"prettier": "3.2.4",
"serve": "^14.2.1"
}
}