-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
56 lines (56 loc) · 1.87 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
{
"name": "virus-tracker",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "npm run prebuild && next dev",
"prebuild": "next-translate",
"build": "next build",
"postbuild": "next-sitemap",
"start": "next start",
"export": "next export",
"deploy": "rm -rf node_modules/.cache && rimraf out && npm run build && npm run export && touch out/.nojekyll && echo \"coronavirus-bulgaria.org\" > out/CNAME && gh-pages --dist out --dotfiles --message \"Automatic deploy commit\" --user \"Deploy Bot <[email protected]>\""
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.32",
"@fortawesome/free-brands-svg-icons": "^5.15.1",
"@fortawesome/free-solid-svg-icons": "^5.15.1",
"@fortawesome/react-fontawesome": "^0.1.14",
"@next/bundle-analyzer": "^10.0.5",
"bootstrap": "^4.5.3",
"chart.js": "^2.9.4",
"chartjs-adapter-date-fns": "^1.0.0",
"date-fns": "^2.16.1",
"isomorphic-unfetch": "^3.1.0",
"leaflet": "^1.7.1",
"next": "^10.0.4",
"next-seo": "^4.17.0",
"next-translate": "0.18.0",
"p5": "^1.2.0",
"postcss-flexbugs-fixes": "^5.0.2",
"postcss-preset-env": "^6.7.0",
"prop-types": "^15.7.2",
"react": "17.0.1",
"react-bootstrap": "1.0.0-beta.17",
"react-chartkick": "^0.4.1",
"react-country-flag": "^2.3.0",
"react-dom": "17.0.1",
"react-leaflet": "^3.0.5",
"react-p5": "^1.3.6"
},
"devDependencies": {
"@fullhuman/postcss-purgecss": "^3.1.3",
"babel-eslint": "^10.1.0",
"eslint": "^7.16.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-react": "^7.22.0",
"eslint-plugin-react-hooks": "^4.2.0",
"gh-pages": "^3.1.0",
"next-sitemap": "^1.4.5",
"postcss": "^8.2.4",
"puppeteer": "^5.5.0",
"rimraf": "^3.0.2"
}
}