52 lines
1.3 KiB
JSON
52 lines
1.3 KiB
JSON
{
|
|
"name": "kamilcraft.com",
|
|
"version": "1.1.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.2.0",
|
|
"@fortawesome/free-brands-svg-icons": "^6.2.0",
|
|
"@fortawesome/free-regular-svg-icons": "^6.2.0",
|
|
"@fortawesome/free-solid-svg-icons": "^6.2.0",
|
|
"@fortawesome/vue-fontawesome": "^3.0.1",
|
|
"core-js": "^3.25.0",
|
|
"marked": "^4.1.0",
|
|
"vue": "^3.2.38",
|
|
"vue-meta": "^2.4.0",
|
|
"vue-router": "^4.1.5",
|
|
"vuex": "^4.0.2"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.18.13",
|
|
"@babel/eslint-parser": "^7.18.9",
|
|
"@vue/cli-plugin-babel": "~5.0.0",
|
|
"@vue/cli-plugin-eslint": "~5.0.0",
|
|
"@vue/cli-service": "~5.0.0",
|
|
"autoprefixer": "^10.4.7",
|
|
"eslint": "^7.32.0",
|
|
"eslint-plugin-vue": "^8.7.1",
|
|
"postcss": "^8.4.14",
|
|
"sass": "^1.53.0",
|
|
"sass-loader": "^13.0.2",
|
|
"tailwindcss": "^3.1.6"
|
|
},
|
|
"eslintConfig": {
|
|
"root": true,
|
|
"env": {
|
|
"node": true
|
|
},
|
|
"extends": [
|
|
"plugin:vue/vue3-essential",
|
|
"eslint:recommended"
|
|
],
|
|
"parserOptions": {
|
|
"parser": "@babel/eslint-parser"
|
|
},
|
|
"rules": {}
|
|
}
|
|
}
|