| 1234567891011121314151617181920212223242526272829303132333435363738394041 |
- {
- "name": "platform-app",
- "version": "1.0.0",
- "private": true,
- "type": "module",
- "scripts": {
- "dev": "vite",
- "build": "vue-tsc --noEmit && vite build",
- "type-check": "vue-tsc --noEmit",
- "preview": "vite preview",
- "lint": "eslint . --fix",
- "format": "prettier --write src/"
- },
- "dependencies": {
- "vue": "^3.4.0",
- "vue-router": "^4.2.0",
- "pinia": "^2.1.0",
- "ant-design-vue": "^4.0.0",
- "axios": "^1.6.0",
- "@ant-design/icons-vue": "^7.0.0",
- "@smartcut/types": "workspace:*",
- "@smartcut/api-client": "workspace:*",
- "@smartcut/shared-utils": "workspace:*",
- "@smartcut/shared-components": "workspace:*"
- },
- "devDependencies": {
- "@vitejs/plugin-vue": "^5.0.0",
- "typescript": "^5.3.0",
- "vite": "^5.0.0",
- "vue-tsc": "^1.8.0",
- "eslint": "^9.0.0",
- "@eslint/js": "^9.0.0",
- "typescript-eslint": "^8.0.0",
- "eslint-plugin-vue": "^9.30.0",
- "vue-eslint-parser": "^9.4.0",
- "prettier": "^3.2.0",
- "tailwindcss": "^3.4.0",
- "autoprefixer": "^10.4.0",
- "postcss": "^8.4.0"
- }
- }
|