-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.44 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
{
"name": "modernized-rcc",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"build:nodejs": "CONTAINER=true PORT=3000 HOST=0.0.0.0 astro build",
"preview:nodejs": "CONTAINER=true PORT=3000 HOST=0.0.0.0 astro preview",
"lint:check": "prettier -c ./src/**/*.{tsx,ts,astro,css}",
"lint:fix": "prettier --write ./src/**/*.{tsx,ts,astro,css}",
"astro": "astro"
},
"dependencies": {
"@astrojs/node": "^6.0.0",
"@astrojs/prefetch": "^0.3.0",
"@astrojs/react": "^2.3.2",
"@astrojs/sitemap": "^2.0.2",
"@astrojs/ts-plugin": "^1.1.3",
"@astrojs/vercel": "^4.0.3",
"@glitchtech-dev/react-motion": "^1.5.1",
"@heroicons/react": "^2.0.18",
"astro": "^3.0.6",
"astro-seo": "^0.8.0",
"jquery": "^3.7.1",
"motion": "^10.16.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"tailwind-merge": "^1.14.0"
},
"devDependencies": {
"@trivago/prettier-plugin-sort-imports": "^4.2.0",
"@types/jquery": "^3.5.18",
"@types/react": "^18.2.21",
"@types/react-dom": "^18.2.7",
"astro-compress": "^2.0.15",
"autoprefixer": "^10.4.15",
"cssnano": "^6.0.1",
"postcss": "^8.4.29",
"prettier": "^3.0.3",
"prettier-plugin-astro": "^0.12.0",
"prettier-plugin-tailwindcss": "^0.5.4",
"sharp": "^0.32.5",
"tailwindcss": "^3.3.3",
"vite-plugin-pwa": "^0.16.4"
},
"volta": {
"node": "18.17.1"
}
}