forked from sportstimes/f1
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.05 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": "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": {
"ics": "^2.19.0",
"iso-639-1": "^2.1.3",
"moment": "^2.24.0",
"moment-timezone": "^0.5.28",
"next": "^9.4.1",
"next-fonts": "^0.19.0",
"next-pwa": "^2.6.0",
"next-seo": "^4.4.0",
"next-translate": "^0.17.1",
"node-sass": "^4.14.1",
"react": "^16.13.1",
"react-cookie-consent": "^3.0.0",
"react-dom": "^16.13.1",
"sass": "^1.26.3"
}
}