-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
66 lines (66 loc) · 2.27 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
{
"name": "manageiq-EXCHANGE",
"version": "1.0.0",
"description": "Simple application to showcase how to achieve universal rendering and routing with React and Express.",
"main": "src/server.js",
"repository": "https://github.com/miq-consumption/manageiq-EXCHANGE-web.git",
"scripts": {
"toc-gen": "./node_modules/markdown-toc/cli.js --maxdepth=3 --no-firsth1 src/markdown/index.md > src/markdown/toc.md",
"start:react": "npm run toc-gen && react-scripts start",
"start": "node src/server.js",
"build": "react-scripts build",
"postinstall": "npm run toc-gen && react-scripts build",
"start-dev-hmr": "react-scripts start",
"test": "CI=true react-scripts test --env=jsdom"
},
"author": "",
"license": "MIT",
"dependencies": {
"axios": "^0.17.1",
"bootstrap": "^4.0.0-beta.2",
"i18next": "^10.5.0",
"i18next-browser-languagedetector": "^2.1.0",
"i18next-xhr-backend": "^1.5.1",
"markdown-toc": "^1.2.0",
"moment": "^2.20.1",
"patternfly": "^3.37.4",
"patternfly-react": "^1.8.0",
"prop-types": "^15.6.0",
"react": "^15.6.2",
"react-bootstrap": "^0.31.5",
"react-dom": "^15.6.2",
"react-github-login": "^1.0.3",
"react-i18next": "^7.4.0",
"react-icons": "^2.2.7",
"react-markdown": "^3.2.1",
"react-redux": "^5.0.6",
"react-router": "^2.6.1",
"react-scripts": "https://github.com/ManageIQ-Exchange/react-scripts.git#5937b01",
"redux": "^3.7.2",
"redux-logger": "^3.0.6",
"redux-thunk": "^2.2.0"
},
"devDependencies": {
"axios-mock-adapter": "^1.14.1",
"babel-eslint": "^8.2.1",
"enzyme": "^3.3.0",
"enzyme-adapter-react-15": "^1.0.5",
"eslint": "^4.16.0",
"eslint-config-prettier": "^2.9.0",
"eslint-config-standard": "^11.0.0-beta.0",
"eslint-config-standard-jsx": "^4.0.2",
"eslint-config-standard-react": "^5.0.0",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-node": "^5.2.1",
"eslint-plugin-prettier": "^2.5.0",
"eslint-plugin-promise": "^3.6.0",
"eslint-plugin-react": "^7.6.1",
"eslint-plugin-standard": "^3.0.1",
"expect": "^22.4.0",
"fetch-mock": "^6.1.0",
"prettier": "^1.10.2",
"react-test-renderer": "^16.2.0",
"redux-mock-store": "^1.5.1"
}
}