-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 969 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
39
40
{
"name": "marketpalce",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@cosmicjs/sdk": "^1.0.9",
"@stripe/stripe-js": "^1.31.0",
"classnames": "^2.3.1",
"formidable": "^3.5.0",
"fs": "^0.0.1-security",
"next": "12.1.6",
"next-connect": "^0.12.2",
"react": "18.1.0",
"react-dom": "18.1.0",
"react-hot-toast": "^2.2.0",
"react-icons": "^4.4.0",
"react-outside-click-handler": "^1.3.0",
"react-scripts": "5.0.0",
"react-share": "^4.4.0",
"react-slick": "^0.29.0",
"sass": "^1.52.1",
"serve": "^13.0.2",
"sharp": "^0.30.7",
"stripe": "^9.2.0",
"use-dark-mode": "^2.3.1",
"webpack": "^5.73.0"
},
"devDependencies": {
"eslint": "8.16.0",
"eslint-config-next": "^12.1.6",
"eslint-config-prettier": "8.5.0",
"prettier": "2.7.1"
}
}