forked from prakash-selvam/react-timezone
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.49 KB
/
package.json
File metadata and controls
58 lines (58 loc) · 1.49 KB
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
{
"name": "react-timezone",
"version": "1.0.5",
"description": "React timezone picker",
"main": "build/react-timezone.min.js",
"scripts": {
"build": "webpack && webpack -p --env.minify",
"lint": "eslint webpack.config.js src",
"prepublish": "npm run lint && npm run build"
},
"files": [
"./build/react-timezone.js",
"./build/react-timezone.min.js"
],
"author": "Vahagn Aharonian <vahagn.aharonian@gmail.com>",
"license": "MIT",
"devDependencies": {
"babel-core": "^6.17.0",
"babel-loader": "^7.1.2",
"babel-preset-env": "^1.6.1",
"babel-preset-react": "^6.3.13",
"css-loader": "^0.28.7",
"eslint": "^4.12.0",
"eslint-config-airbnb": "^16.1.0",
"eslint-plugin-import": "^2.0.1",
"eslint-plugin-jsx-a11y": "^6.0.2",
"eslint-plugin-react": "^7.5.1",
"json-loader": "^0.5.4",
"style-loader": "^0.19.0",
"stylus": "^0.54.5",
"stylus-loader": "^3.0.1",
"webpack": "^3.8.1"
},
"peerDependencies": {
"react": "^0.14.3 || ^15.0.0 || ^16.0.0"
},
"dependencies": {
"classnames": "^2.2.5",
"prop-types": "^15.6.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vahagnaharonian/react-timezone.git"
},
"keywords": [
"react",
"timezones",
"picker",
"timezone",
"input",
"form",
"field"
],
"bugs": {
"url": "https://github.com/vahagnaharonian/react-timezone/issues"
},
"homepage": "https://github.com/vahagnaharonian/react-timezone#readme"
}