forked from MohistMC/mohistmc-frontend
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.19 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.19 KB
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
{
"name": "mohistmc.com",
"version": "0.0.1",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@reduxjs/toolkit": "^2.2.3",
"autoprefixer": "10.4.19",
"axios": "^1.6.8",
"classnames": "^2.5.1",
"cookies-next": "^4.1.1",
"eslint": "9.2.0",
"eslint-config-next": "14.2.3",
"flowbite": "2.3.0",
"flowbite-react": "^0.9.0",
"next": "14.2.3",
"next-redux-wrapper": "^8.1.0",
"nextra": "^2.13.4",
"nextra-theme-docs": "^2.13.4",
"postcss": "8.4.38",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-google-recaptcha-v3": "^1.10.1",
"react-icons": "^5.2.0",
"react-intersection-observer": "^9.10.2",
"react-redux": "9.1.2",
"react-toastify": "^10.0.5",
"sass": "^1.76.0",
"sharp": "^0.33.3",
"swagger-ui-react": "^5.17.2",
"tailwindcss": "3.4.3"
},
"devDependencies": {
"@types/swagger-ui-react": "^4.18.3",
"typescript": "5.4.5",
"@types/node": "20.12.8",
"@types/react": "18.3.1",
"@types/react-dom": "18.3.0"
},
"prettier": {
"tabWidth": 4,
"semi": false,
"singleQuote": true
}
}