-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 965 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": "bond-crypto-trade",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@radix-ui/react-accordion": "^0.1.5",
"@radix-ui/react-id": "^0.1.4",
"@types/react-lottie": "^1.2.6",
"animate.css": "^4.1.1",
"bootstrap": "^5.1.3",
"mongoose": "^6.3.2",
"next": "^12.1.0",
"react": "17.0.2",
"react-anchor-link-smooth-scroll": "^1.0.12",
"react-bootstrap": "^2.1.1",
"react-countup": "^6.1.1",
"react-dom": "17.0.2",
"react-intersection-observer": "^8.33.1",
"react-lottie": "^1.2.3",
"swiper": "^7.4.1"
},
"devDependencies": {
"@types/node": "17.0.12",
"@types/react": "17.0.38",
"@types/react-anchor-link-smooth-scroll": "^1.0.2",
"classnames": "^2.3.1",
"eslint": "8.7.0",
"eslint-config-next": "^12.1.0",
"sass": "^1.49.0",
"typescript": "4.5.5"
}
}