-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.32 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.32 KB
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
{
"name": "sofi-blog",
"version": "1.0.0",
"description": "Propuesta",
"main": "index.js",
"type": "module",
"scripts": {
"dev": "astro dev --port 3000",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview"
},
"keywords": [
"Astro",
"Blog",
"Wordpress",
"Tailwind",
"SofiDev"
],
"author": "SofiDev",
"license": "ISC",
"dependencies": {
"@astrojs/check": "^0.9.4",
"@astrojs/react": "^4.3.0",
"@astrojs/sitemap": "^3.4.1",
"@astrojs/tailwind": "^6.0.2",
"@astrojs/vercel": "^8.2.3",
"@fontsource-variable/inter": "^5.0.19",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@wp-block-tools/styles": "^1.6.1",
"astro": "^5.12.1",
"astro-robots-txt": "^1.0.0",
"dotenv": "^16.4.5",
"fs": "^0.0.1-security",
"jsonwebtoken": "^9.0.2",
"react": "^19.1.1",
"react-dom": "^19.1.1",
"sanitize-html": "^2.17.0",
"sass": "^1.79.4",
"tailwindcss": "^3.4.13",
"typescript": "^5.6.2",
"wpapi": "^1.2.2"
},
"devDependencies": {
"@types/jsonwebtoken": "^9.0.7",
"@types/sanitize-html": "^2.16.0",
"prettier": "3.6.2",
"prettier-plugin-astro": "0.14.1",
"prettier-plugin-astro-organize-imports": "0.4.11",
"prettier-plugin-organize-imports": "4.1.0"
}
}