forked from 3scale/porta
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
103 lines (103 loc) · 3.14 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
{
"private": true,
"repository": {
"type": "git",
"url": "https://github.com/3scale/porta"
},
"license": "Apache-2.0",
"scripts": {
"clear": "rm -rf node_modules/",
"flow:install": "flow-typed install",
"lint": "flow && eslint .eslintrc app/javascript spec/javascripts",
"test": "karma start --single-run",
"jest": "jest",
"jest:watch": "npm run-script jest -- --watch"
},
"devDependencies": {
"babel-core": "^6.26.0",
"babel-eslint": "^10.0.1",
"babel-jest": "^23.6.0",
"babel-loader": "^6.4.1",
"babel-plugin-react": "^1.0.0",
"babel-plugin-transform-es2015-destructuring": "^6.23.0",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-polyfill": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"css-loader": "^0.28.9",
"empty": "^0.10.1",
"enzyme": "^3.3.0",
"enzyme-adapter-react-16": "^1.10.0",
"eslint": "^5.12.0",
"eslint-config-airbnb": "^17.1.0",
"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.93.0",
"flow-typed": "^2.5.1",
"hosted-git-info": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-2.1.5.tgz",
"jasmine": "^3.2.0",
"jasmine-core": "^3.3.0",
"jasmine-jquery": "^2.1.1",
"jest": "^24.1.0",
"jsdom": "^13.2.0",
"karma": "^4.0.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-jasmine-jquery": "^0.1.1",
"karma-jquery": "^0.2.3",
"karma-junit-reporter": "^1.1.0",
"karma-webpack": "^3.0.5",
"postcss-loader": "^3.0.0",
"postcss-smart-import": "^0.7.6",
"raf": "^3.4.1",
"react-hot-loader": "^4.6.3",
"redux-immutable-state-invariant": "^2.1.0",
"regenerator-runtime": "^0.13.1",
"sass-loader": "^7.1.0",
"swagger-tools": "0.9.7",
"webpack-dev-server": "2.11.2"
},
"dependencies": {
"@rails/webpacker": "^3.5.5",
"ajv": "^6.9.2",
"bootstrap-sass": "3",
"c3": "^0.4.11",
"classnames": "^2.2.6",
"codemirror": "^5.43.0",
"core-js": "^2.6.3",
"jquery": "^3.4.0",
"jquery-ui": "^1.12.1",
"moment": "^2.24.0",
"moment-range": "^2.2.0",
"moment-timezone": "^0.5.5",
"node-sass": "^4.9.4",
"numeral": "^2.0.6",
"pluralize": "^7.0.0",
"prop-types": "^15.7.2",
"react": "^16.8.5",
"react-codemirror2": "^5.1.0",
"react-dom": "^16.8.3",
"react-jsonschema-form": "^1.3.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",
"url-polyfill": "^1.1.3",
"virtual-dom": "^2.1.1",
"whatwg-fetch": "^3.0.0"
}
}