forked from 3scale/porta
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
118 lines (118 loc) · 3.7 KB
/
package.json
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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
{
"private": true,
"repository": {
"type": "git",
"url": "https://github.com/3scale/porta"
},
"license": "Apache-2.0",
"scripts": {
"install:safe": "yarn install --frozen-lockfile --check-files --prefer-offline --link-duplicates",
"clean": "rm -rf node_modules/ && yarn cache clean",
"flow:install": "flow-typed install",
"lint": "flow && eslint --ext .js,.jsx app/javascript spec/javascripts",
"test": "karma start --single-run",
"jest": "jest",
"jest:watch": "jest --watch"
},
"devDependencies": {
"@babel/cli": "^7.4.4",
"@babel/core": "^7.4.5",
"@babel/plugin-proposal-class-properties": "^7.4.4",
"@babel/plugin-proposal-object-rest-spread": "^7.4.4",
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
"@babel/plugin-transform-destructuring": "^7.4.4",
"@babel/plugin-transform-runtime": "^7.4.4",
"@babel/plugin-transform-template-literals": "^7.4.4",
"@babel/polyfill": "^7.4.4",
"@babel/preset-env": "^7.4.5",
"@babel/preset-flow": "^7.0.0",
"@babel/preset-react": "^7.0.0",
"@metahub/karma-jasmine-jquery": "^2.0.1",
"babel-eslint": "^10.0.1",
"babel-jest": "^24.8.0",
"canvas": "^2.5.0",
"css-loader": "^2.1.1",
"empty": "^0.10.1",
"enzyme": "^3.3.0",
"enzyme-adapter-react-16": "^1.10.0",
"enzyme-to-json": "^3.4.2",
"eslint": "^6.0.1",
"eslint-config-standard": "^7.1.0",
"eslint-loader": "^2.1.1",
"eslint-plugin-flowtype": "^3.4.2",
"eslint-plugin-import": "^2.16.0",
"eslint-plugin-jsx-a11y": "^6.0.2",
"eslint-plugin-promise": "^4.0.1",
"eslint-plugin-react": "^7.12.4",
"eslint-plugin-standard": "^4.0.0",
"file-loader": "^1.1.6",
"flow-bin": "^0.100.0",
"flow-typed": "^2.5.2",
"hosted-git-info": "^2.7.1",
"jasmine": "^3.2.0",
"jasmine-core": "^3.4.0",
"jasmine-jquery": "^2.1.1",
"jest": "^24.9.0",
"jest-transform-stub": "^2.0.0",
"jsdom": "^15.1.0",
"karma": "^4.2.0",
"karma-chrome-launcher": "^2.2.0",
"karma-cli": "^2.0.0",
"karma-firefox-launcher": "^1.1.0",
"karma-fixture": "^0.2.6",
"karma-jasmine": "^2.0.1",
"karma-jquery": "^0.2.3",
"karma-junit-reporter": "^1.1.0",
"karma-webpack": "^4.0.0-rc.6",
"postcss-loader": "^3.0.0",
"postcss-smart-import": "^0.7.6",
"raf": "^3.4.1",
"redux-immutable-state-invariant": "^2.1.0",
"regenerator-runtime": "^0.13.1",
"sass-loader": "^7.1.0",
"style-loader": "^0.23.1",
"swagger-tools": "^0.10.4",
"typescript": "^3.5.1",
"webpack": "^4.32.2",
"webpack-cli": "^3.3.2",
"webpack-dev-server": "^3.10.3"
},
"dependencies": {
"@babel/runtime": "^7.4.5",
"@patternfly/patternfly": "^2.40.6",
"@patternfly/react-core": "^3.120.5",
"@patternfly/react-icons": "^3.14.18",
"@rails/webpacker": "^4.2.2",
"babel-loader": "^8.0.6",
"bootstrap-sass": "^3.4.1",
"c3": "^0.4.11",
"classnames": "^2.2.6",
"codemirror": "^5.43.0",
"core-js": "^2.6.9",
"jquery": "^3.5.0",
"jquery-ui": "^1.12.1",
"moment": "^2.24.0",
"moment-range": "^4.0.2",
"moment-timezone": "^0.5.5",
"node-sass": "^4.9.4",
"null-loader": "^3.0.0",
"numeral": "^2.0.6",
"pluralize": "^7.0.0",
"prop-types": "^15.7.2",
"react": "^16.8.5",
"react-dom": "^16.8.3",
"react-jsonschema-form": "^1.8.0",
"react-redux": "^5.0.6",
"react-sortable-hoc": "^1.6.1",
"redux": "^4.0.1",
"redux-api-middleware": "^3.0.1",
"redux-thunk": "^2.3.0",
"select2": "^4.0.6-rc.1",
"swagger-ui": "^3.25.0",
"swagger-ui-react": "^3.25.0",
"url-polyfill": "^1.1.3",
"validate.js": "^0.13.1",
"virtual-dom": "^2.1.1",
"whatwg-fetch": "^3.0.0"
}
}