summaryrefslogtreecommitdiff
path: root/package.json
blob: e49b8005bf00a0d423c603841069b0c188cd2395 (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
{
    "name": "ickui",
    "version": "0.1.0+git",
    "description": "Web UI for Ick2",
    "repository": {
        "type": "git",
        "url": "git://git.liw.fi/ickui"
    },
    "author": "Ivan Dolgov",
    "license": "GPL-3.0-or-later",
    "dependencies": {
        "@babel/core": "^7.1.0",
        "@babel/polyfill": "^7.0.0",
        "@babel/preset-env": "^7.1.0",
        "@babel/preset-react": "^7.0.0",
        "babel-core": "^7.0.0-bridge.0",
        "babel-eslint": "^9.0.0",
        "babel-jest": "^23.6.0",
        "babel-loader": "^8.0.2",
        "css-loader": "^1.0.0",
        "eslint": "^5.6.0",
        "eslint-config-airbnb": "^17.1.0",
        "eslint-plugin-import": "^2.14.0",
        "eslint-plugin-jsx-a11y": "^6.1.1",
        "eslint-plugin-react": "^7.11.1",
        "jest": "^23.6.0",
        "jest-dom": "^1.12.1",
        "prop-types": "^15.6.2",
        "react": "^16.5.2",
        "react-dom": "^16.5.2",
        "react-testing-library": "^5.1.0",
        "style-loader": "^0.23.0",
        "webpack": "^4.19.1",
        "webpack-cli": "^3.1.0",
        "webpack-dev-server": "^3.1.8"
    }
}