chore: moving towards agentic development
This commit is contained in:
@@ -1,12 +1,15 @@
|
||||
{
|
||||
"name": "hutopy",
|
||||
"version": "0.5",
|
||||
"name": "socialize",
|
||||
"version": "0.1.0",
|
||||
"private": true,
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"dev": "vite",
|
||||
"build": "vite build",
|
||||
"preview": "vite preview"
|
||||
"preview": "vite preview",
|
||||
"api:schema": "node scripts/fetch-openapi.mjs",
|
||||
"api:types": "openapi-typescript ../shared/openapi/openapi.json -o src/api/schema.d.ts",
|
||||
"api:update": "npm run api:schema && npm run api:types"
|
||||
},
|
||||
"dependencies": {
|
||||
"@intlify/unplugin-vue-i18n": "^6.0.5",
|
||||
@@ -40,6 +43,7 @@
|
||||
"eslint": "^8.57.1",
|
||||
"eslint-plugin-tailwindcss": "^3.18.0",
|
||||
"eslint-plugin-vue": "^9.22.0",
|
||||
"openapi-typescript": "7.13.0",
|
||||
"postcss": "^8.5.3",
|
||||
"prettier": "^3.5.3",
|
||||
"rollup-plugin-visualizer": "^6.0.1",
|
||||
|
||||
Reference in New Issue
Block a user