-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.67 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
{
"name": "Gestion-locative-Mada",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.4.2",
"@fortawesome/free-brands-svg-icons": "^6.4.2",
"@fortawesome/free-regular-svg-icons": "^6.4.2",
"@fortawesome/free-solid-svg-icons": "^6.4.2",
"@fortawesome/react-fontawesome": "^0.2.0",
"@popperjs/core": "^2.11.8",
"@reduxjs/toolkit": "^1.9.5",
"axios": "^0.27.2",
"bootstrap": "^5.3.1",
"chart.js": "^3.9.1",
"classnames": "^2.3.2",
"cookie": "^0.5.0",
"cookies-next": "^2.1.2",
"next": "^13.4.18",
"nprogress": "^0.2.0",
"react": "^18.2.0",
"react-bootstrap": "^2.8.0",
"react-chartjs-2": "^4.3.1",
"react-dom": "^18.2.0",
"react-paginate": "^8.2.0",
"react-redux": "^8.1.2",
"react-resize-detector": "^7.1.2",
"swr": "^2.2.1"
},
"devDependencies": {
"@types/cookie": "^0.5.1",
"@types/node": "^18.17.5",
"@types/nprogress": "^0.2.0",
"@types/react": "^18.2.20",
"@types/react-dom": "^18.2.7",
"@typescript-eslint/eslint-plugin": "^6.4.0",
"@typescript-eslint/parser": "^6.4.0",
"eslint": "^8.47.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-typescript": "^17.1.0",
"eslint-config-next": "^13.4.18",
"eslint-config-prettier": "^8.10.0",
"eslint-plugin-import": "^2.28.0",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"json-server": "^0.17.3",
"sass": "^1.66.0",
"typescript": "^5.1.6"
}
}