-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.02 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
{
"name": "bi-main-app-react",
"version": "0.5.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"@material-ui/icons": "^4.11.3",
"@mui/icons-material": "^5.15.15",
"@mui/material": "^5.10.14",
"contentful": "^9.1.34",
"next": "^14.1.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-photo-album": "^2.2.2",
"react-slick": "^0.30.2",
"slick-carousel": "^1.8.1",
"styled-components": "^6.0.7",
"swr": "^2.2.5",
"yet-another-react-lightbox": "^2.2.3"
},
"devDependencies": {
"@types/react-slick": "^0.23.13",
"autoprefixer": "^10.4.8",
"eslint": "^8.21.0",
"eslint-config-next": "^14.1.1",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.2.1",
"postcss": "^8.4.38",
"prettier": "^2.7.1",
"tailwindcss": "^3.1.8",
"typescript": "^5.5.3"
}
}