forked from timekit-io/booking-js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
56 lines (56 loc) · 2.02 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
{
"name": "timekit-booking",
"version": "2.6.0",
"description": "Make a beautiful embeddable booking widget in minutes",
"main": "dist/booking.min.js",
"repository": {
"type": "git",
"url": "https://github.com/timekit-io/booking-js.git"
},
"scripts": {
"watch": "webpack --watch & webpack --config webpack.config.min.js --watch && kill $!",
"build": "webpack && webpack --config webpack.config.min.js --bail",
"release:patch": "../flux/flux timekit:release patch booking-js",
"release:minor": "../flux/flux timekit:release minor booking-js",
"release:major": "../flux/flux timekit:release major booking-js",
"deploy:prod": "../flux/flux timekit:deploy prod booking-js",
"deploy:staging": "../flux/flux timekit:deploy staging booking-js",
"test": "webpack && webpack --config webpack.config.min.js && karma start --single-run",
"test:watch": "webpack && webpack --config webpack.config.min.js && karma start --watch"
},
"author": "Timekit Inc.",
"license": "MIT",
"dependencies": {
"console-polyfill": "^0.2.2",
"es6-promise-promise": "^1.0.0",
"fullcalendar": "^3.4.0",
"json-stringify-safe": "^5.0.1",
"moment": "^2.10.6",
"moment-timezone": "^0.5.13",
"querystringify": "^2.0.0",
"sprintf-js": "^1.0.3",
"timekit-sdk": "^1.16.0"
},
"devDependencies": {
"autoprefixer-loader": "^3.1.0",
"css-loader": "^0.21.0",
"jasmine": "^2.3.2",
"jasmine-jquery": "^2.1.1",
"jquery": "^3.2.1",
"json-loader": "^0.5.4",
"karma": "^0.13.0",
"karma-chrome-launcher": "^0.1.12",
"karma-jasmine": "^0.3.5",
"karma-jasmine-ajax": "^0.1.12",
"karma-jasmine-jquery": "^0.1.1",
"karma-sourcemap-loader": "^0.3.5",
"karma-spec-reporter": "0.0.19",
"karma-webpack": "^1.7.0",
"mustache-loader": "https://github.com/laander/mustache-loader#loader-utils-as-dependency",
"node-sass": "^3.4.1",
"sass-loader": "^3.1.1",
"style-loader": "^0.13.0",
"svg-inline-loader": "^0.3.0",
"webpack": "^1.12.2"
}
}