kamilcraft.com/package.json

50 lines
1.2 KiB
JSON

{
"name": "kamilcraft.com",
"version": "1.1.0",
"private": true,
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"lint": "eslint --ext .js,.vue --ignore-path .gitignore",
"lintf": "eslint --ext .js,.vue --ignore-path .gitignore--fix"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.4.0",
"@fortawesome/free-brands-svg-icons": "^6.4.0",
"@fortawesome/free-regular-svg-icons": "^6.4.0",
"@fortawesome/free-solid-svg-icons": "^6.2.1",
"@fortawesome/vue-fontawesome": "^3.0.3",
"@vitejs/plugin-vue": "^4.2.3",
"autoprefixer": "^10.4.14",
"markdown-it": "^13.0.1",
"postcss": "^8.4.27",
"sass-loader": "^13.3.2",
"tailwindcss": "^3.3.3",
"vite": "^4.4.7",
"vue": "^3.3.4",
"vue-meta": "^2.4.0",
"vue-router": "^4.2.4",
"vuex": "^4.1.0"
},
"devDependencies": {
"eslint": "^8.29.0",
"eslint-plugin-vue": "^9.8.0",
"vite-plugin-eslint": "^1.8.1"
},
"eslintConfig": {
"root": true,
"env": {
"node": true
},
"extends": [
"plugin:vue/vue3-essential",
"eslint:recommended"
],
"parserOptions": {
"parser": "@babel/eslint-parser"
},
"rules": {}
}
}