-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
48 lines (48 loc) · 1.33 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
{
"name": "ducs.in",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.5.1",
"@fortawesome/free-brands-svg-icons": "^6.5.1",
"@fortawesome/free-solid-svg-icons": "^6.5.1",
"@fortawesome/react-fontawesome": "^0.2.0",
"@googlemaps/js-api-loader": "^1.16.6",
"@heroicons/react": "^2.1.1",
"@material-tailwind/react": "^2.1.9",
"@plaiceholder/next": "^3.0.0",
"@tsparticles/all": "^3.2.2",
"@tsparticles/move-parallax": "^3.2.2",
"@tsparticles/react": "^3.0.0",
"@tsparticles/slim": "^3.2.2",
"@vercel/analytics": "^1.2.1",
"bcryptjs-react": "^2.4.6",
"date-fns": "^3.3.1",
"framer-motion": "^11.0.5",
"google-auth-library": "^9.6.3",
"google-spreadsheet": "^4.1.1",
"googleapis": "^133.0.0",
"leaflet": "^1.9.4",
"next": "^14.1.0",
"next-auth": "^4.24.6",
"react": "^18",
"react-dom": "^18",
"react-leaflet": "^4.2.1",
"react-particles": "^2.12.2",
"styled-components": "^6.1.8",
"tsparticles-slim": "^2.12.0"
},
"devDependencies": {
"autoprefixer": "^10.0.1",
"eslint": "^8",
"eslint-config-next": "14.1.0",
"postcss": "^8",
"tailwindcss": "^3.3.0"
}
}