-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
51 lines (51 loc) · 1.51 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
{
"name": "etu-utt-front",
"version": "0.1.0",
"private": false,
"scripts": {
"dev": "env-cmd -f .env.dev -- next dev -p 8080",
"build": "env-cmd -f .env.prod -- next build",
"start": "env-cmd -f .env.prod -- next start -p 8080",
"lint": "next lint",
"lint:fix": "next lint --fix"
},
"dependencies": {
"@reduxjs/toolkit": "^2.2.2",
"date-fns": "^3.6.0",
"eslint-config-next": "^14.1.4",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"http-status-codes": "^2.3.0",
"i18next": "^23.11.5",
"i18next-browser-languagedetector": "^7.2.1",
"i18next-resources-to-backend": "^1.2.1",
"modern-normalize": "^2.0.0",
"next": "^14.1.4",
"next-client-cookies": "^1.1.1",
"react": "^18.3.1",
"react-i18next": "^14.1.2",
"react-redux": "^9.1.0",
"redux": "^5.0.1",
"redux-logger": "^3.0.6",
"redux-thunk": "^3.1.0",
"sharp": "^0.32.6"
},
"devDependencies": {
"@types/node": "^20.14.1",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@types/react-redux": "^7.1.33",
"@types/redux-logger": "^3.0.13",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"env-cmd": "^10.1.0",
"eslint": "^8.57.0",
"eslint-config-love": "^43.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-n": "^16.6.2",
"eslint-plugin-promise": "^6.2.0",
"eslint-plugin-react": "^7.34.2",
"sass": "^1.77.4",
"typescript": "^5.4.5"
}
}