forked from sportstimes/f1
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.06 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.25.0",
"moment": "^2.29.0",
"moment-timezone": "^0.5.31",
"next": "^9.5.3",
"next-fonts": "^1.4.0",
"next-pwa": "^3.1.5",
"next-seo": "^4.11.0",
"next-translate": "^0.17.2",
"node-sass": "^4.14.1",
"react": "^16.13.1",
"react-cookie-consent": "^5.1.4",
"react-dom": "^16.13.1",
"react-grid-system": "^7.1.1",
"sass": "^1.26.11"
}
}