-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1.07 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
{
"name": "homework-19",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"help2md": "jsdoc2md src/source/helper/*.js > src/source/helper/README.md",
"dev": " rm -rf dist && parcel ./src/index.html",
"build": "rimraf dist && rimraf .cache && parcel build ./src/index.html",
"predeploy": "rm -rf dist && parcel build ./src/index.html --public-url /countries",
"deploy": "gh-pages -d dist"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.11.1",
"@babel/preset-react": "^7.10.4",
"babel-core": "^6.26.3",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-runtime": "^6.26.0",
"eslint": "^7.6.0",
"eslint-config-airbnb-base": "^14.2.0",
"eslint-plugin-import": "^2.22.0",
"gh-pages": "^3.1.0",
"jsdoc": "^3.6.5",
"jsdoc-to-markdown": "^6.0.1",
"parcel-bundler": "^1.12.4",
"postcss-modules": "^3.2.1"
},
"dependencies": {
"autoprefixer": "^9.8.6",
"babel-polyfill": "^6.26.0",
"d3": "^5.16.0",
"topojson": "^3.0.2"
}
}