This repository has been archived by the owner on Mar 28, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
74 lines (74 loc) · 2.05 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
{
"name": "indoqa-react-redux",
"version": "3.4",
"description": "Indoqa React/Redux Archetype",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "git@github.com:Indoqa/indoqa-react-redux.git"
},
"scripts": {
"analyze": "source-map-explorer ./target/assets/app-*",
"build": "indoqa-webpack ./indoqa-webpack-options.js",
"docs": "indoqa-webpack ./indoqa-webpack-docs.js",
"flow": "flow",
"lint": "indoqa-eslint ./src/main",
"package": "yarn run flow && yarn run test && indoqa-webpack ./indoqa-webpack-options.js",
"postinstall": "yarn run package",
"start": "indoqa-dev-server ./indoqa-webpack-options.js",
"test": "indoqa-jest",
"test:watch": "yarn run test --watch",
"test:coverage": "yarn run test --coverage"
},
"dependencies": {
"fela": "^6.1.8",
"fela-monolithic": "^5.0.22",
"fela-plugin-named-media-query": "^5.0.13",
"fela-preset-web": "^8.0.7",
"formik": "^1.0.0-beta.1",
"history": "^4.7.2",
"i18next": "^11.3.2",
"i18next-browser-languagedetector": "^2.2.0",
"indoqa-react-app": "^3.0.0",
"indoqa-react-fela": "^0.6.1",
"ramda": "^0.25.0",
"react": "^16.4.0",
"react-document-title": "^2.0.3",
"react-dom": "^16.4.0",
"react-fela": "^7.3.0",
"react-i18next": "7.7.0",
"react-redux": "^5.0.7",
"react-router": "^4.2.2",
"react-router-dom": "^4.2.2",
"react-router-redux": "^5.0.0-alpha.9",
"redux": "^3.7.2",
"redux-logger": "^3.0.6",
"redux-observable": "^0.19.0",
"reselect": "^3.0.1",
"rxjs": "^5.5.11",
"shortid": "^2.2.8",
"yup": "0.24.1"
},
"devDependencies": {
"flow-bin": "^0.73.0",
"indoqa-webpack": "^2.1.0",
"source-map-explorer": "1.5.0"
},
"proxy": {
"/geonames": {
"target": "http://api.geonames.org",
"headers": {
"Access-Control-Allow-Origin": "*"
},
"pathRewrite": {
"/geonames": ""
}
},
"/words": {
"target": "http://api.wordnik.com",
"pathRewrite": {
"/words": ""
}
}
}
}