-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
37 lines (37 loc) · 935 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
{
"name": "pleb-shop",
"private": true,
"scripts": {
"dev": "next dev -p 3002",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@bugsnag/js": "7.16.5",
"@bugsnag/plugin-react": "7.16.5",
"@chakra-ui/core": "1.0.0-rc.8",
"@chakra-ui/react": "1.8.3",
"@emotion/react": "11.9.0",
"@emotion/styled": "11.8.1",
"axios": "0.26.0",
"browser-image-compression": "2.0.0",
"currency.js": "2.0.4",
"framer-motion": "6.3.3",
"localforage": "1.10.0",
"next": "12.0.10",
"qrcode.react": "1.0.1",
"react": "17.0.2",
"react-dom": "17.0.2",
"swr": "1.2.1",
"typeface-montserrat": "1.1.13",
"uuid": "8.3.2"
},
"devDependencies": {
"@svgr/webpack": "6.2.1",
"eslint": "8.9.0",
"eslint-config-next": "12.0.10",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-unused-imports": "2.0.0"
}
}