-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
58 lines (58 loc) · 1.61 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"name": "phishingbear",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"lint": "eslint . --ext js,jsx,ts,tsx ",
"build": "next build",
"start": "next start",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^6.2.0",
"@popperjs/core": "^2.11.6",
"@reduxjs/toolkit": "^1.8.6",
"@types/styletron-engine-atomic": "^1.1.1",
"@types/styletron-react": "^5.0.3",
"@types/styletron-standard": "^2.0.2",
"axios": "^1.1.2",
"baseui": "^12.2.0",
"bootstrap": "5.2.2",
"chart.js": "^4.0.1",
"formik": "^2.2.9",
"gsap": "^3.11.4",
"locomotive-scroll": "^4.1.4",
"next": "12.3.1",
"next-auth": "^4.13.0",
"react": "18.2.0",
"react-chartjs-2": "^5.0.1",
"react-dom": "18.2.0",
"react-locomotive-scroll": "^0.2.2",
"react-paginate": "^8.1.3",
"react-redux": "^8.0.4",
"react-spinners": "^0.13.6",
"react-toastify": "^8.1.0",
"sass": "^1.55.0",
"store": "^2.0.12",
"styletron-engine-atomic": "^1.5.0",
"styletron-react": "^6.1.0",
"swr": "^2.0.0",
"yup": "^0.32.11"
},
"devDependencies": {
"@types/locomotive-scroll": "^4.1.0",
"@types/node": "18.8.3",
"@types/react": "^18.0.25",
"@types/react-dom": "18.0.6",
"@types/react-toastify": "^4.1.0",
"@types/store": "^2.0.2",
"@typescript-eslint/eslint-plugin": "^5.40.0",
"@typescript-eslint/parser": "^5.40.0",
"eslint": "^8.25.0",
"eslint-config-next": "12.3.1",
"eslint-plugin-react": "^7.31.10",
"typescript": "4.8.4"
}
}