-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 991 Bytes
/
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
{
"name": "p-mo_frontend",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@cyntler/react-doc-viewer": "^1.17.0",
"@internationalized/date": "^3.5.6",
"@nextui-org/react": "^2.4.8",
"@nextui-org/shared-icons": "^2.0.9",
"@react-aria/i18n": "^3.12.3",
"axios": "^1.7.7",
"http-proxy-middleware": "^3.0.3",
"hugeicons-react": "^0.3.0",
"next": "14.2.13",
"next-themes": "^0.3.0",
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"devDependencies": {
"@eslint/config-array": "^0.18.0",
"@eslint/object-schema": "^2.1.4",
"@types/node": "^22.7.5",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.0",
"autoprefixer": "^10.4.20",
"eslint": "^8.0.0",
"eslint-config-next": "14.2.13",
"postcss": "^8.4.47",
"tailwindcss": "^3.4.13",
"typescript": "^5.6.3"
}
}