-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.01 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
{
"name": "react-nextjs",
"version": "0.0.0",
"private": true,
"repository": "twbs/examples",
"license": "MIT",
"homepage": ".",
"stackblitz": {
"startCommand": "npm start"
},
"scripts": {
"build": "next build",
"start": "next dev",
"lint": "next lint",
"fix": "next lint --fix",
"test": "npm run build"
},
"dependencies": {
"@types/node": "^20.4.4",
"@types/react": "^18.2.15",
"@types/react-dom": "^18.2.7",
"bootstrap": "^5.3.1",
"i18next": "^23.4.6",
"next": "^13.4.12",
"next-i18next": "^14.0.2",
"next-videos": "^1.4.1",
"react": "^18.2.0",
"react-bootstrap": "^2.8.0",
"react-dom": "^18.2.0",
"react-i18next": "^13.2.2",
"react-icons": "^4.11.0",
"redux": "^4.2.1",
"sharp": "^0.32.4",
"swiper": "^10.2.0",
"typescript": "^5.1.6",
"video-react": "^0.16.0"
},
"devDependencies": {
"@types/video-react": "^0.15.1",
"eslint": "^8.45.0",
"eslint-config-next": "^13.4.12",
"sass": "^1.64.1"
}
}