forked from Schroedinger-Hat/osday
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 747 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 747 Bytes
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
{
"name": "osday",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build && cp ./_redirects .next",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@types/node": "18.11.9",
"@types/react": "18.0.25",
"@types/react-dom": "18.0.8",
"eslint": "8.27.0",
"eslint-config-next": "^13.1.6",
"i18next": "^22.0.4",
"next": "13.0.2",
"next-intl": "^2.9.1",
"react": "18.2.0",
"react-burger-menu": "^3.0.8",
"react-cookie-consent": "^8.0.1",
"react-dom": "18.2.0",
"react-i18next": "^12.0.0",
"typescript": "4.8.4"
},
"devDependencies": {
"@types/gtag.js": "0.0.12",
"@types/react-burger-menu": "^2.8.3"
}
}