-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
136 lines (136 loc) · 4.89 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
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
{
"name": "@bonlineza/b-lib",
"version": "4.0.0",
"scripts": {
"start": "start-storybook -p 9001 -c .storybook -s ./public",
"clean": "rimraf ./build/*.*",
"build": "npm run clean && ./node_modules/.bin/rollup -c",
"build:storybook": "build-storybook -c .storybook -o docs/storybook",
"build:publish": "npm run clean && npm run test && npm run build && npm run docs && npm login && npm publish",
"lint": "eslint ./src",
"jest": "jest --env=jsdom",
"test": "run-s lint jest",
"posttest": "npm run format",
"eject": "react-scripts eject",
"precommit": "lint-staged",
"format": "prettier --write './src/**/*.{js,css,md}'",
"docs": "node ./scripts/doc-gen.js"
},
"main": "build/bundle.js",
"files": [
"build/*",
"*.js",
"!rollup.config.js",
"!webpack.config.base.js",
"src/components/DateRangePicker/initialize.js"
],
"dependencies": {
"@wojtekmaj/enzyme-adapter-react-17": "^0.6.7",
"google-map-react": "1.1.4",
"lodash": "^4.17.0",
"moment": "^2.18.1",
"numeral": "^2.0.6",
"react-dates": "https://github.com/bonlineza/react-dates#v16.0.1-showBeforeTodayDifferently-lib",
"react-dom-factories": "^1.0.2",
"react-dropzone": "^4.2.1",
"react-selectize": "^3.0.1",
"react-transition-group": "^1.1.2"
},
"devDependencies": {
"@babel/cli": "^7.5.0",
"@babel/core": "^7.3.4",
"@babel/plugin-proposal-class-properties": "^7.3.3",
"@babel/plugin-proposal-decorators": "^7.0.0",
"@babel/plugin-proposal-do-expressions": "^7.0.0",
"@babel/plugin-proposal-export-default-from": "^7.2.0",
"@babel/plugin-proposal-export-namespace-from": "^7.0.0",
"@babel/plugin-proposal-function-bind": "^7.0.0",
"@babel/plugin-proposal-function-sent": "^7.0.0",
"@babel/plugin-proposal-json-strings": "^7.0.0",
"@babel/plugin-proposal-logical-assignment-operators": "^7.0.0",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.0.0",
"@babel/plugin-proposal-numeric-separator": "^7.0.0",
"@babel/plugin-proposal-object-rest-spread": "^7.5.4",
"@babel/plugin-proposal-optional-chaining": "^7.2.0",
"@babel/plugin-proposal-pipeline-operator": "^7.0.0",
"@babel/plugin-proposal-private-methods": "^7.4.3",
"@babel/plugin-proposal-throw-expressions": "^7.0.0",
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
"@babel/plugin-syntax-import-meta": "^7.0.0",
"@babel/plugin-transform-modules-commonjs": "^7.2.0",
"@babel/plugin-transform-regenerator": "^7.0.0",
"@babel/plugin-transform-runtime": "^7.5.5",
"@babel/preset-env": "^7.3.4",
"@babel/preset-flow": "^7.0.0",
"@rollup/plugin-node-resolve": "^7.0.0",
"@storybook/addon-actions": "^6.5.9",
"@storybook/react": "^6.5.9",
"autoprefixer": "^9.6.1",
"axios": "^0.21.1",
"babel-eslint": "^10.0.3",
"babel-loader": "^8.0.5",
"babel-plugin-css-modules-transform": "^1.6.2",
"babel-plugin-flow-react-proptypes": "^25.1.0",
"babel-plugin-syntax-async-functions": "^6.13.0",
"babel-plugin-transform-async-functions": "^6.22.0",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-inline-environment-variables": "^0.2.0",
"babel-plugin-webpack-alias-7": "^0.1.1",
"babel-preset-env": "^1.7.0",
"babel-preset-react": "^6.24.1",
"css-loader": "^1.0.0",
"cssnano": "^4.1.10",
"enzyme": "^3.7.0",
"eslint": "^5.16.0",
"eslint-config-airbnb": "17.1.1",
"eslint-config-prettier": "^2.9.0",
"eslint-import-resolver-webpack": "^0.11.1",
"eslint-plugin-babel": "^5.3.0",
"eslint-plugin-flowtype": "^2.42.0",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-prettier": "^2.6.2",
"eslint-plugin-react": "^7.6.1",
"eslint-plugin-react-hooks": "^1.5.1",
"husky": "^1.1.2",
"identity-obj-proxy": "^3.0.0",
"jest": "^24.8.0",
"lint-staged": "^7.3.0",
"moxios": "^0.4.0",
"npm-run-all": "^4.1.1",
"postcss": "^8.2.13",
"prettier": "^1.19.1",
"prop-types": "^15.7.2",
"react": "^17.0.2",
"react-docgen": "^4.1.1",
"react-docs-markdown": "^0.8.0",
"react-dom": "^17.0.2",
"react-scripts": "3.4.1",
"react-test-renderer": "^16.0.0",
"rollup": "^1.17.0",
"rollup-plugin-babel": "^4.3.3",
"rollup-plugin-sass": "^1.2.2",
"sass": "^1.51.0",
"sass-loader": "10",
"style-loader": "^0.23.1",
"webpack": "^4.0.0"
},
"lint-staged": {
"*.js": [
"eslint --fix",
"git add"
]
},
"jest": {
"moduleNameMapper": {
"\\.(jpg|jpeg|png|gif|eot|otf|webp|svg|ttf|woff|woff2|mp4|webm|wav|mp3|m4a|aac|oga)$": "<rootDir>/__mocks__/fileMock.js",
"\\.(css|less|sass|scss|postcss)$": "identity-obj-proxy",
"../Preview/ControlItem": "<rootDir>/__mocks__/fileMock.js"
},
"collectCoverage": true
},
"peerDependencies": {
"react": "17.0.2",
"react-dom": "^17.0.2"
}
}