forked from avniproject/avni-webapp
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
104 lines (104 loc) · 3.05 KB
/
package.json
File metadata and controls
104 lines (104 loc) · 3.05 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
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
104
{
"name": "avni-webapp",
"version": "0.1.0",
"private": true,
"proxy": "http://localhost:8021",
"dependencies": {
"@date-io/date-fns": "1.x",
"@material-ui/core": "4.3.0",
"@material-ui/icons": "4.2.1",
"@material-ui/pickers": "^3.2.10",
"@nivo/bar": "^0.62.0",
"@nivo/pie": "^0.62.0",
"avni-health-modules": "0.0.9",
"aws-amplify": "^1.1.19",
"aws-amplify-react": "^2.3.0",
"axios": "^0.18.0",
"bootstrap": "^4.1.1",
"clsx": "^1.0.4",
"date-fns": "^2.16.1",
"downshift": "^3.2.10",
"env-cmd": "^10.0.1",
"file-saver": "^2.0.2",
"i18next": "^19.3.1",
"i18next-browser-languagedetector": "^4.0.1",
"i18next-xhr-backend": "^3.2.2",
"immer": "^1.3.1",
"jquery": "^3.3.1",
"js-file-download": "^0.4.8",
"jszip": "^3.2.2",
"lodash": "^4.17.19",
"material-table": "1.43.0",
"material-ui-rc-color-picker": "^1.0.4",
"moment": "^2.22.2",
"openchs-idi": "github:openchs/openchs-idi#b6c57e051b91ed4bc2634f4f087dba51cc3a01c8",
"openchs-models": "0.2.55",
"popper.js": "^1.14.3",
"prismjs": "^1.17.1",
"prop-types": "^15.7.2",
"query-string": "^6.12.0",
"ra-data-json-server": "^2.7.2",
"react": "^16.8.3",
"react-admin": "^2.7.2",
"react-autosuggest": "^9.3.4",
"react-beautiful-dnd": "^11.0.5",
"react-bootstrap": "^0.32.1",
"react-bootstrap-typeahead": "^3.1.5",
"react-copy-to-clipboard": "^5.0.1",
"react-dom": "^16.8.3",
"react-i18next": "^11.3.3",
"react-image-video-lightbox": "^2.0.2",
"react-markdown": "^4.3.1",
"react-moment": "^0.9.7",
"react-redux": "^7.2.1",
"react-router-dom": "^5.1.0",
"react-scripts": "2.1.5",
"react-select": "^3.0.8",
"react-simple-code-editor": "^0.10.0",
"react-tagsinput": "^3.19.0",
"react-window": "^1.8.5",
"reactstrap": "^6.2.0",
"redux": "^4.0.1",
"redux-form": "^8.1.0",
"redux-saga": "0.16.2",
"redux-thunk": "^2.3.0",
"rules-config": "github:openchs/rules-config#3c6ceb7d49a1ddb7dada099ab60c1b8e824ed7f3",
"uuid": "^3.3.2"
},
"scripts": {
"analyze": "source-map-explorer 'build/static/js/*.js'",
"start": "react-scripts --max_old_space_size=2048 start",
"build": "react-scripts --max_old_space_size=4096 build",
"build:development": "env-cmd -f .env.development yarn run build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"prettier-all": "prettier --write \"src/**/*.js\"",
"cy:run": "cypress run",
"cy:open": "cypress open"
},
"husky": {
"hooks": {
"pre-commit": "pretty-quick --staged"
}
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"devDependencies": {
"@fortawesome/fontawesome-free": "^5.1.0",
"chai": "^4.2.0",
"cypress": "^5.1.0",
"html-webpack-plugin": "^3.2.0",
"husky": "^3.0.1",
"prettier": "1.17.1",
"pretty-quick": "^1.11.1",
"redux-saga-test-plan": "^3.7.0",
"source-map-explorer": "^2.0.1"
}
}