-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
72 lines (72 loc) · 1.7 KB
/
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
{
"name": "codedrop",
"version": "0.0.1",
"description": "Paste and share code snippets with others.",
"license": "MIT",
"scripts": {
"dev": "vite dev",
"build": "vite build",
"preview": "vite preview",
"postinstall": "prisma generate"
},
"devDependencies": {
"@sveltejs/adapter-node": "^1.3.1",
"@sveltejs/kit": "^1.27.1",
"flowbite": "^1.8.1",
"flowbite-svelte": "^0.39.2",
"postcss": "^8.4.32",
"prisma": "^5.16.1",
"sass": "^1.69.5",
"svelte": "^3.59.2",
"svelte-highlight": "^7.6.1",
"tailwindcss": "^3.3.3",
"typescript": "~4.7.4",
"vite": "^4.4.11",
"vite-plugin-iso-import": "^1.0.0",
"vitest": "^0.28.5"
},
"dependencies": {
"@faker-js/faker": "^8.4.1",
"@prisma/client": "^5.16.1",
"@sveltejs/adapter-auto": "^1.0.3",
"@sveltejs/adapter-node": "^1.3.1",
"@vercel/analytics": "^1.3.1",
"axios": "^1.7.2",
"bcrypt": "^5.1.1",
"body-parser": "^1.20.2",
"clipboard": "^2.0.11",
"cors": "^2.8.5",
"countries-list": "^3.1.0",
"daisyui": "^4.12.10",
"downloadjs": "^1.4.7",
"express": "^4.19.2",
"install": "^0.13.0",
"jspdf": "^2.5.1",
"lucide-svelte": "^0.454.0",
"node-schedule": "^2.1.1",
"pdf-lib": "^1.17.1",
"prisma": "^5.16.1",
"prismjs": "^1.29.0",
"solid-toast": "^0.5.0",
"sqlite": "^5.1.1",
"sqlite3": "^5.1.7",
"svelte-awesome-color-picker": "^3.1.0",
"svelte-copy": "^1.4.2",
"svelte-french-toast": "^1.2.0",
"svelte-tags-input": "^6.0.0",
"svelte-toast": "^1.0.0",
"tailwindcss": "^3.3.5",
"tesseract.js": "^5.0.2",
"uuid": "^10.0.0",
"vite-plugin-iso-import": "^1.0.0",
"vitest": "^0.34.6"
},
"type": "module",
"keywords": [
"codedrop"
],
"engines": {
"npm": ">=7.0.0",
"node": ">=16.0.0"
}
}