|
1 | 1 | {
|
2 |
| - "name": "flow-landing", |
3 |
| - "private": true, |
4 |
| - "version": "0.0.1", |
5 |
| - "type": "module", |
6 |
| - "scripts": { |
7 |
| - "dev": "vite dev --open", |
8 |
| - "build": "vite build", |
9 |
| - "preview": "vite preview", |
10 |
| - "check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json", |
11 |
| - "check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch", |
12 |
| - "format": "prettier --write .", |
13 |
| - "lint": "prettier --check . && eslint .", |
14 |
| - "gh-pages": "pnpm run build && pnpx gh-pages -d build -t", |
15 |
| - "gh-pages-actions": "pnpm run build && pnpx gh-pages -d build -t -u \"github-actions-bot <[email protected]>\"" |
16 |
| - }, |
17 |
| - "devDependencies": { |
18 |
| - "@eslint/compat": "^1.2.3", |
19 |
| - "@sveltejs/adapter-auto": "^3.3.1", |
20 |
| - "@sveltejs/adapter-static": "^3.0.8", |
21 |
| - "@sveltejs/kit": "^2.0.0", |
22 |
| - "@sveltejs/vite-plugin-svelte": "^4.0.0", |
23 |
| - "@tailwindcss/typography": "^0.5.16", |
24 |
| - "@types/aos": "^3.0.7", |
25 |
| - "autoprefixer": "^10.4.20", |
26 |
| - "eslint": "^9.7.0", |
27 |
| - "eslint-config-prettier": "^9.1.0", |
28 |
| - "eslint-plugin-svelte": "^2.36.0", |
29 |
| - "gh-pages": "^6.3.0", |
30 |
| - "globals": "^15.0.0", |
31 |
| - "mdsvex": "^0.11.2", |
32 |
| - "prettier": "^3.3.2", |
33 |
| - "prettier-plugin-svelte": "^3.2.6", |
34 |
| - "prettier-plugin-tailwindcss": "^0.6.10", |
35 |
| - "svelte": "^5.0.0", |
36 |
| - "svelte-check": "^4.0.0", |
37 |
| - "tailwindcss": "^3.4.17", |
38 |
| - "typescript": "^5.0.0", |
39 |
| - "typescript-eslint": "^8.0.0", |
40 |
| - "vite": "^5.4.11" |
41 |
| - }, |
42 |
| - "dependencies": { |
43 |
| - "@tailwindcss/typography": "^0.5.15", |
44 |
| - "aos": "^2.3.4" |
45 |
| - } |
| 2 | + "name": "flow-landing", |
| 3 | + "private": true, |
| 4 | + "version": "0.0.1", |
| 5 | + "type": "module", |
| 6 | + "scripts": { |
| 7 | + "dev": "vite dev --open", |
| 8 | + "build": "vite build", |
| 9 | + "preview": "vite preview", |
| 10 | + "check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json", |
| 11 | + "check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch", |
| 12 | + "format": "prettier --write .", |
| 13 | + "lint": "prettier --check . && eslint .", |
| 14 | + "gh-pages": "pnpm run build && pnpx gh-pages -d build -t", |
| 15 | + "gh-pages-actions": "pnpm run build && pnpx gh-pages -d build -t -u \"github-actions-bot <[email protected]>\"" |
| 16 | + }, |
| 17 | + "devDependencies": { |
| 18 | + "@eslint/compat": "^1.2.3", |
| 19 | + "@sveltejs/adapter-auto": "^3.3.1", |
| 20 | + "@sveltejs/adapter-static": "^3.0.8", |
| 21 | + "@sveltejs/kit": "^2.0.0", |
| 22 | + "@sveltejs/vite-plugin-svelte": "^4.0.0", |
| 23 | + "@tailwindcss/typography": "^0.5.16", |
| 24 | + "@types/aos": "^3.0.7", |
| 25 | + "autoprefixer": "^10.4.20", |
| 26 | + "eslint": "^9.7.0", |
| 27 | + "eslint-config-prettier": "^9.1.0", |
| 28 | + "eslint-plugin-svelte": "^2.36.0", |
| 29 | + "gh-pages": "^6.3.0", |
| 30 | + "globals": "^15.0.0", |
| 31 | + "mdsvex": "^0.11.2", |
| 32 | + "prettier": "^3.3.2", |
| 33 | + "prettier-plugin-svelte": "^3.2.6", |
| 34 | + "prettier-plugin-tailwindcss": "^0.6.10", |
| 35 | + "svelte": "^5.0.0", |
| 36 | + "svelte-check": "^4.0.0", |
| 37 | + "tailwindcss": "^3.4.17", |
| 38 | + "typescript": "^5.0.0", |
| 39 | + "typescript-eslint": "^8.0.0", |
| 40 | + "vite": "^5.4.11" |
| 41 | + }, |
| 42 | + "dependencies": { |
| 43 | + "@tailwindcss/typography": "^0.5.15", |
| 44 | + "aos": "^2.3.4" |
| 45 | + } |
46 | 46 | }
|
0 commit comments