forked from sportstimes/f1
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.27 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
{
"name": "f1",
"version": "1.0.0",
"engines": {
"node": "14.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://ay8s@github.com/sportstimes/f1.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/sportstimes/f1/issues"
},
"homepage": "https://github.com/sportstimes/f1#readme",
"dependencies": {
"axios": "^0.26.1",
"countries-and-timezones": "^3.2.3",
"dayjs": "^1.10.8",
"ics": "^2.31.0",
"next": "^12.1.0",
"next-plausible": "^3.1.5",
"next-pwa": "^5.4.6",
"next-seo": "^5.0.0",
"next-translate": "^1.1.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"terser-webpack-plugin": "^5.2.4"
},
"devDependencies": {
"@babel/core": "^7.15.8",
"@babel/preset-react": "^7.13.13",
"@tailwindcss/forms": "^0.5.0",
"@tailwindcss/typography": "^0.5.0",
"autoprefixer": "^10.3.7",
"frontmatter-markdown-loader": "^3.6.2",
"postcss": "^8.4.8",
"tailwindcss": "^3.0.2",
"webpack": "^5.70.0"
}
}