-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
99 lines (99 loc) · 2.56 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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
{
"name": "react-styled-date-time-picker",
"version": "2.0.9",
"main": "build/index.js",
"author": "w01fgang <[email protected]> (http://v-tour.pro/)",
"license": "MIT",
"repository": "[email protected]:w01fgang/react-styled-date-time-picker.git",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "webpack --watch",
"build": "webpack",
"flow": "glow",
"lint": "eslint src",
"prepublish": "npm run build"
},
"dependencies": {
"lodash.chunk": "^4.2.0",
"lodash.range": "^3.2.0",
"luxon": "^0.5.3",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"styled-components": "^4.0.2"
},
"devDependencies": {
"babel-cli": "6.26.0",
"babel-core": "^6.26.3",
"babel-eslint": "10.0.1",
"babel-loader": "^7.1.2",
"babel-plugin-flow-runtime": "0.19.0",
"babel-plugin-styled-components": "1.10.6",
"babel-plugin-transform-class-properties": "6.24.1",
"babel-plugin-transform-decorators-legacy": "1.3.5",
"babel-plugin-transform-object-rest-spread": "6.26.0",
"babel-plugin-transform-react-constant-elements": "6.23.0",
"babel-plugin-transform-react-inline-elements": "6.22.0",
"babel-plugin-transform-react-jsx": "^6.24.1",
"babel-plugin-transform-react-pure-class-to-function": "1.0.1",
"babel-plugin-transform-react-remove-prop-types": "0.4.24",
"babel-preset-env": "^1.7.0",
"babel-preset-flow": "^6.23.0",
"babel-preset-react": "^6.24.1",
"eslint": "^5.16.0",
"eslint-config-airbnb": "17.1.1",
"eslint-plugin-flowtype": "3.13.0",
"eslint-plugin-import": "2.18.2",
"eslint-plugin-jsx-a11y": "6.2.3",
"eslint-plugin-react": "7.14.3",
"flow-bin": "0.104.0",
"flow-runtime": "0.17.0",
"flow-typed": "2.6.1",
"glow": "1.2.2",
"husky": "3.0.3",
"lint-staged": "7.3.0",
"webpack": "3.12.0"
},
"babel": {
"plugins": [
"styled-components"
],
"presets": [
[
"env",
{
"modules": false
}
],
"react",
"stage-0"
],
"env": {
"production": {
"only": [
"app"
],
"plugins": [
"transform-react-remove-prop-types",
"transform-react-constant-elements",
"transform-react-inline-elements"
]
},
"test": {
"plugins": [
"transform-es2015-modules-commonjs",
"dynamic-import-node"
]
}
},
"bolt": {
"workspaces": [
"example"
]
}
},
"bolt": {
"workspaces": [
"example"
]
}
}