-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
34 lines (34 loc) · 885 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
{
"name": "google-search-tailwind-clone",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@heroicons/react": "^1.0.5",
"@tailwindcss/line-clamp": "^0.2.2",
"axios": "^0.27.2",
"duckduckgo-images-api": "^1.0.5",
"easy-peasy": "^5.0.4",
"http-proxy-middleware": "^2.0.6",
"netlify-cli": "^10.5.0",
"next": "^11.0.1",
"react": "^17.0.2",
"react-adsense": "^0.1.0",
"react-dom": "^17.0.2",
"react-redux": "^8.0.2",
"react-select": "^5.3.2",
"translate-google-api": "^1.0.4",
"translatte": "^3.0.1"
},
"devDependencies": {
"autoprefixer": "^10.4.0",
"eslint": "^7.32.0",
"eslint-config-next": "^12.0.2",
"postcss": "^8.3.11",
"tailwindcss": "^2.2.19"
}
}