Welcome to mirror list, hosted at ThFree Co, Russian Federation.

package.json - github.com/nextcloud/logreader.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: f682c4d53d6a5ccc6895d8f77506eed6d7bb9f55 (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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
  "devDependencies": {
    "babel-core": "6.26.3",
    "babel-eslint": "^8.2.6",
    "babel-loader": "7.1.5",
    "babel-plugin-transform-async-to-module-method": "^6.24.1",
    "babel-plugin-transform-class-properties": "^6.24.1",
    "babel-plugin-transform-object-rest-spread": "^6.26.0",
    "babel-preset-es2015": "^6.24.1",
    "babel-preset-react": "^6.24.1",
    "clean-webpack-plugin": "^0.1.19",
    "concurrently": "3.6.1",
    "css-loader": "^1.0.0",
    "eslint": "^5.3.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.0",
    "express": "^4.16.3",
    "express-http-proxy": "^1.2.0",
    "extract-text-webpack-plugin": "^4.0.0-beta.0",
    "http-proxy": "^1.17.0",
    "json-loader": "0.5.7",
    "postcss-cssnext": "^3.1.0",
    "postcss-loader": "^3.0.0",
    "postcss-nested": "^3.0.0",
    "react-a11y": "1.0.0",
    "react-addons-css-transition-group": "^15.6.2",
    "react-hot-loader": "4.3.4",
    "strip-loader": "^0.1.2",
    "style-loader": "^0.22.1",
    "webpack": "^4.16.5",
    "webpack-cli": "^3.1.0",
    "webpack-dev-middleware": "^3.1.3",
    "webpack-dev-server": "3.1.5",
    "webpack-hot-middleware": "^2.22.3"
  },
  "dependencies": {
    "babel": "6.23.0",
    "babel-plugin-typecheck": "3.9.0",
    "babel-polyfill": "6.26.0",
    "babel-runtime": "6.26.0",
    "bluebird": "3.5.1",
    "less": "3.8.1",
    "less-loader": "4.1.0",
    "moment": "2.22.2",
    "oc-react-components": "^0.2.0",
    "react": "16.4.2",
    "react-dom": "16.4.2",
    "react-dropzone": "4.3.0",
    "react-responsive": "5.0.0",
    "react-scrolla": "0.3.1",
    "react-time": "4.3.0"
  }
}