{ "name": "oaf", "version": "0.1.0", "scripts": { "dev": "vite", "build": "vue-tsc --noEmit && vite build", "serve": "vite preview" }, "dependencies": { "@veypi/one-icon": "2", "axios": "^0.24.0", "js-base64": "^3.7.2", "vue": "^3.2.16", "vue-router": "^4.0.12", "vuex": "^4.0.2" }, "devDependencies": { "@tailwindcss/postcss7-compat": "^2.1.0", "@vitejs/plugin-vue": "^1.9.3", "autoprefixer": "^9.8.8", "naive-ui": "^2.19.11", "postcss": "^7.0.39", "tailwindcss": "npm:@tailwindcss/postcss7-compat@^2.2.17", "typescript": "^4.4.3", "vfonts": "^0.1.0", "vite": "^2.6.4", "vue-tsc": "^0.3.0" } }