|
| 1 | +{ |
| 2 | + "name": "daghappie", |
| 3 | + "version": "0.0.1", |
| 4 | + "private": true, |
| 5 | + "scripts": { |
| 6 | + "dev": "vite dev --port 3000", |
| 7 | + "build": "vite build", |
| 8 | + "preview": "vite preview", |
| 9 | + "check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json", |
| 10 | + "check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch", |
| 11 | + "lint": "prettier --ignore-path .gitignore --check --plugin-search-dir=. . && eslint --ignore-path .gitignore .", |
| 12 | + "format": "prettier --ignore-path .gitignore --write --plugin-search-dir=. .", |
| 13 | + "cy:open": "cypress open", |
| 14 | + "cy:run": "cypress run", |
| 15 | + "test": "pnpm cy:run" |
| 16 | + }, |
| 17 | + "devDependencies": { |
| 18 | + "@sveltejs/adapter-auto": "next", |
| 19 | + "@sveltejs/kit": "next", |
| 20 | + "@types/react": "^18.0.24", |
| 21 | + "@types/react-dom": "^18.0.8", |
| 22 | + "@typescript-eslint/eslint-plugin": "^5.41.0", |
| 23 | + "@typescript-eslint/parser": "^5.41.0", |
| 24 | + "cypress": "^10.11.0", |
| 25 | + "eslint": "^8.26.0", |
| 26 | + "eslint-config-prettier": "^8.5.0", |
| 27 | + "eslint-plugin-cypress": "^2.12.1", |
| 28 | + "eslint-plugin-svelte3": "^4.0.0", |
| 29 | + "prettier": "^2.7.1", |
| 30 | + "prettier-plugin-svelte": "^2.8.0", |
| 31 | + "svelte": "^3.52.0", |
| 32 | + "svelte-check": "^2.9.2", |
| 33 | + "svelte-preprocess": "^4.10.7", |
| 34 | + "svelte2tsx": "^0.5.20", |
| 35 | + "ts-node": "^10.9.1", |
| 36 | + "tslib": "^2.4.0", |
| 37 | + "typescript": "^4.8.4", |
| 38 | + "vite": "^3.2.2", |
| 39 | + "vite-plugin-windicss": "^1.8.8", |
| 40 | + "windicss": "^3.5.6" |
| 41 | + }, |
| 42 | + "dependencies": { |
| 43 | + "@sanity/client": "^3.4.1", |
| 44 | + "@sanity/groq-store": "^1.0.3", |
| 45 | + "@sanity/icons": "^1.3.6", |
| 46 | + "@sanity/image-url": "^1.0.1", |
| 47 | + "@sanity/ui": "^0.37.22", |
| 48 | + "@sanity/vision": "3.0.0-dev-preview.22", |
| 49 | + "@sanity/webhook": "^2.0.0", |
| 50 | + "groq": "^2.33.2", |
| 51 | + "react": "^18.2.0", |
| 52 | + "react-dom": "^18.2.0", |
| 53 | + "sanity": "3.0.0-dev-preview.22", |
| 54 | + "sanity-plugin-asset-source-unsplash": "3.0.0-v3-studio.10" |
| 55 | + }, |
| 56 | + "type": "module" |
| 57 | +} |
0 commit comments