-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.09 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.09 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
{
"name": "react-dynamic-time-slider",
"version": "1.0.1",
"description": "modern dynamic time slider that takes am and pm",
"author": "Carlos Lantigua",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/CLantigua2/react-dynamic-time-slider.git"
},
"main": "build/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "webpack --watch",
"build": "webpack"
},
"peerDependencies": {
"react": "^16.8.6",
"moment": "^2.24.0",
"prop-types": "^15.7.2",
"react-input-range": "^1.3.0"
},
"dependencies": {
"moment": "^2.24.0",
"prop-types": "^15.7.2",
"react-input-range": "^1.3.0",
"react": "^16.8.6"
},
"devDependencies": {
"webpack": "^4.32.2",
"babel-cli": "^6.26.0",
"babel-core": "^6.26.3",
"babel-loader": "^7.1.4",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-plugin-transform-react-jsx": "^6.24.1",
"babel-preset-env": "^1.7.0",
"css-loader": "^2.1.1",
"style-loader": "^0.23.1",
"webpack-cli": "^3.0.4"
}
}