-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 937 Bytes
/
Copy pathpackage.json
File metadata and controls
37 lines (37 loc) · 937 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
36
37
{
"name": "js-world",
"version": "1.0.0",
"description": "JavaScript world",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"check": "astro check",
"format": "prettier --write ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/saifulshihab/js-world.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/saifulshihab/js-world/issues"
},
"homepage": "https://github.com/saifulshihab/js-world#readme",
"dependencies": {
"@astrojs/sitemap": "^3.7.3",
"@tailwindcss/vite": "^4.3.3",
"astro": "^7.0.9",
"tailwindcss": "^4.3.3"
},
"devDependencies": {
"@astrojs/check": "^0.9.9",
"@tailwindcss/typography": "^0.5.20",
"prettier": "^3.9.5",
"prettier-plugin-astro": "^0.14.1",
"prettier-plugin-tailwindcss": "^0.8.1",
"typescript": "^6.0.3"
}
}