-
-
Notifications
You must be signed in to change notification settings - Fork 82
/
package.json
64 lines (64 loc) · 1.6 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
63
64
{
"name": "f1",
"version": "1.0.0",
"description": "_The second edition of [f1calendar.com](https://f1calendar.com)_",
"main": "index.js",
"engines": {
"node": "18.x"
},
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"setPublicAssets": "node build/public-assets.js",
"generateCalendars": "node build/generate-calendars.js",
"generateQueues": "node build/generate-queues.mjs"
},
"repository": {
"type": "git",
"url": "git+https://[email protected]/sportstimes/f1.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/sportstimes/f1/issues"
},
"homepage": "https://github.com/sportstimes/f1#readme",
"dependencies": {
"@ducanh2912/next-pwa": "^10.2.5",
"@novu/node": "^2.0.1",
"countries-and-timezones": "^3.2.3",
"dayjs": "^1.11.5",
"firebase": "^10.5.2",
"firebase-admin": "^12.0.0",
"i": "^0.3.7",
"ics": "^3.4.0",
"ignore-loader": "^0.1.2",
"loader-utils": "^3.2.1",
"localforage": "^1.10.0",
"next": "^14.0.0",
"next-intl": "^3.9.1",
"next-plausible": "^3.11.3",
"next-seo": "^6.0.0",
"nextjs": "0.0.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"terser-webpack-plugin": "^5.2.4",
"uuid": "^10.0.0"
},
"devDependencies": {
"@babel/core": "^7.23.2",
"@babel/preset-react": "^7.13.13",
"@tailwindcss/forms": "^0.5.3",
"@tailwindcss/typography": "^0.5.0",
"@types/react": "^18.2.58",
"autoprefixer": "^10.4.15",
"next-translate-plugin": "^2.6.1",
"postcss": "^8.4.28",
"prettier": "^3.0.2",
"tailwindcss": "^3.3.5",
"typescript": "^5.0.4",
"webpack": "^5.90.3"
}
}