forked from barryclark/jekyll-now
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
64 lines (64 loc) · 1.76 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
{
"name": "ierik.github.io",
"author": "Erik Isidore",
"description": "My personal blog.",
"version": "0.9.0",
"license": "MIT",
"homepage": "https://github.com/iErik/iErik.github.io",
"repository": {
"type": "git",
"url": "git+https://github.com/iErik/iErik.github.io.git"
},
"bugs": {
"url": "https://github.com/iErik/iErik.github.io/issues"
},
"scripts": {
"dev": "node build/dev-server.js",
"build": "node build/build.js"
},
"dependencies": {
"foundation-sites": "^6.3.0",
"underscore": "^1.8.3",
"vue": "^2.1.8",
"vue-router": "^2.5.0"
},
"devDependencies": {
"autoprefixer": "^6.6.1",
"babel-core": "^6.21.0",
"babel-loader": "^6.2.10",
"babel-plugin-transform-runtime": "^6.15.0",
"babel-preset-es2015": "^6.18.0",
"babel-preset-stage-2": "^6.18.0",
"chalk": "^1.1.3",
"coffee-loader": "^0.7.2",
"coffee-script": "^1.12.3",
"connect-history-api-fallback": "^1.3.0",
"css-loader": "^0.26.1",
"eventsource-polyfill": "^0.9.6",
"express": "^4.14.0",
"extract-text-webpack-plugin": "^1.0.1",
"file-loader": "^0.9.0",
"friendly-errors-webpack-plugin": "^1.1.2",
"html-webpack-plugin": "^2.26.0",
"json-loader": "^0.5.4",
"markdown-with-front-matter-loader": "^0.1.0",
"node-sass": "^4.2.0",
"ora": "^0.4.1",
"sass-loader": "^4.1.1",
"semver": "^5.3.0",
"shelljs": "^0.7.6",
"url-loader": "^0.5.7",
"vue-loader": "^10.0.2",
"vue-style-loader": "^1.0.0",
"vue-template-compiler": "2.5.9",
"webpack": "^1.14.0",
"webpack-dev-middleware": "^1.9.0",
"webpack-hot-middleware": "^2.15.0",
"webpack-merge": "^2.3.1",
"yaml-loader": "^0.4.0"
},
"engines": {
"node": ">= 4.0.0",
"npm": ">= 3.0.0"
}
}