-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.51 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
{
"name": "baycode-site_v2",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@fortawesome/fontawesome-free-solid": "^5.0.13",
"@fortawesome/fontawesome-svg-core": "^6.2.1",
"@fortawesome/free-regular-svg-icons": "^6.2.1",
"@fortawesome/free-solid-svg-icons": "^6.2.1",
"@fortawesome/react-fontawesome": "^0.2.0",
"@next/font": "13.1.1",
"@react-spring/web": "^9.6.1",
"@types/node": "18.11.18",
"@types/react": "18.0.26",
"@types/react-dom": "18.0.10",
"@vercel/analytics": "^1.1.1",
"axios": "^1.2.2",
"eslint": "8.31.0",
"eslint-config-next": "13.1.1",
"formik": "^2.2.9",
"lodash.debounce": "^4.0.8",
"lottie-react": "^2.4.0",
"next": "13.1.1",
"node-html-parser": "^6.1.12",
"node-telegram-bot-api": "^0.64.0",
"react": "18.2.0",
"react-burger-menu": "^3.0.9",
"react-dom": "18.2.0",
"react-google-recaptcha": "^2.1.0",
"react-notifications": "^1.7.4",
"react-particles": "^2.7.1",
"react-redux": "^8.0.5",
"react-spring": "^9.6.1",
"react-waypoint": "^10.3.0",
"sass": "^1.57.1",
"simple-debouncer": "^1.0.3",
"smoothscroll-polyfill": "^0.4.4",
"styled-components": "^5.3.6",
"swiper": "^8.4.5",
"tsparticles": "^2.7.1",
"tsparticles-engine": "^2.7.1",
"typescript": "4.9.4",
"xml-js": "^1.6.11",
"yarn": "^1.22.19",
"yup": "^0.32.11"
}
}