aboutsummaryrefslogtreecommitdiff
path: root/vnext/package.json
blob: ad007a81c6a0b292805dd44ce9b80ad979068eb3 (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
{
  "name": "juick",
  "version": "3.0.0",
  "description": "",
  "scripts": {
    "test": "jest",
    "dist": "webpack -p",
    "start": "webpack-serve"
  },
  "keywords": [],
  "author": "",
  "license": "ISC",
  "devDependencies": {
    "babel-core": "^6.26.3",
    "babel-jest": "^23.2.0",
    "babel-loader": "^7.1.4",
    "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": "^0.28.11",
    "enzyme": "^3.3.0",
    "enzyme-adapter-react-16": "^1.1.1",
    "error-overlay-webpack-plugin": "^0.1.5",
    "file-loader": "^1.1.11",
    "html-loader": "^0.5.5",
    "html-webpack-plugin": "^3.2.0",
    "internal-ip": "^3.0.1",
    "jest": "^23.2.0",
    "koa-connect": "^2.0.1",
    "mini-css-extract-plugin": "^0.4.1",
    "optimize-css-assets-webpack-plugin": "^4.0.3",
    "postcss-loader": "^2.1.5",
    "prop-types": "^15.6.2",
    "react-test-renderer": "^16.4.1",
    "style-loader": "^0.21.0",
    "webpack": "^4.14.0",
    "webpack-command": "0.3.1",
    "webpack-serve": "^1.0.4"
  },
  "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.1",
    "react-content-loader": "^3.1.2",
    "react-dom": "^16.4.1",
    "react-router-dom": "^4.3.1"
  }
}