-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
67 lines (67 loc) · 2.03 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
{
"name": "caragolfoundation.org",
"description": "The caragolfoundation.org website",
"version": "0.0.0",
"private": true,
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"bootstrap": "npm install && npm run astro sync && npm run astro check",
"format": "prettier -w .",
"format-ci": "prettier --check .",
"lint:eslint": "eslint . --ext .js,.jsx,.ts,.astro",
"all": "npm run format && npm run lint:eslint && npm run build"
},
"devDependencies": {
"@astrojs/image": "=0.17.0",
"@astrojs/mdx": "^0.19.0",
"@astrojs/partytown": "^1.2.3",
"@astrojs/rss": "^2.2.0",
"@astrojs/sitemap": "^1.3.3",
"@astrojs/tailwind": "^4.0.0",
"@astrolib/analytics": "^0.3.0",
"@astrolib/seo": "^0.4.0",
"@fontsource-variable/inter": "^5.0.5",
"@iconify-json/flat-color-icons": "^1.1.6",
"@iconify-json/icon-park": "^1.1.11",
"@iconify-json/mdi": "^1.1.52",
"@iconify-json/ri": "^1.1.10",
"@iconify-json/tabler": "^1.1.80",
"@tailwindcss/typography": "^0.5.9",
"@typescript-eslint/eslint-plugin": "^5.59.9",
"@typescript-eslint/parser": "^5.60.1",
"astro": "^2.10.1",
"astro-compress": "^1.1.35",
"astro-icon": "^1.0.0-next.2",
"eslint": "^8.40.0",
"eslint-plugin-astro": "^0.26.1",
"eslint-plugin-jsx-a11y": "^6.7.1",
"limax": "2.1.0",
"mdast-util-to-string": "^3.2.0",
"prettier": "^2.8.4",
"prettier-plugin-astro": "^0.8.1",
"reading-time": "^1.5.0",
"sharp": "^0.31.3",
"svgo": "2.8.0",
"tailwindcss": "^3.1.2",
"typescript": "^5.1.6"
},
"engines": {
"node": ">=19.7.0"
},
"dependencies": {
"@astrojs/react": "^2.2.1",
"@emotion/react": "^11.10.6",
"@emotion/styled": "^11.11.0",
"@mui/icons-material": "^5.11.11",
"@mui/material": "^5.13.6",
"@types/react": "^18.0.37",
"@types/react-dom": "^18.2.6",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-photo-album": "^2.0.4"
}
}