quick minor path updates (#1968)
[openemr.git] / package.json
blobd658a24f55db97b3bd1abf9f727f7fdc116dfc07
2   "name": "openemr-interface",
3   "version": "0.2.0",
4   "description": "UI toolkit, theme and component library for OpenEMR",
5   "main": "index.js",
6   "scripts": {
7     "postinstall": "napa && gulp -i",
8     "build": "gulp -b",
9     "dev-build": "run-s gulp-build storybook-build",
10     "dev": "gulp --dev && gulp watch",
11     "dev-docs": "run-p storybook gulp-docs",
12     "dev-sync": "gulp --dev --sync-only --p 80",
13     "gulp-build": "gulp -b --dev",
14     "gulp-docs": "gulp -p 9001 --dev",
15     "gulp-watch": "gulp watch",
16     "test": "echo \"Error: no test specified\" && exit 1",
17     "storybook": "start-storybook -s ./,./interface -p 9001 -c .storybook",
18     "storybook-build": "build-storybook -c .storybook -o .docs/.out"
19   },
20   "keywords": [
21     "openemr"
22   ],
23   "author": "d3sandoval",
24   "license": "GNU GPL",
25   "devDependencies": {
26     "@storybook/addon-knobs": "^3.4.5",
27     "@storybook/react": "^3.4.5",
28     "babel-core": "^6.26.3",
29     "browser-sync": "^2.24.4",
30     "del": "^3.0.0",
31     "glob": "^7.1.2",
32     "gulp": "^3.9.1",
33     "gulp-append-prepend": "^1.0.4",
34     "gulp-autoprefixer": "^5.0.0",
35     "gulp-csso": "^3.0.1",
36     "gulp-if": "^2.0.2",
37     "gulp-rename": "^1.2.3",
38     "gulp-sass": "^4.0.1",
39     "gulp-sourcemaps": "^2.6.4",
40     "gulp-watch": "^5.0.1",
41     "minimist": "^1.2.0",
42     "napa": "^3.0.0",
43     "npm-run-all": "^4.1.3",
44     "replace-in-file": "^3.4.2",
45     "run-sequence": "^2.2.1",
46     "storybook-readme": "^3.3.0"
47   },
48   "dependencies": {
49     "angular": "1.5.8",
50     "angular-sanitize": "1.5.8",
51     "angular-summernote": "0.8.1",
52     "anythingslider": "https://github.com/CSS-Tricks/AnythingSlider/archive/v1.9.4.tar.gz",
53     "backbone": "1.3.3",
54     "bootstrap": "3.3.4",
55     "bootstrap-rtl": "3.3.4",
56     "chart.js": "2.1.3",
57     "checklist-model": "0.10.0",
58     "ckeditor": "4.7.0",
59     "datatables.net": "1.10.13",
60     "datatables.net-bs": "1.10.13",
61     "datatables.net-colreorder": "1.3.2",
62     "datatables.net-colreorder-dt": "1.3.2",
63     "datatables.net-dt": "1.10.13",
64     "datatables.net-jqui": "1.10.13",
65     "datatables.net-scroller": "1.4.2",
66     "datatables.net-scroller-jqui": "1.4.2",
67     "dropzone": "4.3.0",
68     "dwv": "0.21.0",
69     "emodal": "1.2.65",
70     "flot": "0.8.0-alpha",
71     "font-awesome": "4.6.3",
72     "gritter": "1.7.4",
73     "i18next": "9.0.1",
74     "i18next-browser-languagedetector": "2.0.0",
75     "i18next-xhr-backend": "1.4.3",
76     "jquery": "3.1.1",
77     "jquery-datetimepicker": "^2.5.4",
78     "jscolor": "EastDesire/jscolor",
79     "jszip": "3.1.5",
80     "knockout": "3.4.0",
81     "konva": "1.6.8",
82     "magic-wand-js": "1.0.0",
83     "moment": "2.13.0",
84     "numeral": "1.5.3",
85     "qtip2": "3.0.3",
86     "react": "16.3.2",
87     "react-dom": "16.3.2",
88     "select2": "4.0.3",
89     "select2-bootstrap-theme": "0.1.0-beta.10",
90     "summernote": "0.8.2",
91     "underscore": "1.8.3",
92     "validate.js": "0.12.0"
93   },
94   "napa": {
95     "bootstrap-sidebar": "https://github.com/asyraf9/bootstrap-sidebar/archive/v0.2.2.tar.gz",
96     "jquery-1-2-2": "https://github.com/jquery/jquery/archive/1.2.2.tar.gz",
97     "jquery-1-3-2": "https://github.com/jquery/jquery/archive/1.3.2.tar.gz",
98     "jquery-1-4-3": "https://github.com/jquery/jquery/archive/1.4.3.tar.gz",
99     "jquery-1-7-2": "https://github.com/jquery/jquery/archive/1.7.2.tar.gz",
100     "jquery-1-9-1": "https://github.com/jquery/jquery/archive/1.9.1.tar.gz",
101     "jquery-1-10-2": "https://github.com/jquery/jquery/archive/1.10.2.tar.gz",
102     "jquery-1-11-3": "https://github.com/jquery/jquery/archive/1.11.3.tar.gz",
103     "jquery-creditcardvalidator": "https://github.com/PawelDecowski/jquery-creditcardvalidator/archive/v1.1.0.tar.gz",
104     "jquery-panelslider": "https://github.com/eduardomb/jquery-panelslider/archive/0.1.1.tar.gz",
105     "jquery-ui-1-10-4": "https://jqueryui.com/resources/download/jquery-ui-1.10.4.zip",
106     "jquery-ui-1-11-4": "https://jqueryui.com/resources/download/jquery-ui-1.11.4.zip",
107     "jquery-ui": "https://jqueryui.com/resources/download/jquery-ui-1.12.1.zip",
108     "jquery-ui-themes-1-10-4": "https://jqueryui.com/resources/download/jquery-ui-themes-1.10.4.zip",
109     "jquery-ui-themes-1-11-4": "https://jqueryui.com/resources/download/jquery-ui-themes-1.11.4.zip",
110     "jquery-ui-themes": "https://jqueryui.com/resources/download/jquery-ui-themes-1.12.1.zip",
111     "jquery-validation": "https://github.com/jquery-validation/jquery-validation/releases/download/1.13.1/jquery-validation-1.13.1.zip",
112     "jscolor-1-4-5": "https://github.com/EastDesire/jscolor/archive/v1.4.5.tar.gz",
113     "literallycanvas": "https://github.com/literallycanvas/literallycanvas/archive/v0.4.13.tar.gz",
114     "pure": "https://github.com/pure-css/pure/releases/download/v0.5.0/pure-0.5.0.tar.gz",
115     "react-15-1-0": "https://github.com/facebook/react/releases/download/v15.1.0/react-15.1.0.zip",
116     "summernote-nugget": "https://github.com/pHAlkaline/summernote-plugins"
117   }