-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
50 lines (50 loc) · 1.44 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
{
"name": "react-target-time",
"version": "1.0.0",
"description": "component for select hour on week",
"keywords": ["react","component","week","time","hour","select","moment"],
"main": "src/TargetTime/index.js",
"scripts": {
"styleguide-server": "styleguidist server",
"styleguide-build": "styleguidist build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nfort/react-target-time.git"
},
"author": "nfort",
"license": "MIT",
"bugs": {
"url": "https://github.com/nfort/react-target-time/issues"
},
"homepage": "https://github.com/nfort/react-target-time#readme",
"dependencies": {
"classnames": "^2.2.5",
"install": "^0.8.1",
"lodash": "^4.16.2",
"moment": "^2.15.1",
"npm": "^3.10.8",
"pure-render-decorator": "^1.1.1",
"rc-checkbox": "^1.4.2",
"react": "^15.3.2",
"react-dom": "^15.3.2",
"react-icons": "^2.2.1"
},
"devDependencies": {
"babel-core": "^6.14.0",
"babel-loader": "^6.2.5",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-preset-es2015": "^6.14.0",
"babel-preset-react": "^6.11.1",
"babel-preset-react-hmre": "^1.1.1",
"babel-preset-stage-0": "^6.16.0",
"css-loader": "^0.25.0",
"modularscale-sass": "^2.1.1",
"node-sass": "^3.10.1",
"react-styleguidist": "^3.1.1",
"sass-loader": "^4.0.2",
"style-loader": "^0.13.1",
"svg-react-loader": "^0.3.7",
"webpack": "^1.13.2"
}
}