forked from COVID19Tracking/website
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.45 KB
/
package.json
File metadata and controls
55 lines (55 loc) · 1.45 KB
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
{
"name": "COVIDtracker",
"version": "0.0.1",
"description": "",
"scripts": {
"dev": "grunt watch & eleventy --serve",
"prod": "grunt & eleventy"
},
"repository": {
"type": "git",
"url": "git@github.com:Wilto/ctracker.git"
},
"author": {
"name": "Mat Marquis",
"email": "mat@matmarquis.com",
"url": "https://hire.wil.to"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/Wilto/ctracker/issues"
},
"homepage": "https://covidtracking.com",
"dependencies": {
"@11ty/eleventy-plugin-rss": "^1.0.5",
"markdown-it": "^10.0.0"
},
"devDependencies": {
"@11ty/eleventy": "^0.7.1",
"babel-eslint": "^10.1.0",
"date-fns": "^2.11.0",
"date-fns-tz": "^1.0.10",
"eslint": "^6.8.0",
"eslint-config-airbnb": "^18.1.0",
"eslint-config-prettier": "^6.10.0",
"eslint-plugin-import": "^2.20.1",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-prettier": "^3.1.2",
"eslint-plugin-react": "^7.19.0",
"grunt": "^1.0.4",
"grunt-cli": "^1.3.2",
"grunt-contrib-clean": "^2.0.0",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-cssmin": "^3.0.0",
"grunt-contrib-uglify-es": "^3.3.0",
"grunt-contrib-watch": "^1.1.0",
"grunt-responsive-images": "^1.10.1",
"grunt-sass": "^3.0.2",
"lodash": "^4.17.15",
"luxon": "^1.22.0",
"node-fetch": "^2.6.0",
"node-sass": "^4.12.0",
"prairie": "^3.10.2",
"prettier": "^1.19.1"
}
}