-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 939 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
{
"name": "astro-pwa-starter",
"version": "0.0.0",
"private": false,
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"devDependencies": {
"@astrojs/sitemap": "^2.0.2",
"@astrojs/tailwind": "^4.0.0",
"@typescript-eslint/eslint-plugin": "^6.4.0",
"@typescript-eslint/parser": "^6.4.0",
"astro": "2.10.9",
"astro-compress": "^2.0.12",
"astro-seo": "^0.7.5",
"eslint": "^8.47.0",
"eslint-plugin-astro": "^0.28.0",
"eslint-plugin-jsx-a11y": "^6.7.1",
"prettier": "^3.0.2",
"prettier-plugin-astro": "^0.11.1",
"prettier-plugin-tailwindcss": "^0.5.3",
"typescript": "^5.1.6",
"vite-plugin-pwa": "^0.16.4"
},
"dependencies": {
"@astrojs/react": "^3.0.9",
"@types/react": "^18.2.47",
"@types/react-dom": "^18.2.18",
"aos": "^2.3.4",
"astro-navbar": "^2.3.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
}
}