-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
71 lines (71 loc) · 1.87 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
59
60
61
62
63
64
65
66
67
68
69
70
71
{
"name": "ua-bouffe",
"version": "1.0.0",
"private": true,
"author": "UNG",
"license": "MIT",
"scripts": {
"start": "next start -p 8081",
"dev": "next dev",
"build": "next build",
"lint": "next lint",
"lint:fix": "next lint --fix"
},
"dependencies": {
"@reduxjs/toolkit": "^1.9.7",
"axios": "^1.6.2",
"bufferutil": "^4.0.8",
"moment": "^2.29.4",
"next": "^14.0.3",
"query-string": "^8.1.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-fontawesome": "^1.7.1",
"react-modal": "^3.16.1",
"react-redux": "^8.1.3",
"react-router": "^6.20.0",
"react-toastify": "^9.1.3",
"redux": "^4.2.1",
"redux-logger": "^3.0.6",
"redux-thunk": "^2.4.2",
"socket.io-client": "^4.7.2",
"utf-8-validate": "^6.0.3"
},
"devDependencies": {
"@babel/eslint-parser": "^7.23.3",
"@types/node": "^20.10.0",
"@types/react": "^18.2.39",
"@types/react-dom": "^18.2.17",
"@types/react-fontawesome": "^1.6.8",
"@types/react-modal": "^3.16.3",
"@types/react-redux": "^7.1.31",
"@types/react-router": "^5.1.20",
"@types/redux-logger": "^3.0.12",
"@typescript-eslint/eslint-plugin": "^6.13.1",
"@typescript-eslint/parser": "6.13.1",
"eslint": "^8.54.0",
"eslint-config-next": "^14.0.3",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-flowtype": "^8.0.3",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-prettier": "^5.0.1",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"prettier": "^3.1.0",
"sass": "^1.69.5",
"typescript": "^5.3.2"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}