forked from hezhii/poppy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
71 lines (71 loc) · 1.61 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
59
60
61
62
63
64
65
66
67
68
69
70
71
{
"name": "poppy",
"description": "Beautiful and Enticing theme form Ghost.",
"version": "1.0.1",
"engines": {
"ghost": ">=1.2.0"
},
"scripts": {
"dev": "webpack --config build/webpack.dev.js --watch",
"build": "gulp zip"
},
"license": "MIT",
"author": {
"name": "biu",
"email": "[email protected]",
"url": "http://www.whezh.com"
},
"gpm": {
"type": "theme",
"categories": [
"Beautiful",
"Enticing"
]
},
"keywords": [
"ghost",
"theme"
],
"repository": {
"type": "git",
"url": "https://github.com/hezhii/poppy.git"
},
"bugs": "https://github.com/hezhii/poppy/issues",
"contributors": [
{
"name": "biu",
"email": "[email protected]",
"url": "https://github.com/hezhii/poppy/graphs/contributors"
}
],
"config": {
"posts_per_page": 10
},
"devDependencies": {
"autoprefixer": "^9.1.2",
"babel-core": "^6.26.3",
"babel-loader": "^7.1.5",
"babel-preset-env": "^1.7.0",
"clean-webpack-plugin": "^0.1.19",
"css-loader": "^1.0.0",
"file-loader": "^1.1.11",
"gulp": "^3.9.1",
"gulp-zip": "^4.2.0",
"mini-css-extract-plugin": "^0.4.1",
"node-sass": "^4.9.3",
"optimize-css-assets-webpack-plugin": "^5.0.0",
"postcss-loader": "^3.0.0",
"sass-loader": "^7.1.0",
"style-loader": "^0.22.1",
"uglifyjs-webpack-plugin": "^1.3.0",
"url-loader": "^1.1.1",
"webpack": "^4.16.5",
"webpack-cli": "^3.1.0",
"webpack-merge": "^4.1.4"
},
"dependencies": {
"animated-scrollto": "^1.1.0",
"highlight.js": "^9.12.0",
"qrcode": "^1.2.2"
}
}