* updated dependencies * updated readme * upgrade to vue 3 * updated buttons * duplicate id removed * updated contact
49 lines
1.2 KiB
JSON
49 lines
1.2 KiB
JSON
{
|
|
"name": "kamilcraft.com",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"serve": "vue-cli-service serve",
|
|
"build": "vue-cli-service build",
|
|
"lint": "vue-cli-service lint"
|
|
},
|
|
"dependencies": {
|
|
"@fortawesome/fontawesome-svg-core": "^6.1.1",
|
|
"@fortawesome/free-brands-svg-icons": "^6.1.1",
|
|
"@fortawesome/free-regular-svg-icons": "^6.1.1",
|
|
"@fortawesome/free-solid-svg-icons": "^6.1.1",
|
|
"@fortawesome/vue-fontawesome": "^3.0.1",
|
|
"core-js": "^3.8.3",
|
|
"marked": "^4.0.18",
|
|
"vue": "^3.2.37",
|
|
"vue-meta": "^2.4.0",
|
|
"vue-router": "^4.1.2",
|
|
"vuex": "^4.0.2"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.12.16",
|
|
"@babel/eslint-parser": "^7.12.16",
|
|
"@vue/cli-plugin-babel": "~5.0.0",
|
|
"@vue/cli-plugin-eslint": "~5.0.0",
|
|
"@vue/cli-service": "~5.0.0",
|
|
"eslint": "^7.32.0",
|
|
"eslint-plugin-vue": "^8.0.3",
|
|
"sass": "^1.53.0",
|
|
"sass-loader": "^13.0.2"
|
|
},
|
|
"eslintConfig": {
|
|
"root": true,
|
|
"env": {
|
|
"node": true
|
|
},
|
|
"extends": [
|
|
"plugin:vue/vue3-essential",
|
|
"eslint:recommended"
|
|
],
|
|
"parserOptions": {
|
|
"parser": "@babel/eslint-parser"
|
|
},
|
|
"rules": {}
|
|
}
|
|
}
|