aboutsummaryrefslogtreecommitdiffstats
path: root/graphgraph-fe/package.json
blob: a124d6055b5c953a4f509cbbc61f05014e6ad889 (plain)
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
{
    "name": "graphgraph-fe",
    "version": "0.0.1",
    "private": true,
    "dependencies": {
        "bootstrap-css-only": "3.3.7",
        "d3": "5.7.0",
        "eslint-config-react-app": "3.0.6",
        "react": "^16.8.6",
        "react-table": "6.10.0",
        "react-bootstrap": "0.32.4",
        "react-dom": "^16.8.6",
        "react-numeric-input": "2.2.3",
        "react-scripts": "2.1.1",
        "reactjs-popup": "1.3.2",
        "underscore": "1.9.1"
    },
    "scripts": {
        "start": "react-scripts start",
        "build": "react-scripts build",
        "test": "react-scripts test",
        "eject": "react-scripts eject"
    },
    "eslintConfig": {
        "extends": "react-app"
    },
    "browserslist": [
        ">0.2%",
        "not dead",
        "not ie <= 11",
        "not op_mini all"
    ],
    "devDependencieseslint": {
        "eslint": "^5.6.0",
        "eslint-config-standard": "^12.0.0",
        "eslint-plugin-import": "^2.17.2",
        "eslint-plugin-node": "^8.0.1",
        "eslint-plugin-promise": "^4.1.1",
        "eslint-plugin-standard": "^4.0.0"
    }
}