45 lines
1.3 KiB
JSON
45 lines
1.3 KiB
JSON
{
|
|
"name": "yorha-ui",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "run-p type-check build-only",
|
|
"preview": "vite preview",
|
|
"build-only": "vite build",
|
|
"type-check": "vue-tsc --noEmit -p tsconfig.vitest.json --composite false",
|
|
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore",
|
|
"format": "prettier --write src/"
|
|
},
|
|
"dependencies": {
|
|
"@fortawesome/fontawesome-svg-core": "^6.4.0",
|
|
"@fortawesome/free-regular-svg-icons": "^6.4.0",
|
|
"@fortawesome/free-solid-svg-icons": "^6.4.0",
|
|
"@fortawesome/vue-fontawesome": "^3.0.3",
|
|
"@vueuse/core": "^10.1.2",
|
|
"pinia": "^2.0.35",
|
|
"sass": "^1.62.1",
|
|
"vue": "^3.3.1",
|
|
"vue-router": "^4.1.6"
|
|
},
|
|
"devDependencies": {
|
|
"@tsconfig/node18": "^2.0.0",
|
|
"@types/node": "^18.16.3",
|
|
"@vitejs/plugin-vue": "^4.2.1",
|
|
"@vue/eslint-config-prettier": "^7.1.0",
|
|
"@vue/eslint-config-typescript": "^11.0.3",
|
|
"@vue/tsconfig": "^0.3.2",
|
|
"autoprefixer": "^10.4.14",
|
|
"eslint": "^8.39.0",
|
|
"eslint-plugin-cypress": "^2.13.3",
|
|
"eslint-plugin-vue": "^9.11.0",
|
|
"postcss": "^8.4.23",
|
|
"prettier": "^2.8.8",
|
|
"start-server-and-test": "^2.0.0",
|
|
"tailwindcss": "^3.3.2",
|
|
"typescript": "~5.0.4",
|
|
"vite": "^4.3.5",
|
|
"vue-tsc": "^1.6.4"
|
|
}
|
|
}
|