forked from HaldunMammadzade/5a-construction
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 782 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
{
"name": "tested",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"prod": "next export"
},
"dependencies": {
"@react-aria/ssr": "^3.1.2",
"animate.css": "^4.1.1",
"bootstrap": "^4.6.0",
"next": "12.1.6",
"next-translate": "^1.4.0",
"react": "18.1.0",
"react-bootstrap": "^2.7.2",
"react-dom": "^18.1.0",
"react-fancybox": "^0.2.5",
"react-image-lightbox": "^5.1.4",
"react-router-dom": "^6.3.0",
"react-slick": "^0.29.0",
"sass": "^1.51.0",
"scss": "^0.2.4",
"slick-carousel": "^1.8.1",
"swr": "^1.3.0"
},
"devDependencies": {
"eslint": "8.14.0",
"eslint-config-next": "12.1.6"
}
}