-
Notifications
You must be signed in to change notification settings - Fork 42
/
package.json
133 lines (133 loc) · 4.7 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
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
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
{
"name": "avni-webapp",
"version": "0.1.0",
"private": true,
"dependencies": {
"@date-io/date-fns": "1.x",
"@fontsource/roboto": "^5.0.8",
"@material-ui/core": "4.12.4",
"@material-ui/icons": "4.11.3",
"@material-ui/pickers": "^3.2.10",
"@material-ui/styles": "4.11.5",
"@nivo/bar": "^0.62.0",
"@nivo/pie": "^0.62.0",
"avni-health-modules": "0.0.26",
"aws-amplify": "^1.1.19",
"aws-amplify-react": "^2.3.0",
"axios": "^0.27.2",
"bootstrap": "^4.1.1",
"clsx": "^1.0.4",
"date-fns": "^2.16.1",
"dompurify": "^2.2.6",
"downshift": "^3.2.10",
"draft-js": "^0.11.7",
"draftjs-to-html": "^0.9.1",
"env-cmd": "^10.0.1",
"es6-shim": "^0.35.6",
"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",
"moment": "^2.22.2",
"openchs-idi": "git+https://github.com/avniproject/openchs-idi#b6c57e051b91ed4bc2634f4f087dba51cc3a01c8",
"openchs-models": "1.32.14",
"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-colorful": "^5.6.1",
"react-copy-to-clipboard": "^5.0.1",
"react-dom": "^16.8.3",
"react-draft-wysiwyg": "^1.14.5",
"react-error-boundary": "^3.1.3",
"react-i18next": "^11.3.3",
"react-idle-timer": "^5.7.2",
"react-image-video-lightbox": "3.0.1",
"react-markdown": "^4.3.1",
"react-moment": "^0.9.7",
"react-multiselect-checkboxes": "^0.1.1",
"react-redux": "^7.2.1",
"react-router-dom": "^5.1.0",
"react-scripts": "2.1.5",
"react-select": "^3.0.8",
"react-show-more-text": "^1.5.2",
"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:avniproject/rules-config#64d53e8a5100437ac7b571647bd096786eba14da",
"uuid": "^3.3.2",
"libphonenumber-js": "^1.11.1"
},
"scripts": {
"analyze": "source-map-explorer 'build/static/js/*.js'",
"start": "BACKEND_URL=http://localhost:8021 react-scripts --max_old_space_size=2048 --openssl-legacy-provider start",
"start-with-staging": "BACKEND_URL=https://staging.avniproject.org react-scripts --max_old_space_size=2048 --openssl-legacy-provider start",
"start-with-prerelease": "BACKEND_URL=https://prerelease.avniproject.org react-scripts --max_old_space_size=2048 --openssl-legacy-provider start",
"start-with-prod": "BACKEND_URL=https://app.avniproject.org react-scripts --max_old_space_size=2048 --openssl-legacy-provider start",
"start-with-rwb-prod": "BACKEND_URL=https://app.rwb.avniproject.org react-scripts --max_old_space_size=2048 --openssl-legacy-provider start",
"start:production:local": "env-cmd -f .env.production.local yarn start",
"build": "react-scripts --max_old_space_size=3584 --openssl-legacy-provider 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",
"storybook": "start-storybook -p 6006 -s public",
"build-storybook": "build-storybook -s public"
},
"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",
"@storybook/addon-actions": "^6.1.11",
"@storybook/addon-essentials": "^6.1.11",
"@storybook/addon-links": "^6.1.11",
"@storybook/node-logger": "^6.1.11",
"@storybook/preset-create-react-app": "^3.1.5",
"@storybook/react": "^6.1.11",
"@types/jest": "^26.0.19",
"chai": "^4.2.0",
"cypress": "^5.6.0",
"html-webpack-plugin": "^3.2.0",
"http-proxy-middleware": "2.0.6",
"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",
"@babel/helper-environment-visitor": "7.22.20",
"@babel/helper-string-parser": "7.22.5",
"picocolors": "1.1.0"
}
}