-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.1 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
{
"name": "popo-public-web-next",
"private": true,
"scripts": {
"dev": "next dev --experimental-https --port 3000",
"build": "next build --no-lint",
"start": "next start -p 3000",
"format": "prettier --write .",
"format:check": "prettier --check .",
"lint": "next lint"
},
"dependencies": {
"axios": "^1.7.7",
"moment": "^2.30.1",
"moment-timezone": "^0.5.45",
"next": "14.2.13",
"react": "^18.3.1",
"react-calendar": "^5.0.0",
"react-datepicker": "^7.2.0",
"react-dom": "^18.3.1",
"semantic-ui-css": "^2.5.0",
"semantic-ui-react": "^2.1.5",
"styled-components": "^6.1.13"
},
"devDependencies": {
"@types/node": "20.14",
"@types/react": "^18.3.9",
"@types/react-datepicker": "^6.2.0",
"@types/styled-components": "^5.1.34",
"eslint": "^8.53.0",
"eslint-config-next": "^14.2.13",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"prettier": "^3.3.3",
"react-router-dom": "^6.24.0",
"typescript": "^5.6.2"
},
"engines": {
"npm": ">=10.5.0",
"node": ">=20.9.0"
}
}