-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
104 lines (104 loc) · 3.36 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
{
"name": "obsadmin",
"version": "1.0.0-beta",
"description": "Manage encounters and observations",
"repository": {
"type": "git",
"url": "https://github.com/andela-cuchendu/openmrs-owa-obsadmin"
},
"dependencies": {
"babel-runtime": "^5.8.38",
"bootstrap-v4-dev": "^4.0.0-alpha.6",
"bower": "^1.8.0",
"chai": "^4.1.1",
"fixed-data-table": "^0.6.4",
"jquery": "^3.2.1",
"jsdom": "^8.5.0",
"match-sorter": "^2.0.2",
"moment": "^2.18.1",
"nyc": "^11.1.0",
"react": "^16.0.0",
"react-addons-css-transition-group": "^0.14.8",
"react-addons-transition-group": "^0.14.8",
"react-autosuggest": "^9.3.2",
"react-bootstrap": "^0.31.5",
"react-bootstrap-date-picker": "^5.1.0",
"react-bootstrap-daterangepicker": "^3.4.1",
"react-bootstrap-typeahead": "^2.0.0-alpha.3",
"react-calendar": "^2.2.1",
"react-collapsible": "^1.5.0",
"react-date-picker": "^6.2.2",
"react-datepicker": "^0.60.2",
"react-datetime": "^2.10.1",
"react-dom": "^16.0.0",
"react-fontawesome": "^1.6.1",
"react-modal-dialog": "^4.0.7",
"react-proptypes": "^1.0.0",
"react-router": "^3.0.5",
"react-table": "^6.5.3",
"react-test-renderer": "^16.0.0",
"react-transition-group": "^1.1.3",
"reactstrap": "^4.8.0",
"sinon": "^3.1.0",
"superagent": "^3.5.2",
"toastr": "^2.1.2",
"xml2js": "^0.4.19"
},
"devDependencies": {
"archiver": "^1.0.0",
"babel-core": "^6.2.1",
"babel-loader": "^6.2.0",
"babel-preset-es2015": "^6.1.18",
"babel-preset-react": "^6.16.0",
"browser-sync": "^2.11.1",
"browser-sync-webpack-plugin": "^1.0.1",
"copy-webpack-plugin": "^4.0.1",
"css-loader": "^0.23.1",
"enzyme": "^3.3.0",
"enzyme-adapter-react-16": "^1.1.1",
"eslint": "^4.7.1",
"eslint-config-airbnb": "^15.1.0",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-jsx-a11y": "^6.0.2",
"eslint-plugin-react": "^7.3.0",
"extract-text-webpack-plugin": "^1.0.1",
"file-loader": "^0.8.5",
"html-loader": "^0.4.3",
"html-webpack-plugin": "^2.24.1",
"jasmine-core": "^2.6.4",
"karma": "^1.7.0",
"karma-chrome-launcher": "^2.2.0",
"karma-coverage": "^1.1.1",
"karma-firefox-launcher": "^1.0.1",
"karma-jasmine": "^1.1.0",
"karma-sourcemap-loader": "^0.3.7",
"karma-webpack": "^2.0.4",
"mocha": "^3.5.0",
"mocha-lcov-reporter": "^1.3.0",
"on-build-webpack": "^0.1.0",
"raw-loader": "^0.5.1",
"rimraf": "^2.5.2",
"style-loader": "^0.13.1",
"url-loader": "^0.5.7",
"webpack": "^1.12.13",
"yargs": "^4.3.1"
},
"scripts": {
"clean": "rimraf dist && rimraf coverage*",
"build": "npm run clean && webpack --progress --colors --mode=production --target=web",
"build:dev": "npm run clean && webpack --progress --colors --mode=dev --target=web",
"build:prod": "npm run test && npm run build",
"build:deploy": "webpack --progress --colors --mode=deploy --target=web",
"watch": "webpack --progress --colors --watch --mode=deploy --target=web",
"test": "NODE_ENV=test nyc --reporter=text --reporter=html --extension .jsx ./node_modules/mocha/bin/_mocha tests/testSetup.js tests/**/*test.js --timeout=60000",
"test:debug": "karma start"
},
"keywords": [
"OpenMRS",
"Open",
"Web",
"App"
],
"author": "andela-cuchendu",
"license": "MPL-2.0"
}