-
-
Notifications
You must be signed in to change notification settings - Fork 29
/
package.json
41 lines (41 loc) · 1.2 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
{
"name": "rose-pine-site",
"type": "module",
"scripts": {
"dev": "astro dev",
"build": "npm run build:data && npm run build:i18n && astro build",
"build:data": "sh scripts/fetch-org-stats.sh",
"build:i18n": "npx astro-i18next generate && npm run format",
"preview": "astro preview",
"format": "prettier --plugin=prettier-plugin-astro --plugin=prettier-plugin-svelte --plugin=prettier-plugin-tailwindcss --write ."
},
"dependencies": {
"@astrojs/react": "^3.0.0",
"@astrojs/svelte": "^4.0.0",
"@nanostores/react": "^0.7.1",
"@rose-pine/palette": "4.0.1",
"@tabler/icons-react": "^2.32.0",
"astro": "^3.0.3",
"astro-i18next": "1.0.0-beta.21",
"cmdk": "^0.2.0",
"has-match": "^1.0.4",
"i18next": "^23.4.6",
"i18next-decode-postprocessor": "^0.1.1",
"i18next-fs-backend": "^2.1.5",
"nanostores": "^0.9.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"svelte": "^4.2.0"
},
"devDependencies": {
"@types/react": "^18.2.21",
"@types/react-dom": "^18.2.7",
"autoprefixer": "^10.4.15",
"postcss": "^8.4.29",
"prettier": "^3.0.3",
"prettier-plugin-astro": "^0.12.0",
"prettier-plugin-svelte": "^3.0.3",
"prettier-plugin-tailwindcss": "^0.5.3",
"tailwindcss": "^3.3.3"
}
}