-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathpackage.json
128 lines (128 loc) · 4.17 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
{
"name": "@openmrs/labworkflow-owa",
"version": "1.3.0-SNAPSHOT",
"description": "The is used to manage the workflow of lab orders",
"repository": {
"type": "git",
"url": "https://github.com/openmrs/openmrs-owa-labworkflow.git"
},
"dependencies": {
"@openmrs/react-components": "^1.5.3-pre.14",
"@openmrs/style-referenceapplication": "^0.1.0",
"axios": "^0.21.1",
"babel-eslint": "^9.0.0",
"babel-jest": "^23.4.2",
"babel-polyfill": "^6.26.0",
"bootstrap": "^3.4.1",
"classnames": "^2.2.6",
"connected-react-router": "^4.3.0",
"date-fns": "^1.30.1",
"enzyme": "^3.5.0",
"enzyme-adapter-react-16": "^1.3.0",
"enzyme-to-json": "^3.3.4",
"expect": "^23.5.0",
"history": "^4.7.2",
"identity-obj-proxy": "^3.0.0",
"intl": "^1.2.5",
"jest": "^23.5.0",
"match-sorter": "^2.3.0",
"moment": "^2.22.2",
"prop-types": "^15.6.2",
"ramda": "^0.24.0",
"react": "^16.4.2",
"react-bootstrap": "^0.32.3",
"react-dom": "^16.4.2",
"react-intl": "^2.4.0",
"react-redux": "^5.0.1",
"react-redux-toastr": "^7.3.0",
"react-router": "^4.2.0",
"react-router-dom": "^4.3.1",
"react-test-renderer": "^16.4.2",
"react-to-print": "^2.14.4",
"redux": "^3.6.0",
"redux-form": "^7.4.2",
"redux-logger": "^3.0.6",
"redux-persist": "^5.10.0",
"redux-promise-middleware": "^5.1.1",
"redux-saga": "^0.16.0",
"redux-types": "^2.0.3",
"sinon": "^4.4.6",
"sweetalert": "^2.1.0",
"toastr": "^2.1.4"
},
"devDependencies": {
"archiver": "^1.0.0",
"babel-core": "^6.2.1",
"babel-loader": "^6.2.0",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-es2015-arrow-functions": "^6.22.0",
"babel-plugin-transform-es2015-computed-properties": "^6.24.1",
"babel-plugin-transform-es2015-destructuring": "^6.23.0",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-preset-env": "^1.6.1",
"babel-preset-es2015": "^6.1.18",
"babel-preset-react": "^6.16.0",
"babel-register": "^6.26.0",
"browser-sync": "^2.11.1",
"browser-sync-webpack-plugin": "^1.0.1",
"chalk": "^4.0.0",
"copy-webpack-plugin": "^4.0.1",
"css-loader": "0.28.7",
"cypress": "^4.7.0",
"eslint": "^8.10.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-react": "^7.29.2",
"extract-text-webpack-plugin": "^1.0.1",
"file-loader": "^1.1.5",
"html-loader": "^0.4.3",
"html-webpack-plugin": "2.30.1",
"jasmine-core": "^2.6.4",
"moxios": "^0.4.0",
"node-sass": "^7.0.1",
"on-build-webpack": "^0.1.0",
"postcss-cssnext": "^2.11.0",
"postcss-each": "^0.10.0",
"postcss-import": "^10.0.0",
"postcss-loader": "^2.0.6",
"postcss-mixins": "^6.0.0",
"postcss-nesting": "^4.0.1",
"postcss-reporter": "^4.0.0",
"postcss-scss": "0.4.1",
"raw-loader": "^0.5.1",
"redux-mock-store": "^1.5.1",
"redux-saga-tester": "^1.0.379",
"rimraf": "^2.5.2",
"sass-loader": "^6.0.7",
"start-server-and-test": "^1.7.11",
"style-loader": "^0.13.1",
"uglifyjs-webpack-plugin": "^1.0.0-beta.3",
"url-loader": "^0.5.7",
"webpack": "^3.12.0",
"yargs": "^4.3.1"
},
"scripts": {
"clean": "rimraf dist && rimraf coverage*",
"build": " npm run clean && NODE_ENV=\"production\" webpack --progress --colors",
"build:dev": "npm run clean && NODE_ENV=\"development\" webpack --progress --colors",
"build:prod": "npm run test && npm run build",
"build:deploy": "NODE_ENV=\"deploy\" webpack --progress --colors --target=web",
"start": "npm run watch",
"watch": "NODE_ENV=\"deploy\" webpack --progress --colors --watch --cache=false",
"test": "npm run lint && jest -u --coverage --maxWorkers=4",
"lint": "eslint app/js --ext js,jsx",
"lint:fix": "eslint --fix app/js --ext js,jsx",
"cypress:open": "cypress open",
"cy:run": "cypress run",
"test-cypress": "start-server-and-test start http://localhost:3000/ cy:run"
},
"keywords": [
"OpenMRS",
"Open",
"Web",
"App"
],
"author": "jomadoye",
"license": "MPL-2.0"
}