-
Notifications
You must be signed in to change notification settings - Fork 37
/
Copy pathpackage.json
39 lines (39 loc) · 1015 Bytes
/
package.json
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
{
"name": "maakaf-temp",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build && pagefind --site dist && shx cp -r dist/pagefind public/",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/mdx": "^1.1.2",
"@astrojs/react": "^3.0.3",
"@astrojs/sitemap": "^3.0.1",
"@astrojs/tailwind": "^5.0.2",
"@octokit/rest": "^20.0.2",
"@tanstack/react-table": "^8.10.7",
"astro": "^3.3.0",
"astro-pagefind": "^1.3.0",
"daisyui": "^4.6.1",
"flag-icons": "^7.1.0",
"lodash": "^4.17.21",
"lunr": "^2.3.9",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-spinners": "^0.13.8",
"sharp": "^0.32.6",
"tailwindcss": "^3.3.3"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.10",
"@types/lodash": "^4.17.0",
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"pagefind": "^1.0.3",
"shx": "^0.3.4"
}
}