-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 850 Bytes
/
Copy pathpackage.json
File metadata and controls
35 lines (35 loc) · 850 Bytes
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
{
"name": "medicloud",
"version": "1.0.0",
"description": "MediCloud – Telehealth SaaS Landing Page Template (Tailwind CSS)",
"main": "index.js",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"repository": {
"type": "git",
"url": "git+https://github.com/codescandy/medicloud.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "commonjs",
"bugs": {
"url": "https://github.com/codescandy/medicloud/issues"
},
"homepage": "https://github.com/codescandy/medicloud#readme",
"dependencies": {
"@popperjs/core": "^2.11.8",
"@tabler/icons": "^3.35.0",
"@tabler/icons-webfont": "^3.36.0",
"bootstrap": "^5.3.8",
"gsap": "^3.15.0",
"sass": "1.77.6",
"vite": "^6.4.1"
},
"devDependencies": {
"fast-glob": "^3.3.3"
}
}