-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
52 lines (52 loc) · 1.5 KB
/
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
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"name": "elixir-no",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"copy:pagefind:dev": "npx shx cp -r dist/pagefind public/",
"build:astro": "astro check && astro build",
"build:pagefind": "npx pagefind --source dist",
"build": "npm-run-all -s build:astro build:pagefind copy:pagefind:dev",
"dev:build": "npm-run-all -s build copy:pagefind:dev dev",
"preview": "astro preview",
"astro": "astro",
"postbuild": "pagefind --site dist"
},
"dependencies": {
"@astrojs/check": "^0.5.10",
"@astrojs/cloudflare": "^11.1.0",
"@astrojs/markdown-remark": "^5.2.0",
"@astrojs/mdx": "^3.0.0",
"@astrojs/react": "^3.3.1",
"@astrojs/tailwind": "^5.1.0",
"@headlessui/react": "^2.1.2",
"@heroicons/react": "^2.1.3",
"@tailwindcss/forms": "^0.5.7",
"animate.css": "^4.1.1",
"astro": "^4.7.0",
"dayjs": "^1.11.12",
"dompurify": "^3.1.7",
"leaflet": "^1.9.4",
"lodash": "^4.17.21",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^5.2.1",
"react-is": "^18.3.1",
"react-leaflet": "^4.2.1",
"sass": "^1.77.8",
"slugify": "^1.6.6",
"tailwindcss": "^3.4.3",
"typescript": "^5.4.5"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.14",
"@types/dompurify": "^3.0.5",
"npm-run-all": "^4.1.5",
"pagefind": "^1.1.1",
"@types/lodash": "^4.17.12",
"@types/react": "^18.2.37",
"@types/react-dom": "^18.2.15"
}
}