File size: 968 Bytes
1e92f2d
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
{
  "name": "tabler-react-example",
  "homepage": "https://tabler-react.com",
  "version": "0.0.0",
  "private": true,
  "license": "MIT",
  "dependencies": {
    "d3-scale": "^3.0.0",
    "formik": "^1.0.2",
    "prop-types": "^15.6.1",
    "react": "^16.2.0",
    "react-c3js": "^0.1.20",
    "react-dom": "^16.4.2",
    "react-google-maps": "^9.4.5",
    "react-router-dom": "^5.0.0",
    "react-scripts": "^2.0.3",
    "react-simple-maps": "^0.12.0",
    "react-syntax-highlighter": "^10.0.0",
    "refractor": "^2.6.1",
    "tabler-react": "link:.."
  },
  "scripts": {
    "start": "react-scripts start",
    "watch": "react-scripts start --watch",
    "build": "react-scripts build",
    "test": "react-scripts test --env=jsdom",
    "eject": "react-scripts eject",
    "predeploy": "npm run build",
    "deploy": "gh-pages -d build"
  },
  "devDependencies": {},
  "browserslist": [
    ">0.2%",
    "not dead",
    "not ie <= 11",
    "not op_mini all"
  ]
}