This commit is contained in:
2019-03-22 18:50:33 +03:00
parent 9b48faf931
commit 63d54fe72c
49 changed files with 4888 additions and 1525 deletions

View File

@@ -1,35 +1,35 @@
{
"name": "vladfaust.github.io",
"version": "1.0.0",
"description": "Vlad Faust's personal page",
"name": "my-website",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "webpack-dev-server",
"build": "webpack"
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vladfaust/vladfaust.github.io.git"
"dependencies": {
"vue": "^2.6.6",
"vue-router": "^3.0.1",
"vuex": "^3.0.1"
},
"author": "Vlad Faust <mail@vladfaust.com>",
"license": "UNLICENSED",
"bugs": {
"url": "https://github.com/vladfaust/vladfaust.github.io/issues"
},
"homepage": "https://github.com/vladfaust/vladfaust.github.io#readme",
"devDependencies": {
"copy-webpack-plugin": "^4.5.1",
"css-loader": "^0.28.11",
"html-webpack-plugin": "^3.2.0",
"@vue/cli-plugin-babel": "^3.5.0",
"@vue/cli-plugin-eslint": "^3.5.0",
"@vue/cli-service": "^3.5.0",
"@vue/eslint-config-standard": "^4.0.0",
"babel-eslint": "^10.0.1",
"eslint": "^5.8.0",
"eslint-plugin-vue": "^5.0.0",
"node-sass": "^4.9.0",
"node-sass-json-importer": "^4.0.1",
"normalize.css": "^8.0.1",
"pug": "^2.0.3",
"pug-loader": "^2.4.0",
"sass-loader": "^7.0.1",
"style-loader": "^0.21.0",
"webpack": "^4.8.3",
"webpack-cli": "^3.1.0",
"webpack-dev-server": "^3.1.8"
"pug-plain-loader": "^1.0.0",
"sass-loader": "^7.1.0",
"stylelint": "^9.10.1",
"stylelint-config-rational-order": "^0.0.4",
"stylelint-config-standard": "^18.2.0",
"stylelint-csstree-validator": "^1.3.0",
"stylelint-processor-html": "^1.0.0",
"vue-template-compiler": "^2.5.21"
}
}