aboutsummaryrefslogtreecommitdiff
path: root/vnext/package.json
blob: 89800abd0e703da9a5d5f772975d22c9b074930f (plain) (blame)
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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
{
  "name": "juick",
  "version": "3.0.0",
  "description": "",
  "scripts": {
    "test": "jest",
    "dist": "webpack -p",
    "start": "webpack-serve"
  },
  "keywords": [],
  "author": "",
  "license": "AGPL-3.0-or-later",
  "devDependencies": {
    "autoprefixer": "^9.1.3",
    "babel-core": "^6.26.3",
    "babel-eslint": "^8.2.6",
    "babel-jest": "^23.4.2",
    "babel-loader": "^7.1.5",
    "babel-plugin-transform-class-properties": "^6.24.1",
    "babel-plugin-transform-object-rest-spread": "^6.26.0",
    "babel-preset-env": "^1.7.0",
    "babel-preset-react": "^6.24.1",
    "connect-history-api-fallback": "^1.5.0",
    "css-loader": "^1.0.0",
    "enzyme": "^3.5.0",
    "enzyme-adapter-react-16": "^1.3.0",
    "error-overlay-webpack-plugin": "^0.1.5",
    "eslint": "^5.4.0",
    "eslint-plugin-babel": "^5.1.0",
    "eslint-plugin-jest": "^21.22.0",
    "eslint-plugin-only-ascii": "^0.0.0",
    "eslint-plugin-react": "^7.11.1",
    "file-loader": "^2.0.0",
    "html-loader": "^0.5.5",
    "html-webpack-plugin": "^3.2.0",
    "internal-ip": "^3.0.1",
    "jest": "^23.5.0",
    "koa-connect": "^2.0.1",
    "mini-css-extract-plugin": "^0.4.2",
    "optimize-css-assets-webpack-plugin": "^5.0.0",
    "postcss-loader": "^3.0.0",
    "prop-types": "^15.6.2",
    "react-router-prop-types": "^1.0.4",
    "react-test-renderer": "^16.4.2",
    "style-loader": "^0.22.1",
    "webpack": "^4.17.1",
    "webpack-command": "0.4.1",
    "webpack-serve": "^2.0.2"
  },
  "babel": {
    "plugins": [
      [
        "transform-class-properties",
        {
          "spec": true
        }
      ],
      [
        "transform-object-rest-spread",
        {
          "useBuiltIns": true
        }
      ]
    ],
    "presets": [
      "env",
      "react"
    ]
  },
  "dependencies": {
    "axios": "^0.18.0",
    "moment": "^2.22.2",
    "query-string": "^6.1.0",
    "react": "^16.4.2",
    "react-content-loader": "^3.1.2",
    "react-cookies": "^0.1.0",
    "react-dom": "^16.4.2",
    "react-router-dom": "^4.3.1"
  }
}