-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
73 lines (73 loc) · 1.83 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
{
"name": "openApiSamples",
"version": "1.0.0",
"description": "",
"scripts": {
"start": "webpack-dev-server --open --inline --no-info --content-base sampleApp",
"eslint": "eslint sampleApp/components"
},
"author": "SaxoBank",
"dependencies": {
"flat": "^2.0.1",
"history": "4.5.0",
"hoist-non-react-statics": "^1.2.0",
"immutability-helper": "^2.2.2",
"invariant": "^2.2.1",
"lodash": "4.17.4",
"loose-envify": "^1.2.0",
"moment": "^2.18.1",
"react": "^15.0.0",
"react-bind-handlers": "^1.0.5",
"react-bootstrap": "0.30.7",
"react-bootstrap-date-picker": "^5.0.1",
"react-bootstrap-table": "^2.10.0",
"react-dom": "^15.4.0",
"react-file-input": "^0.2.5",
"react-router": "3.0.0",
"react-search-input": "^0.10.4"
},
"devDependencies": {
"babel-cli": "^6.9.0",
"babel-core": "^6.9.1",
"babel-eslint": "^7.0.0",
"babel-jest": "^16.0.0",
"babel-loader": "^6.2.4",
"babel-preset-es2015": "^6.9.0",
"babel-preset-react": "^6.5.0",
"babel-preset-stage-1": "^6.5.0",
"cross-env": "^3.0.0",
"enzyme": "^2.3.0",
"eslint": "^2.11.1",
"eslint-config-airbnb": "^9.0.1",
"eslint-config-google": "^0.7.1",
"eslint-config-standard": "^6.2.1",
"eslint-plugin-import": "^1.8.0",
"eslint-plugin-jsx-a11y": "^1.2.2",
"eslint-plugin-promise": "^3.4.0",
"eslint-plugin-react": "^5.1.1",
"eslint-plugin-standard": "^2.0.1",
"expect": "1.6.0",
"jest-cli": "^16.0.0",
"rimraf": "^2.5.2",
"webpack": "^1.13.1",
"webpack-browser-plugin": "^1.0.20",
"webpack-dev-server": "^1.14.1"
},
"browserify": {
"transform": [
"loose-envify"
]
},
"tags": [
"react",
"router"
],
"keywords": [
"react",
"react-component",
"routing",
"route",
"routes",
"router"
]
}