forked from fuadafif/binar-fsw-chap11-group2-frontend
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 913 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
37
38
{
"name": "platinum-binar-chapter11",
"version": "1.0.0",
"private": true,
"engines": {
"node": "18.x"
},
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start -p $PORT",
"heroku-postbuild": "npm run build",
"test": "jest --watch"
},
"dependencies": {
"@reduxjs/toolkit": "^1.8.4",
"animate.css": "^4.1.1",
"aos": "^3.0.0-beta.6",
"axios": "^0.27.2",
"bootstrap": "^5.2.0",
"next": "12.2.3",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-icons": "^4.4.0",
"react-player": "^2.10.1",
"react-redux": "^8.0.2",
"reactstrap": "^9.1.3",
"redux-persist": "^6.0.0"
},
"devDependencies": {
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"eslint": "8.21.0",
"eslint-config-next": "12.2.3",
"jest": "^29.0.2",
"jest-environment-jsdom": "^29.0.2"
}
}