|
| 1 | +{ |
| 2 | + "name": "password-manager-frontend", |
| 3 | + "version": "0.1.0", |
| 4 | + "type": "module", |
| 5 | + "scripts": { |
| 6 | + "dev": "vite", |
| 7 | + "build": "vite build", |
| 8 | + "lint": "eslint", |
| 9 | + "prettier": "prettier --write .", |
| 10 | + "prettier-check": "prettier --check .", |
| 11 | + "preview": "vite preview" |
| 12 | + }, |
| 13 | + "devDependencies": { |
| 14 | + "@rollup/plugin-typescript": "^12.1.2", |
| 15 | + "@tsconfig/svelte": "^5.0.4", |
| 16 | + "@typewriter/delta": "^1.2.4", |
| 17 | + "daisyui": "^4.12.23", |
| 18 | + "eslint-config-prettier": "^10.1.5", |
| 19 | + "eslint-plugin-prettier": "^5.2.6", |
| 20 | + "eslint-plugin-svelte": "^3.5.1", |
| 21 | + "globals": "^16.0.0", |
| 22 | + "prettier-plugin-svelte": "^3.4.0", |
| 23 | + "svelte": "^4.2.19", |
| 24 | + "tslib": "^2.8.1", |
| 25 | + "typescript-eslint": "^8.35.1", |
| 26 | + "vite": "^5.4.21", |
| 27 | + "vite-plugin-environment": "^1.1.3" |
| 28 | + }, |
| 29 | + "dependencies": { |
| 30 | + "@dfinity/agent": "^2.3.0", |
| 31 | + "@dfinity/auth-client": "^2.3.0", |
| 32 | + "@dfinity/candid": "^2.3.0", |
| 33 | + "@dfinity/identity": "^2.3.0", |
| 34 | + "@dfinity/principal": "^2.3.0", |
| 35 | + "@dfinity/vetkeys": "^0.3.0", |
| 36 | + "@popperjs/core": "^2.11.8", |
| 37 | + "@sveltejs/vite-plugin-svelte": "^3.0.2", |
| 38 | + "@tailwindcss/postcss": "^4.0.6", |
| 39 | + "@tailwindcss/vite": "^4.0.0", |
| 40 | + "autoprefixer": "^10.4.20", |
| 41 | + "rollup-plugin-css-only": "^4.5.2", |
| 42 | + "svelte-icons": "^2.1.0", |
| 43 | + "svelte-spa-router": "^4.0.1", |
| 44 | + "tailwindcss": "^3.0.17", |
| 45 | + "typewriter-editor": "^0.9.4" |
| 46 | + } |
| 47 | +} |
0 commit comments