-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
64 lines (64 loc) · 1.86 KB
/
Copy pathpackage.json
File metadata and controls
64 lines (64 loc) · 1.86 KB
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
{
"name": "retrieval",
"version": "0.1.0",
"private": true,
"dependencies": {
"admin-on-rest": "^1.0.2",
"aor-language-chinese": "^1.0.3",
"aor-rich-text-input": "^1.0.0",
"babel-polyfill": "6.6.1",
"babel-runtime": "6.6.1",
"bluebird": "^3.5.0",
"body-parser": "1.15.0",
"cookie-parser": "1.4.1",
"date-utils": "^1.2.21",
"express": "4.13.4",
"ftps": "^1.1.0",
"httpclient": "^0.1.0",
"humps": "^2.0.0",
"intl": "^1.2.5",
"intl-locales-supported": "^1.0.0",
"jsonfile": "^3.0.0",
"lodash": "^4.17.4",
"material-ui": "~0.17.4",
"meanie-mongoose-to-json": "^1.2.1",
"mongo-express": "^0.40.0",
"mongodb": "^2.2.27",
"mongoose": "^4.10.3",
"mysql": "^2.13.0",
"prop-types": "~15.5.7",
"react": "^15.5.4",
"react-dom": "^15.5.4",
"react-intl": "^2.3.0",
"react-redux": "~5.0.4",
"react-router-dom": "~4.1.0",
"react-tap-event-plugin": "~2.0.1",
"redux-form": "~6.6.2",
"redux-saga": "~0.14.6",
"shelljs": "^0.7.7",
"stream-to-mongo-db": "^1.0.17"
},
"devDependencies": {
"react-scripts": "1.0.7",
"babel-eslint": "^7.1.1",
"babel-polyfill": "^6.16.0",
"eslint": "^3.10.2",
"eslint-config-airbnb": "^13.0.0",
"eslint-config-airbnb-base": "^10.0.1",
"eslint-import-resolver-node": "^0.2.3",
"eslint-module-utils": "^2.0.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^2.2.3",
"eslint-plugin-react": "^6.7.1",
"fakerest": "^1.2.1",
"fetch-mock": "^5.5.0",
"gh-pages": "^0.12.0"
},
"scripts": {
"start": "cross-env NODE_ENV=development react-scripts start",
"start-prod": "cross-env NODE_ENV=production react-scripts start",
"build": "cross-env NODE_ENV=production react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
}
}