This repository has been archived by the owner on Oct 7, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
63 lines (63 loc) · 1.81 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
53
54
55
56
57
58
59
60
61
62
63
{
"name": "covid-19-insights",
"version": "1.0.0",
"main": "index.js",
"repository": "git@github.com:rwietter/covid-19-insights.git",
"author": "Maurício Witter <mauriciobw17@gmail.com>",
"license": "MIT",
"scripts": {
"dev": "next dev",
"start": "next start -p 3001",
"build": "next build",
"cy:test": "cypress open"
},
"config": {
"commitizen": {
"path": "cz-conventional-changelog"
}
},
"devDependencies": {
"@commitlint/cli": "^17.6.5",
"@commitlint/config-conventional": "^17.6.5",
"@types/react": "18.2.12",
"@typescript-eslint/eslint-plugin": "^5.60.0",
"@typescript-eslint/parser": "^5.60.0",
"commitizen": "^4.3.0",
"cypress": "^12.14.0",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^8.43.0",
"eslint-config-prettier": "^8.8.0",
"eslint-config-standard-with-typescript": "^35.0.0",
"eslint-import-resolver-typescript": "^3.5.5",
"eslint-plugin-cypress": "^2.13.3",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-n": "^15.7.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"husky": "^8.0.3",
"lint-staged": "^13.2.2",
"prettier": "^2.8.8",
"typescript": "^5.1.3"
},
"dependencies": {
"@apollo/client": "^3.7.15",
"antd": "^5.6.1",
"autoprefixer": "10.4.14",
"chart.js": "^4.3.0",
"graphql": "^16.6.0",
"html2canvas": "^1.4.1",
"next": "^13.4.5",
"postcss": "8.4.24",
"react": "^18.2.0",
"react-chartjs-2": "^5.2.0",
"react-dom": "^18.2.0",
"react-icons": "^4.9.0",
"react-topbar-progress-indicator": "^4.1.1",
"recharts": "^2.7.0",
"tailwindcss": "3.3.2",
"use-react-screenshot": "^3.0.0",
"zustand": "^4.3.8"
}
}