-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 764 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 764 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
{
"name": "nuwan-blog",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@arwes/react": "^1.0.0-next.25020502",
"@arwes/react-animator": "^1.0.0-next.25020502",
"@arwes/react-bgs": "^1.0.0-next.25020502",
"@arwes/react-core": "^1.0.0-next.25020502",
"@astrojs/mdx": "^4.3.8",
"@astrojs/react": "^4.4.0",
"@astrojs/rss": "^4.0.13",
"@astrojs/sitemap": "^3.6.0",
"astro": "^5.15.1",
"astro-feelback": "^0.3.4",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"sharp": "^0.34.3"
},
"devDependencies": {
"@types/react": "^19.2.2",
"@types/react-dom": "^19.2.2"
}
}