-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 839 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"name": "cosmo",
"version": "0.0.1",
"scripts": {
"dev": "vite dev",
"build": "vite build",
"preview": "vite preview"
},
"devDependencies": {
"@fontsource/fira-mono": "^4.5.10",
"@neoconfetti/svelte": "^1.0.0",
"@sveltejs/adapter-auto": "next",
"@sveltejs/kit": "next",
"@tailwindcss/line-clamp": "^0.4.2",
"autoprefixer": "^10.4.13",
"postcss": "^8.4.19",
"postcss-load-config": "^4.0.1",
"prisma": "^4.7.0",
"svelte": "^3.53.1",
"svelte-preprocess": "^4.10.7",
"tailwindcss": "^3.2.4",
"vite": "^3.2.4"
},
"type": "module",
"dependencies": {
"@prisma/client": "4.7.0",
"@tailwindcss/forms": "^0.5.3",
"@tinymce/tinymce-svelte": "^1.0.0",
"axios": "^1.2.0",
"qs": "^6.11.0",
"slugify": "^1.6.5",
"svelte-select": "^4.4.7"
}
}