-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.34 KB
/
Copy pathpackage.json
File metadata and controls
46 lines (46 loc) · 1.34 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
{
"name": "react-omg-datetime",
"version": "1.1.3",
"description": "A date and time picker in the same React.js component.",
"main": "lib/index.js",
"scripts": {
"lib": "babel src/lib -d lib --copy-files",
"lib:watch": "babel src/lib -w -d lib --copy-files",
"docs": "webpack-dev-server",
"docs:prod": "webpack -p"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Tim1023/react-omg-datetime.git"
},
"keywords": [
"react",
"datetime"
],
"author": "Tim Zhao",
"license": "MIT",
"peerDependencies": {
"react": "^15.3.0 || ^16.2.0",
"react-dom": "^15.3.0 || ^16.2.0"
},
"devDependencies": {
"@babel/cli": "^7.0.0-beta.37",
"@babel/core": "^7.0.0-beta.37",
"@babel/plugin-proposal-class-properties": "^7.0.0-beta.44",
"@babel/plugin-proposal-object-rest-spread": "^7.0.0-beta.44",
"@babel/preset-env": "^7.0.0-beta.37",
"@babel/preset-react": "^7.0.0-beta.37",
"babel-loader": "^8.0.0-beta.0",
"css-loader": "^0.28.8",
"html-webpack-plugin": "^2.30.1",
"react": "^16.3.1",
"react-dom": "^16.3.1",
"style-loader": "^0.19.1",
"webpack": "^3.10.0",
"webpack-dev-server": "^2.11.0"
},
"bugs": {
"url": "https://github.com/Tim1023/react-omg-datetime/issues"
},
"homepage": "https://github.com/Tim1023/react-omg-datetime#readme"
}