forked from litten/hexo-theme-yilia
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
61 lines (61 loc) · 1.5 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
{
"name": "yilia",
"version": "4.0.0",
"description": "a theme for hexo",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "webpack",
"dist": "webpack -p"
},
"repository": {
"type": "git",
"url": "git+https://github.com/litten/hexo-theme-yilia.git"
},
"keywords": [
"hexo",
"theme",
"blog"
],
"author": "litten",
"license": "ISC",
"bugs": {
"url": "https://github.com/litten/hexo-theme-yilia/issues"
},
"homepage": "https://github.com/litten/hexo-theme-yilia#readme",
"devDependencies": {
"autoprefixer": "^6.5.1",
"clean-webpack-plugin": "^0.1.15",
"cross-env": "^1.0.6",
"css-loader": "^0.25.0",
"dom101": "^1.3.0",
"extract-text-webpack-plugin": "^1.0.1",
"html-webpack-plugin": "^2.24.1",
"node-sass": "^3.9.3",
"postcss-loader": "^1.0.0",
"sass-loader": "^4.0.2",
"style-loader": "^0.13.1",
"url-loader": "^0.5.7",
"webpack": "^1.13.2"
},
"dependencies": {
"babel-core": "6.24.0",
"babel-loader": "6.4.0",
"babel-plugin-transform-runtime": "6.23.0",
"babel-polyfill": "^6.23.0",
"babel-preset-es2015": "6.24.0",
"babel-preset-react": "6.23.0",
"babel-preset-stage-2": "6.22.0",
"badjs-report": "^1.2.2",
"es6-promise": "^4.0.5",
"fetch": "^1.1.0",
"fetch-ie8": "^1.4.3",
"file-loader": "^0.9.0",
"js-cookie": "^2.1.3",
"photoswipe": "^4.1.1"
},
"config": {
"commitizen": {
"path": "cz-simple-log"
}
}
}