-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 963 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
{
"name": "prointernational",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"reinstall": "npm cache clean --force && npm cache verify && rm -rf node_modules package-lock.json && npm install"
},
"dependencies": {
"@astrojs/node": "^8.3.1",
"@astrojs/react": "^3.6.0",
"@astrojs/sitemap": "^3.1.6",
"@astrojs/tailwind": "^5.1.0",
"@astrojs/vercel": "^7.7.1",
"@emailjs/nodejs": "^2.2.0",
"@popperjs/core": "^2.11.8",
"@types/bootstrap": "^5.2.10",
"aos": "^2.3.4",
"astro": "^4.11.0",
"astro-bootstrap": "^0.6.2",
"astro-robots-txt": "^1.0.0",
"autoprefixer": "^10.4.19",
"bootstrap": "^5.3.3",
"cssnano": "^7.0.1",
"nodemailer": "^6.9.13",
"sass": "^1.77.4",
"tailwindcss": "^3.4.3"
},
"devDependencies": {
"vite": "^5.2.12"
}
}