-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 806 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 806 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
{
"name": "rockoder-portfolio",
"type": "module",
"version": "1.0.0",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"test:visual": "playwright test",
"format": "prettier --write ."
},
"dependencies": {
"@astrojs/react": "^4.2.1",
"@astrojs/rss": "^4.0.15",
"@astrojs/sitemap": "^3.3.1",
"@tailwindcss/vite": "^4.1.4",
"astro": "^5.17.1",
"cmdk": "^1.1.1",
"fuse.js": "^7.1.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"tailwindcss": "^4.1.4"
},
"devDependencies": {
"@playwright/test": "^1.50.1",
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"prettier": "^3.5.2",
"prettier-plugin-astro": "^0.14.1",
"typescript": "^5.8.3"
}
}