-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.26 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
{
"private": true,
"scripts": {
"build": "next build",
"dev": "next dev",
"start": "next start -p 3000",
"lint": "next lint"
},
"dependencies": {
"@emotion/babel-plugin": "^11.11.0",
"@emotion/styled": "^11.11.5",
"@reduxjs/toolkit": "^2.2.2",
"@types/crypto-js": "^4.2.2",
"@types/js-cookie": "^3.0.6",
"chart.js": "^4.4.2",
"cookie": "^0.6.0",
"crypto-js": "^4.2.0",
"js-cookie": "^3.0.5",
"lodash": "^4.17.21",
"next": "14.1.0",
"next-auth": "^4.24.7",
"react": "^18",
"react-chartjs-2": "^5.2.0",
"react-dom": "^18",
"react-redux": "^9.1.0",
"sharp": "^0.33.4"
},
"engines": {
"node": ">=18"
},
"devDependencies": {
"@babel/core": "^7.24.4",
"@babel/eslint-parser": "^7.24.1",
"@types/node": "^20.12.3",
"@types/react": "^18.2.74",
"eslint": "^8.57.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-next": "14.1.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-babel": "^5.3.1",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"prettier": "^3.0.3",
"typescript": "^5.4.3"
}
}