-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
49 lines (49 loc) · 1.42 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
{
"name": "golazon",
"version": "7.0.0",
"description": "football data mnmlist way",
"repository": "https://github.com/sobstel/golazon",
"author": "Przemek Sobstel <[email protected]>",
"license": "ISC",
"private": true,
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start",
"lint": "tsc --noEmit && eslint '*/**/*.{js,ts,tsx}'",
"competitions:update": "ts-node --project tsconfig.cli.json scripts/updateCompetitions.ts"
},
"dependencies": {
"@highlight-run/react": "^2.0.1",
"@rooks/use-did-update": "^4.11.2",
"@vercel/analytics": "^1.0.0",
"classnames": "^2.3.2",
"highlight.run": "^6.0.0",
"next": "^12.3.1",
"normalize-scss": "^7.0.1",
"nprogress": "^0.2.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-highlight-words": "^0.18.0",
"sass": "^1.56.2",
"superagent": "^8.0.6",
"swr": "^1.3.0"
},
"devDependencies": {
"@types/nprogress": "^0.2.0",
"@types/react": "^18.0.26",
"@types/superagent": "^4.1.16",
"@typescript-eslint/eslint-plugin": "^5.46.1",
"@typescript-eslint/parser": "^5.46.1",
"cli-ux": "^6.0.9",
"dotenv": "^16.0.3",
"eslint": "^8.29.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.31.11",
"prettier": "^2.8.1",
"ts-node": "^10.9.1",
"typescript": "^4.9.4",
"vercel": "^28.9.0"
}
}