-
Notifications
You must be signed in to change notification settings - Fork 41
/
package.json
56 lines (56 loc) · 1.69 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": "timezone-picker",
"version": "2.0.0-1",
"description": "Select your timezone using world map",
"main": "dist/timezone-picker.min.js",
"scripts": {
"dev": "cross-env NODE_ENV=development webpack-dev-server --progress --inline --hot --open --mode development",
"prod": "cross-env NODE_ENV=production webpack --mode production "
},
"repository": {
"type": "git",
"url": "git+https://github.com/kevalbhatt/timezone-picker.git"
},
"keywords": [
"jquery-timezone",
"select",
"timezone",
"UI",
"timezone",
"picker"
],
"author": "Keval Bhatt",
"license": "MIT",
"bugs": {
"url": "https://github.com/kevalbhatt/timezone-picker/issues"
},
"homepage": "https://github.com/kevalbhatt/timezone-picker#readme",
"dependencies": {
"jquery": "^3.3.1",
"moment-timezone": "^0.5.17",
"select2": "^4.0.6-rc.1"
},
"devDependencies": {
"babel": "^6.23.0",
"babel-core": "^6.26.3",
"babel-loader": "^7.1.4",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-module-resolver": "^3.1.1",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-decorators-legacy": "^1.3.5",
"babel-plugin-transform-flow-strip-types": "^6.22.0",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-preset-env": "^1.7.0",
"clean-webpack-plugin": "^0.1.19",
"cross-env": "^5.1.6",
"css-loader": "^0.28.11",
"expose-loader": "^0.7.5",
"extract-text-webpack-plugin": "^4.0.0-beta.0",
"html-webpack-plugin": "^3.2.0",
"node-sass": "^4.9.0",
"sass-loader": "^7.0.3",
"webpack": "^4.12.0",
"webpack-cli": "^3.0.3",
"webpack-dev-server": "^3.1.4"
}
}