-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1022 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": "dapr",
"version": "0.1.0",
"description": "An ecommerce app built using React, Next.js & TailwindCSS",
"keywords": [
"ecommerce",
"react",
"nextjs",
"javascript"
],
"repository": "https://github.com/ashwinkhode/dapr.git",
"homepage": "https://dapr.vercel.app",
"author": "Ashwin Khode <ashwin.khode1@gmail.com>",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"clsx": "^1.1.1",
"fuse.js": "^6.4.6",
"next": "12.1.6",
"prop-types": "^15.8.1",
"react": "18.1.0",
"react-dom": "18.1.0",
"react-ga": "^3.3.0",
"react-hot-toast": "^2.2.0",
"rodal": "^1.8.1",
"swr": "^1.3.0"
},
"devDependencies": {
"@tailwindcss/jit": "^0.1.17",
"autoprefixer": "^10.4.7",
"postcss": "^8.4.13",
"react-icons": "^4.2.0",
"tailwindcss": "^3.0.24"
}
}