-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
46 lines (46 loc) · 1.26 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
{
"name": "top-ledger",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build && next export && touch ./out/.nojekyll && echo 'topledger.xyz' > ./out/CNAME",
"start": "next start -p 3005",
"lint": "next lint"
},
"dependencies": {
"@ant-design/icons": "^5.1.4",
"@emailjs/browser": "^3.7.0",
"@popperjs/core": "^2.11.8",
"@ramonak/react-progress-bar": "^5.0.2",
"axios": "^0.27.2",
"classnames": "^2.3.2",
"font-awesome": "^4.7.0",
"g": "^2.0.1",
"next": "12.2.4",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-ga4": "^2.1.0",
"react-google-recaptcha": "^2.1.0",
"react-icons": "^4.4.0",
"react-loading-skeleton": "^3.1.0",
"react-popper": "^2.3.0",
"react-query": "^3.39.2",
"react-reveal": "^1.2.2",
"react-slick": "^0.29.0",
"react-transition-group": "^4.4.5",
"recharts": "^2.1.16",
"slick-carousel": "^1.8.1",
"tl-dashboards": "^1.1.25",
"yarn": "^1.22.19"
},
"devDependencies": {
"eslint": "8.21.0",
"eslint-config-next": "12.2.4",
"next-compose-plugins": "^2.2.1",
"next-plugin-antd-less": "^1.8.0",
"next-transpile-modules": "^10.0.1",
"sass": "^1.56.1",
"styled-components": "^5.3.6"
}
}