-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
54 lines (54 loc) · 1.54 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
{
"name": "mohistmc.com",
"version": "0.0.1",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"format": "prettier . --write"
},
"dependencies": {
"@reduxjs/toolkit": "^2.2.7",
"axios": "^1.7.4",
"classnames": "^2.5.1",
"cookies-next": "^4.2.1",
"next-redux-wrapper": "^8.1.0",
"nextra": "^2.13.4",
"nextra-theme-docs": "^2.13.4",
"postcss": "8.4.41",
"react-google-recaptcha-v3": "^1.10.1",
"react-icons": "^5.3.0",
"react-intersection-observer": "^9.13.0",
"react-redux": "9.1.2",
"react-toastify": "^10.0.5",
"sass": "^1.77.8",
"sharp": "^0.33.5",
"swagger-ui-react": "^5.17.14",
"flowbite-react": "^0.8.0",
"next": "14.2.7",
"react": "^18",
"react-dom": "^18"
},
"devDependencies": {
"@types/swagger-ui-react": "^4.18.3",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"autoprefixer": "^10.4.18",
"eslint": "^8",
"eslint-config-next": "14.1.3",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-tailwindcss": "^3.15.1",
"prettier": "^3.2.5",
"prettier-plugin-tailwindcss": "^0.5.12",
"postcss": "^8.4.41",
"tailwindcss": "^3.4.1",
"typescript": "^5"
},
"prettier": {
"tabWidth": 4,
"semi": false,
"singleQuote": true
}
}