forked from sportstimes/f1
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.04 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
{
"name": "f1",
"version": "1.0.0",
"engines": {
"node": "12.x"
},
"description": "_The second edition of [f1calendar.com](https://f1calendar.com)_",
"main": "index.js",
"scripts": {
"dev": "next-translate && next dev",
"build": "next-translate && next build",
"start": "next start",
"generateCalendars": "node utils/generate-calendars.js"
},
"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": {
"countries-and-timezones": "^2.3.1",
"dayjs": "^1.9.6",
"ics": "^2.26.1",
"next": "^10.0.1",
"next-fonts": "^1.4.0",
"next-pwa": "^3.1.5",
"next-seo": "^4.17.0",
"next-translate": "^0.17.3",
"react": "^17.0.1",
"react-cookie-consent": "^6.1.0",
"react-dom": "^17.0.1",
"react-grid-system": "^7.1.1",
"sass": "^1.29.0"
}
}