-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
49 lines (49 loc) · 1.2 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
{
"name": "indix-radar",
"version": "1.0.0",
"private": true,
"hexo": {
"version": "3.3.1"
},
"scripts": {
"build": "webpack"
},
"dependencies": {
"chance": "1.0.6",
"d3": "4.2.6",
"d3-tip": "0.7.1",
"hexo": "3.3.1",
"hexo-cli": "1.0.2",
"hexo-deployer-git": "0.2.0",
"hexo-generator-archive": "0.1.4",
"hexo-generator-category": "0.1.3",
"hexo-generator-index": "0.2.1",
"hexo-generator-json-content": "3.0.1",
"hexo-generator-tag": "0.2.0",
"hexo-renderer-ejs": "0.2.0",
"hexo-renderer-marked": "0.3.0",
"hexo-renderer-stylus": "0.3.1",
"hexo-server": "0.2.0",
"js-yaml": "3.8.3",
"lodash": ">=4.17.13",
"sanitize-html": "1.13.0",
"showdown": "1.6.4",
"yamljs": "0.2.9"
},
"devDependencies": {
"babel-core": "6.24.0",
"babel-loader": "6.4.1",
"css-loader": "0.25.0",
"extract-text-webpack-plugin": "1.0.1",
"file-loader": "0.11.1",
"html-webpack-plugin": "2.22.0",
"json-loader": "0.5.4",
"node-sass": "4.5.2",
"sass-loader": "4.1.1",
"style-loader": "0.16.1",
"webpack": "1.14.0",
"webpack-dev-server": "1.16.1",
"xmlhttprequest": "1.8.0",
"yargs": "7.0.2"
}
}