-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 818 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 818 Bytes
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
{
"name": "onebitflix_front-end-main",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@splidejs/react-splide": "^0.7.8",
"aos": "^2.3.4",
"axios": "^0.26.1",
"bootstrap": "^5.1.3",
"next": "12.1.6",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-modal": "^3.14.4",
"react-player": "^2.10.0",
"reactstrap": "^9.0.2",
"sass": "^1.50.1",
"swr": "^1.3.0"
},
"devDependencies": {
"@types/aos": "^3.0.4",
"@types/node": "18.0.0",
"@types/react": "18.0.14",
"@types/react-dom": "18.0.5",
"@types/react-modal": "^3.13.1",
"eslint": "8.18.0",
"eslint-config-next": "12.1.6",
"typescript": "4.7.4"
}
}