forked from sportstimes/f1
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.13 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
{
"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 dev",
"build": "next build",
"start": "next start",
"setPublicAssets": "node build/public-assets.js",
"generateCalendars": "node build/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": {
"@babel/core": "^7.12.10",
"countries-and-timezones": "^2.3.1",
"dayjs": "^1.10.4",
"ics": "^2.26.2",
"next": "^10.0.5",
"next-fonts": "^1.5.1",
"next-plausible": "^1.3.1",
"next-pwa": "^5.0.4",
"next-seo": "^4.18.0",
"next-translate": "^1.0.1",
"react": "^17.0.1",
"react-dom": "^17.0.1"
},
"devDependencies": {
"@tailwindcss/forms": "^0.2.1",
"@tailwindcss/typography": "^0.3.1",
"autoprefixer": "^10.2.4",
"postcss": "^8.2.4",
"tailwindcss": "^2.0.2"
}
}