-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
57 lines (57 loc) · 1.5 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
{
"name": "crypto-trading",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"export": "next build && next export",
"start": "next start",
"lint": "next lint",
"test": "jest --detectOpenHandles --forceExit",
"vercel-locally-deploy": "vercel build && vercel --prebuilt"
},
"dependencies": {
"@next/bundle-analyzer": "^12.3.1",
"autoprefixer": "^10.4.14",
"axios": "^1.1.3",
"classnames": "^2.3.2",
"daisyui": "^2.51.4",
"date-fns-tz": "^1.3.7",
"json-bigint": "^1.0.0",
"lodash": "^4.17.21",
"next": "12.3.1",
"next-connect": "^0.13.0",
"next-http-proxy-middleware": "^1.2.5",
"next-seo": "^5.5.0",
"numeral": "^2.0.6",
"postcss": "^8.4.21",
"query-string": "^7.1.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-fast-compare": "^3.2.0",
"react-icons": "^4.7.1",
"react-number-format": "^5.1.2",
"react-toastify": "^9.0.8",
"sharp": "^0.33.4",
"swr": "^2.1.5",
"tailwindcss": "^3.2.7",
"uuid": "^9.0.0",
"zustand": "^4.1.1"
},
"devDependencies": {
"@svgr/webpack": "^6.4.0",
"@types/jest": "^29.1.1",
"@types/json-bigint": "^1.0.4",
"@types/lodash": "^4.14.189",
"@types/node": "18.8.1",
"@types/numeral": "^2.0.2",
"@types/react": "18.0.21",
"@types/uuid": "^8.3.4",
"eslint": "8.24.0",
"eslint-config-next": "12.3.1",
"jest": "^29.1.2",
"ts-jest": "^29.0.3",
"typescript": "^4.8.4"
}
}