-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
61 lines (61 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
{
"name": "next-project",
"private": true,
"version": "0.0.0",
"scripts": {
"dev": "next dev",
"build": "next build",
"postbuild": "next-sitemap",
"start": "next start",
"lint": "next lint",
"test": "tsc --noEmit && eslint './src/**/*.{ts, tsx, js, jsx, json}' && prettier --write src"
},
"engines": {
"node": "20.x",
"yarn": "DO NOT USE YARN"
},
"dependencies": {
"@date-io/date-fns": "^2.16.0",
"@emotion/react": "^11.10.5",
"@emotion/server": "^11.10.0",
"@emotion/styled": "^11.10.5",
"@mui/material": "^5.10.13",
"@mui/x-date-pickers": "^6.0.2",
"chart.js": "^4.2.1",
"date-fns": "^2.29.3",
"lottie-react": "^2.4.0",
"markdown-to-text": "^0.1.1",
"next": "^14.2.22",
"next-pwa": "^5.6.0",
"next-swagger-doc": "^0.4.0",
"nextjs-google-analytics": "^2.3.2",
"react": "^18.2.0",
"react-chartjs-2": "^5.2.0",
"react-icons": "^4.6.0",
"react-intersection-observer": "^9.5.2",
"react-markdown": "^8.0.3",
"react-slick": "^0.29.0",
"react-syntax-highlighter": "^15.5.0",
"remark-gfm": "^3.0.1",
"sharp": "^0.32.6",
"slick-carousel": "^1.8.1",
"sss-module": "^1.0.4",
"swagger-ui-react": "^5.18.2",
"symbol-qr-library": "^0.14.2",
"symbol-sdk": "^2.0.5",
"typescript": "^5.3.3"
},
"devDependencies": {
"@types/node": "^18.11.9",
"@types/react": "^18.0.25",
"@types/react-dom": "^18.0.9",
"@types/react-slick": "^0.23.10",
"@types/react-syntax-highlighter": "^15.5.5",
"@types/swagger-ui-react": "^4.18.3",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"eslint": "^8.56.0",
"eslint-config-next": "^13.5.6",
"next-sitemap": "^3.1.47",
"prettier": "^2.7.1"
}
}