-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
62 lines (62 loc) · 1.72 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
55
56
57
58
59
60
61
62
{
"name": "ounwan-next",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev -p 3000",
"build": "next build",
"build:staging": "env-cmd -f .env.staging next build",
"postbuild": "next-sitemap",
"start": "next start",
"start:staging": "env-cmd -f .env.staging next start",
"lint": "next lint"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^6.4.2",
"@nivo/bump": "^0.85.1",
"@nivo/core": "^0.85.1",
"@vercel/analytics": "^1.2.2",
"@vercel/speed-insights": "^1.0.10",
"@zeit/next-css": "^1.0.1",
"axios": "^1.5.1",
"babel-plugin-styled-components": "^2.1.4",
"bootstrap": "^5.3.2",
"date-fns": "^2.30.0",
"env-cmd": "^10.1.0",
"moment": "^2.30.1",
"moment-timezone": "^0.5.45",
"next": "13.5.4",
"next-auth": "^4.24.7",
"next-redux-wrapper": "^8.1.0",
"next-sitemap": "^4.2.3",
"react": "^18",
"react-bootstrap": "^2.9.0",
"react-calendar": "^4.8.0",
"react-chartjs-2": "^5.2.0",
"react-datepicker": "^6.6.0",
"react-dom": "^18",
"react-icons": "^4.12.0",
"react-mobile-datepicker": "^4.0.2",
"react-mobile-picker": "^1.0.0",
"react-spring": "^9.7.3",
"react-use-gesture": "^9.1.3",
"sharp": "^0.32.6",
"styled-components": "^6.0.9",
"sweetalert2": "^11.7.32",
"universal-cookie": "^6.1.3"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^18",
"@types/react-datepicker": "^6.2.0",
"@types/react-dom": "^18",
"@types/styled-components": "^5.1.34",
"autoprefixer": "^10",
"dotenv-cli": "^7.4.1",
"eslint": "^8",
"eslint-config-next": "13.5.4",
"postcss": "^8",
"tailwindcss": "^3",
"typescript": "^5"
}
}