forked from Payflink/WebPage
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 872 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 872 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
{
"name": "injoi-website",
"version": "1.2.0",
"private": true,
"scripts": {
"dev": "astro dev",
"start": "pnpm dev",
"build": "astro build",
"preview": "astro preview",
"netlify": "netlify dev",
"test": "vitest"
},
"devDependencies": {
"@astrojs/mdx": "^4.0.3",
"@astrojs/partytown": "^2.1.2",
"@astrojs/sitemap": "^3.2.1",
"@netlify/functions": "^3.0.0",
"astro": "5.1.1",
"astro-seo": "^0.8.4",
"netlify-cli": "^17.38.1",
"prettier-plugin-astro": "^0.14.1",
"sass": "^1.83.0",
"sharp": "^0.33.5",
"vitest": "^2.1.8"
},
"dependencies": {
"@astrojs/react": "^4.1.2",
"@astrojs/tailwind": "^5.1.4",
"@types/react": "^19.0.2",
"@types/react-dom": "^19.0.2",
"node-fetch": "^3.3.2",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"tailwindcss": "^3.4.17"
}
}