forked from ifpb/projects
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 714 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 714 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
{
"name": "projects-ifpb",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"postbuild": "pagefind --source dist/",
"preview": "astro preview",
"previewpf": "astro build && npm run postbuild && astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/react": "^2.1.1",
"@astrojs/tailwind": "^3.1.1",
"@types/react": "^18.0.33",
"@types/react-dom": "^18.0.11",
"astro": "^2.1.9",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"tailwindcss": "^3.3.1"
},
"devDependencies": {
"@iconify/react": "^4.1.0",
"astro-icon": "^0.8.0",
"pagefind": "^0.12.0"
}
}