This repository has been archived by the owner on Mar 18, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
59 lines (59 loc) · 1.64 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
{
"name": "oleo-nordeste",
"version": "1.0.0",
"description": "Site com detalhes sobre a",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"processdata": "node tools/csvToJson.js",
"lint": "eslint --ext .jsx,.js ./src",
"start": "parcel ./src/index.html --open",
"build": "rm -rf ./docs && parcel build src/index.html --public-url . --out-dir docs"
},
"staticFiles": {
"staticPath": "src/static",
"watcherGlob": "**"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ThadeuLuz/oleo-nordeste.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/ThadeuLuz/oleo-nordeste/issues"
},
"homepage": "https://github.com/ThadeuLuz/oleo-nordeste#readme",
"devDependencies": {
"@babel/core": "^7.6.4",
"csv-parse": "^4.6.3",
"eslint": "^6.5.1",
"eslint-config-prettier": "^6.4.0",
"eslint-plugin-prettier": "^3.1.1",
"eslint-plugin-react": "^7.16.0",
"eslint-plugin-react-hooks": "^2.1.2",
"fs-extra": "^8.1.0",
"install": "^0.13.0",
"npm": "^6.12.0",
"parcel-plugin-static-files-copy": "^2.2.1",
"prettier": "^1.18.2"
},
"dependencies": {
"@emotion/core": "^10.0.21",
"@mdx-js/react": "^1.5.1",
"@rebass/forms": "^4.0.6",
"@rebass/preset": "^4.0.5",
"date-fns": "^2.5.1",
"dotenv": "^8.2.0",
"lodash": "^4.17.15",
"lodash-es": "^4.17.15",
"node-fetch": "^2.6.0",
"parcel-bundler": "^1.12.4",
"react": "^16.10.2",
"react-dom": "^16.10.2",
"react-helmet": "^5.2.1",
"rebass": "^4.0.6",
"theme-ui": "^0.2.44"
}
}