-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
95 lines (95 loc) · 2.86 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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
{
"name": "covid-dashboard-349",
"title": "349 Covid DashBoard",
"description": "A Covid19 Dashboard based on a Gatsby starter with Leafet!",
"version": "0.3.0",
"author": {
"name": "Group 201",
"email": "example@eaxample.com",
"url": "https://csufullerton.instructure.com/groups/1051590/users"
},
"dependencies": {
"axios": "^1.6.2",
"chart.js": "^4.4.1",
"cypress": "^10.1.0",
"gatsby": "^4.16.0",
"gatsby-plugin-manifest": "^4.16.0",
"gatsby-plugin-react-helmet": "^5.16.0",
"gatsby-plugin-react-leaflet": "3.0.3",
"gatsby-plugin-resolve-src": "^2.1.0",
"gatsby-plugin-sass": "^5.16.0",
"gatsby-source-filesystem": "^4.16.0",
"gatsby-source-graphql": "^4.16.0",
"husky": "^8.0.3",
"leaflet": "^1.8.0",
"path": "^0.12.7",
"prop-types": "^15.8.1",
"react": "^18.1.0",
"react-chartjs-2": "^5.2.0",
"react-dom": "^18.1.0",
"react-helmet": "^6.1.0",
"react-icons": "^4.4.0",
"react-leaflet": "^4.0.0",
"react-leaflet-cluster": "^2.1.0",
"react-table": "^7.8.0",
"styled-components": "^6.1.1",
"sass": "^1.52.3"
},
"devDependencies": {
"@babel/eslint-parser": "^7.23.3",
"@babel/preset-react": "^7.17.12",
"babel-jest": "^28.1.1",
"babel-preset-gatsby": "^2.16.0",
"enzyme": "^3.11.0",
"eslint": "^8.17.0",
"eslint-plugin-cypress": "^2.12.1",
"eslint-plugin-react": "^7.30.0",
"eslint-plugin-react-hooks": "^4.5.0",
"husky": "^8.0.0",
"jest": "^28.1.1",
"lint-staged": "^15.2.0",
"prettier": "^2.7.0",
"prettier-eslint": "^15.0.1",
"prettier-eslint-cli": "^6.0.1",
"start-server-and-test": "^1.14.0"
},
"keywords": [
"gatsby",
"sass",
"leaflet",
"mapping",
"maps"
],
"license": "MIT",
"scripts": {
"build": "gatsby build --log-pages",
"bump": "npm version",
"clean": "gatsby clean",
"cy:open": "cypress open",
"cy:run": "cypress run --headless",
"cy:verify": "cypress verify",
"develop": "gatsby develop",
"format": "prettier-eslint --eslint-config-path $PWD/config/eslint.config.js --write $PWD/'**/*.js'",
"format:nopath": "prettier-eslint --eslint-config-path $PWD/config/eslint.config.js --write",
"lint": "eslint -c ./config/eslint.config.js . --ext .js",
"start": "yarn develop",
"serve": "gatsby serve",
"test": "jest --config ./config/jest.config.js",
"test:e2e:open": "start-server-and-test develop http://localhost:8000 cy:open",
"test:e2e:run": "start-server-and-test develop http://localhost:8000 cy:run",
"prepare": "husky install"
},
"lint-staged": {
"*.js": [
"eslint --fix"
]
},
"homepage": "https://github.com/iridi-x/349Dashboard",
"repository": {
"type": "git",
"url": "https://github.com/iridi-x/349Dashboard"
},
"bugs": {
"url": "https://github.com/iridi-x/349Dashboard/issues"
}
}