-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.41 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.41 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
{
"homepage": "https://jimmeryn.github.io/map-markers/",
"name": "map-markers",
"version": "1.0.0",
"description": "",
"main": "index.jsx",
"scripts": {
"predeploy": "npm run build",
"deploy": "gh-pages -d dist",
"test": "jest",
"watch": "jest --watch",
"start": "webpack-dev-server --mode development --open --hot",
"build": "webpack --mode production",
"format": "prettier \"src/**/*.{js,jsx}\" --write",
"lint": "eslint --ext .js,.jsx src"
},
"author": "jimmeryn@gmail.com",
"license": "ISC",
"dependencies": {
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-redux": "^7.2.1",
"redux": "^4.0.5"
},
"devDependencies": {
"@babel/core": "^7.11.6",
"@babel/plugin-transform-runtime": "^7.11.5",
"@babel/preset-env": "^7.11.5",
"@babel/preset-react": "^7.10.4",
"@babel/runtime": "^7.11.2",
"@material-ui/core": "^4.11.0",
"@material-ui/lab": "^4.0.0-alpha.56",
"babel-loader": "^8.1.0",
"css-loader": "^4.3.0",
"eslint": "^7.10.0",
"eslint-plugin-react": "^7.21.2",
"gh-pages": "^3.1.0",
"html-webpack-plugin": "^4.4.1",
"jest": "^26.4.2",
"jest-cli": "^26.4.2",
"prettier": "2.1.2",
"puppeteer": "^5.3.0",
"react-csv-reader": "^3.1.1",
"react-simple-maps": "^2.1.2",
"style-loader": "^1.2.1",
"webpack": "^4.44.1",
"webpack-cli": "^3.3.12",
"webpack-dev-server": "^3.11.0"
}
}