-
Notifications
You must be signed in to change notification settings - Fork 14
/
package.json
62 lines (62 loc) · 1.73 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
51
52
53
54
55
56
57
58
59
60
61
62
{
"name": "online-shop",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"postbuild": "next-sitemap"
},
"dependencies": {
"@fullhuman/postcss-purgecss": "^4.1.3",
"@reduxjs/toolkit": "^1.8.2",
"@sanity/client": "^3.3.0",
"@sanity/image-url": "^1.0.1",
"@stripe/stripe-js": "^1.29.0",
"@types/bcryptjs": "^2.4.2",
"@types/js-cookie": "^3.0.2",
"@types/jsonwebtoken": "^8.5.8",
"@types/react-redux": "^7.1.24",
"@types/react-slick": "^0.23.8",
"@types/react-star-rating-component": "^1.4.1",
"@types/react-transition-group": "^4.4.4",
"@zeit/next-css": "^1.0.2-canary.0",
"axios": "^0.27.2",
"bcryptjs": "^2.4.3",
"js-cookie": "^3.0.1",
"jsonwebtoken": "^8.5.1",
"next": "12.1.6",
"next-connect": "^0.12.2",
"next-sanity-image": "^3.2.1",
"next-sitemap": "^3.1.17",
"next-themes": "^0.2.0",
"nextjs-progressbar": "^0.0.14",
"react": "18.1.0",
"react-dom": "18.1.0",
"react-hot-toast": "^2.2.0",
"react-icons": "^4.3.1",
"react-query": "^3.38.1",
"react-redux": "^8.0.2",
"react-slick": "^0.29.0",
"react-star-rating-component": "^1.4.1",
"react-toastify": "^9.0.7",
"react-transition-group": "^4.4.2",
"slick-carousel": "^1.8.1",
"stripe": "^9.1.0",
"url-loader": "^4.1.1"
},
"devDependencies": {
"@types/node": "17.0.31",
"@types/react": "18.0.8",
"@types/react-dom": "18.0.3",
"autoprefixer": "^10.4.7",
"eslint": "8.14.0",
"eslint-config-next": "12.1.6",
"postcss": "^8.4.14",
"postcss-import": "^14.1.0",
"tailwindcss": "^3.1.4",
"typescript": "4.6.4"
}
}