-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
42 lines (42 loc) · 913 Bytes
/
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
{
"name": "nomore",
"description": "A very simple theme Ghost Blog",
"keywords": [
"ghost-theme",
"simple",
"theme"
],
"scripts": {
"dev": "webpack",
"prod": "webpack --config webpack.prod.js"
},
"version": "2.3.0",
"engines": {
"ghost": ">=1.2.0"
},
"gpm": {
"type": "theme",
"categories": [
"Minimal",
"Personal Blogs"
]
},
"license": "MIT",
"author": {
"name": "ruofeng",
"email": "i@ruofeng.me",
"url": "https://ruofeng.me"
},
"config": {
"posts_per_page": 10
},
"devDependencies": {
"css-loader": "^2.1.1",
"jquery": "^3.3.1",
"mini-css-extract-plugin": "^0.5.0",
"prismjs": "^1.16.0",
"webpack": "^4.29.0",
"webpack-cli": "^3.3.0"
},
"dependencies": {}
}