-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 944 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 944 Bytes
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
{
"name": "website",
"version": "0.1.0",
"description": "Website project for vue-es.org on Jekyll and Vue",
"scripts": {
"packit": "webpack --watch",
"buildit": "bundle exec jekyll serve --incremental",
"jekyllfy": "npm run packit & npm run buildit"
},
"author": "VUE-ES.ORG TEAM",
"dependencies": {
"primer-css": "^9.3.0",
"vue": "^2.4.4",
"vue-disqus": "^2.0.3"
},
"devDependencies": {
"babel-cli": "^6.23.0",
"babel-core": "^6.23.1",
"babel-loader": "^6.4.0",
"babel-preset-es2015": "^6.22.0",
"browser-sync": "^2.18.8",
"css-loader": "^0.28.7",
"extract-text-webpack-plugin": "^2.1.0",
"node-sass": "^4.5.3",
"sass-loader": "^6.0.6",
"vue-loader": "^11.1.4",
"vue-style-loader": "^3.0.3",
"vue-template-compiler": "^2.2.2",
"webpack": "^2.2.1"
}
}