-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
36 lines (36 loc) · 915 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
{
"name": "backback_frontend",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@types/node": "20.4.7",
"@types/react": "18.2.18",
"@types/react-dom": "18.2.7",
"axios": "1.4.0",
"camelcase-keys": "^8.0.2",
"embla-carousel-react": "8.0.0-rc11",
"eslint": "8.46.0",
"eslint-config-next": "13.4.12",
"next": "13.4.12",
"next-pwa": "^5.6.0",
"react": "18.2.0",
"react-cookie": "^5.0.0",
"react-dom": "18.2.0",
"react-lazy-load-image-component": "1.6.0",
"react-responsive-carousel": "^3.2.23",
"snakecase-keys": "^5.4.6",
"styled-components": "^6.0.7",
"swiper": "^10.1.0",
"typescript": "5.1.6",
"use-local-storage": "3.0.0"
},
"devDependencies": {
"@types/styled-components": "^5.1.26"
}
}