-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.22 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
{
"name": "yarbshk.github.io",
"version": "1.5.2",
"description": "Yuriy Rabeshko's business card website.",
"main": "index.html",
"repository": "https://github.com/yarbshk/yarbshk.github.io.git",
"author": "Yuriy Rabeshko",
"license": "GPL-3.0",
"scripts": {
"start": "./node_modules/.bin/webpack-dev-server -d -w --hot --host 0.0.0.0",
"build": "./node_modules/.bin/webpack"
},
"devDependencies": {
"babel-core": "^6.25.0",
"babel-loader": "^7.1.1",
"babel-plugin-syntax-jsx": "^6.18.0",
"babel-plugin-syntax-object-rest-spread": "^6.13.0",
"babel-plugin-transform-object-rest-spread": "^6.23.0",
"babel-plugin-transform-vue-jsx": "^3.5.0",
"babel-preset-env": "^1.6.0",
"bulma": "^0.5.0",
"css-loader": "^0.28.4",
"eslint": "^4.3.0",
"eslint-config-vue": "^2.0.2",
"eslint-loader": "^1.9.0",
"eslint-plugin-vue": "^2.1.0",
"extract-text-webpack-plugin": "^3.0.0",
"node-sass": "^4.5.3",
"sass-loader": "^6.0.6",
"style-loader": "^0.18.2",
"svg.js": "^2.6.3",
"vue": "^2.4.2",
"vue-loader": "^13.0.2",
"vue-style-loader": "^3.0.1",
"vue-template-compiler": "^2.4.2",
"webpack": "^3.4.1",
"webpack-dev-server": "^2.6.1"
}
}