-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
65 lines (65 loc) · 1.9 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
57
58
59
60
61
62
63
64
65
{
"name": "the-react-datetime-picker",
"version": "0.2.1",
"description": "The only react datepicker that really works on desktop and mobile with a neat UX concept.",
"main": "dist/index.js",
"scripts": {
"test": "jest",
"test:coverage": "jest --coverage",
"start": "webpack-dev-server --hot --host '0.0.0.0'",
"build": "WEBPACK_ENV=build webpack",
"prepublish": "npm run build"
},
"repository": {
"type": "git",
"url": "https://github.com/HeuteTanzen/the-react-datetime-picker.git"
},
"keywords": [
"datepicker",
"timepicker",
"datetimepicker"
],
"author": "Calamari <g.tavonius@gmail.com>",
"license": "MIT",
"dependencies": {
"date-fns": "^1.29.0",
"postcss-import": "^11.0.0"
},
"devDependencies": {
"autoprefixer": "^7.1.4",
"babel-cli": "^6.26.0",
"babel-core": "^6.26.0",
"babel-eslint": "^8.0.1",
"babel-loader": "^7.1.2",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-preset-env": "^1.6.1",
"babel-preset-react": "^6.24.1",
"core-decorators": "^0.20.0",
"css-loader": "^0.28.7",
"eslint": "^4.9.0",
"eslint-config-standard": "^10.2.1",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-node": "^5.2.1",
"eslint-plugin-promise": "^3.6.0",
"eslint-plugin-react": "^7.4.0",
"eslint-plugin-standard": "^3.0.1",
"flow-babel-webpack-plugin": "^1.1.0",
"glamor": "^2.20.40",
"glamorous": "^4.10.0",
"html-webpack-plugin": "^2.30.1",
"jest": "^21.2.1",
"postcss-cssnext": "^3.0.2",
"postcss-loader": "^2.0.6",
"react": ">=15",
"react-dom": "^16.0.0",
"style-loader": "^0.18.2",
"svg-inline-loader": "^0.8.0",
"webpack": "^3.6.0",
"webpack-dev-server": "^2.9.1"
},
"peerDependencies": {
"react": ">=15"
}
}