-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.45 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
{
"name": "github-contribution-tetris",
"version": "5.0.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"post-update": "echo \"codesandbox preview only, need an update\" && yarn upgrade --latest"
},
"dependencies": {
"@emotion/cache": "latest",
"@emotion/react": "latest",
"@emotion/server": "latest",
"@emotion/styled": "latest",
"@mui/icons-material": "latest",
"@mui/material": "latest",
"axios": "^1.4.0",
"cheerio": "^1.0.0-rc.12",
"date-fns": "^2.30.0",
"lodash": "^4.17.21",
"next": "latest",
"nprogress": "^0.2.0",
"react": "latest",
"react-dom": "latest"
},
"devDependencies": {
"@types/cheerio": "^0.22.31",
"@types/lodash": "^4.14.194",
"@types/node": "latest",
"@types/nprogress": "^0.2.0",
"@types/prop-types": "^15.7.5",
"@types/react": "latest",
"@typescript-eslint/eslint-plugin": "^5.59.6",
"@typescript-eslint/parser": "^5.59.6",
"autoprefixer": "^10.4.14",
"eslint": "latest",
"eslint-config-next": "latest",
"eslint-config-prettier": "^8.8.0",
"eslint-import-resolver-alias": "^1.1.2",
"eslint-import-resolver-typescript": "^3.5.5",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react-hooks": "^4.6.0",
"lint-staged": "^13.2.2",
"prettier": "^2.8.8",
"typescript": "latest"
}
}