|
1 | 1 | {
|
2 |
| - "name": "lysand-fe", |
3 |
| - "private": true, |
4 |
| - "type": "module", |
5 |
| - "license": "AGPL-3.0", |
6 |
| - "author": { |
7 |
| - |
8 |
| - "name": "CPlusPatch", |
9 |
| - "url": "https://cpluspatch.com" |
10 |
| - }, |
11 |
| - "maintainers": [ |
12 |
| - { |
13 |
| - |
14 |
| - "name": "CPlusPatch", |
15 |
| - "url": "https://cpluspatch.com" |
16 |
| - } |
17 |
| - ], |
18 |
| - "repository": { |
19 |
| - "type": "git", |
20 |
| - "url": "git+https://github.com/lysand-org/lysand-fe.git" |
21 |
| - }, |
22 |
| - "scripts": { |
23 |
| - "build": "nuxt build", |
24 |
| - "dev": "nuxt dev --https --https.cert config/lysand-fe.localhost.pem --https.key config/lysand-fe.localhost-key.pem --host lysand-fe.localhost", |
25 |
| - "generate": "nuxt generate", |
26 |
| - "preview": "nuxt preview", |
27 |
| - "postinstall": "nuxt prepare" |
28 |
| - }, |
29 |
| - "dependencies": { |
30 |
| - "@nuxt/fonts": "^0.7.0", |
31 |
| - "@tailwindcss/typography": "^0.5.12", |
32 |
| - "@vee-validate/nuxt": "^4.12.6", |
33 |
| - "@vee-validate/zod": "^4.12.6", |
34 |
| - "@vite-pwa/nuxt": "^0.7.0", |
35 |
| - "c12": "^1.10.0", |
36 |
| - "html-to-text": "^9.0.5", |
37 |
| - "iconify-icon": "^2.1.0", |
38 |
| - "megalodon": "^10.0.0", |
39 |
| - "mitt": "^3.0.1", |
40 |
| - "nuxt": "^3.11.2", |
41 |
| - "nuxt-headlessui": "^1.2.0", |
42 |
| - "nuxt-security": "^2.0.0-beta.0", |
43 |
| - "nuxt-shiki": "^0.3.0", |
44 |
| - "overlayscrollbars": "^2.8.0", |
45 |
| - "overlayscrollbars-vue": "^0.5.9", |
46 |
| - "shiki": "^1.3.0", |
47 |
| - "vue": "^3.4.21", |
48 |
| - "vue-router": "^4.3.0", |
49 |
| - "zod": "^3.23.0" |
50 |
| - }, |
51 |
| - "devDependencies": { |
52 |
| - "@biomejs/biome": "^1.6.4", |
53 |
| - "@nuxtjs/seo": "^2.0.0-rc.10", |
54 |
| - "@nuxtjs/tailwindcss": "^6.11.4", |
55 |
| - "@tailwindcss/forms": "^0.5.7", |
56 |
| - "@types/html-to-text": "^9.0.4", |
57 |
| - "@vue-email/nuxt": "^0.8.19" |
58 |
| - }, |
59 |
| - "trustedDependencies": [ |
60 |
| - "@biomejs/biome", |
61 |
| - "@fortawesome/fontawesome-common-types", |
62 |
| - "@fortawesome/free-regular-svg-icons", |
63 |
| - "@fortawesome/free-solid-svg-icons", |
64 |
| - "esbuild", |
65 |
| - "json-editor-vue", |
66 |
| - "vue-demi" |
67 |
| - ] |
| 2 | + "name": "lysand-fe", |
| 3 | + "private": true, |
| 4 | + "type": "module", |
| 5 | + "license": "AGPL-3.0", |
| 6 | + "author": { |
| 7 | + |
| 8 | + "name": "CPlusPatch", |
| 9 | + "url": "https://cpluspatch.com" |
| 10 | + }, |
| 11 | + "maintainers": [ |
| 12 | + { |
| 13 | + |
| 14 | + "name": "CPlusPatch", |
| 15 | + "url": "https://cpluspatch.com" |
| 16 | + } |
| 17 | + ], |
| 18 | + "repository": { |
| 19 | + "type": "git", |
| 20 | + "url": "git+https://github.com/lysand-org/lysand-fe.git" |
| 21 | + }, |
| 22 | + "scripts": { |
| 23 | + "build": "nuxt build", |
| 24 | + "dev": "nuxt dev --https --https.cert config/lysand-fe.localhost.pem --https.key config/lysand-fe.localhost-key.pem --host lysand-fe.localhost", |
| 25 | + "generate": "nuxt generate", |
| 26 | + "preview": "nuxt preview", |
| 27 | + "postinstall": "nuxt prepare" |
| 28 | + }, |
| 29 | + "dependencies": { |
| 30 | + "@nuxt/fonts": "^0.7.0", |
| 31 | + "@tailwindcss/typography": "^0.5.12", |
| 32 | + "@vee-validate/nuxt": "^4.12.6", |
| 33 | + "@vee-validate/zod": "^4.12.6", |
| 34 | + "@vite-pwa/nuxt": "^0.7.0", |
| 35 | + "c12": "^1.10.0", |
| 36 | + "html-to-text": "^9.0.5", |
| 37 | + "iconify-icon": "^2.1.0", |
| 38 | + "megalodon": "^10.0.0", |
| 39 | + "mitt": "^3.0.1", |
| 40 | + "nuxt": "^3.11.2", |
| 41 | + "nuxt-headlessui": "^1.2.0", |
| 42 | + "nuxt-security": "^2.0.0-beta.0", |
| 43 | + "nuxt-shiki": "^0.3.0", |
| 44 | + "overlayscrollbars": "^2.8.0", |
| 45 | + "overlayscrollbars-vue": "^0.5.9", |
| 46 | + "shiki": "^1.3.0", |
| 47 | + "vue": "^3.4.21", |
| 48 | + "vue-router": "^4.3.0", |
| 49 | + "zod": "^3.23.0" |
| 50 | + }, |
| 51 | + "devDependencies": { |
| 52 | + "@biomejs/biome": "^1.6.4", |
| 53 | + "@nuxtjs/seo": "^2.0.0-rc.10", |
| 54 | + "@nuxtjs/tailwindcss": "^6.11.4", |
| 55 | + "@tailwindcss/forms": "^0.5.7", |
| 56 | + "@types/html-to-text": "^9.0.4", |
| 57 | + "@vue-email/nuxt": "^0.8.19" |
| 58 | + }, |
| 59 | + "trustedDependencies": [ |
| 60 | + "@biomejs/biome", |
| 61 | + "@fortawesome/fontawesome-common-types", |
| 62 | + "@fortawesome/free-regular-svg-icons", |
| 63 | + "@fortawesome/free-solid-svg-icons", |
| 64 | + "esbuild", |
| 65 | + "json-editor-vue", |
| 66 | + "vue-demi" |
| 67 | + ] |
68 | 68 | }
|
0 commit comments