-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
112 lines (112 loc) · 3.19 KB
/
package.json
File metadata and controls
112 lines (112 loc) · 3.19 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
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
{
"name": "@optios/react-date-time-range-picker",
"version": "2.0.0",
"dependencies": {
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.3.2",
"@testing-library/user-event": "^7.1.2",
"@types/cleave.js": "^1.4.6",
"@types/enzyme": "^3.10.16",
"@types/enzyme-adapter-react-16": "^1.0.9",
"@types/jest": "^24.0.0",
"@types/node": "^12.20.46",
"@types/react": "^16.14.23",
"@types/react-dom": "^16.9.14",
"cleave.js": "^1.6.0",
"enzyme": "^3.11.0",
"moment": "^2.24.0",
"pretty-format": "25.1.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-scripts": "3.4.3",
"sass": "^1.49.7",
"tslint": "^6.1.3",
"typescript": "^3.7.7"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "jest --coverage",
"eject": "react-scripts eject",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook",
"rollup": "rollup -c",
"rollup-watch": "rollup -c -w",
"tslint": "tslint -c tslint.json 'src/**/*.ts?(x)'"
},
"eslintConfig": {
"extends": "react-app",
"overrides": [
{
"files": [
"**/*.stories.*"
],
"rules": {
"import/no-anonymous-default-export": "off"
}
}
]
},
"files": [
"dist"
],
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"peerDependencies": {
"moment": "^2.24.0"
},
"devDependencies": {
"@babel/core": "^7.17.4",
"@rollup/plugin-commonjs": "^15.1.0",
"@rollup/plugin-node-resolve": "^9.0.0",
"@storybook/addon-actions": "^6.5.14",
"@storybook/addon-essentials": "^6.5.14",
"@storybook/addon-interactions": "^6.5.14",
"@storybook/addon-links": "^6.5.14",
"@storybook/builder-webpack4": "^6.5.14",
"@storybook/manager-webpack4": "^6.5.14",
"@storybook/node-logger": "^6.5.14",
"@storybook/preset-create-react-app": "^3.2.0",
"@storybook/react": "^6.5.14",
"@storybook/testing-library": "^0.0.13",
"babel-cli": "^6.26.0",
"babel-core": "^6.26.3",
"babel-loader": "^8.2.3",
"babel-runtime": "^6.26.0",
"enzyme-adapter-react-16": "^1.15.7",
"enzyme-to-json": "^3.6.2",
"jest": "^25.1.0",
"lodash": "^4.17.21",
"react-is": "^16.13.1",
"rollup": "^2.67.2",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-sass": "^1.2.10",
"rollup-plugin-typescript2": "^0.27.3",
"ts-jest": "^25.2.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/optiosteam/react-date-time-range-picker.git"
},
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/optiosteam/react-date-time-range-picker/issues"
},
"description": "This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).",
"homepage": "https://github.com/optiosteam/react-date-time-range-picker#readme",
"main": "dist/index.js",
"module": "dist/index.es.js",
"jsnext:main": "dist/index.es.js",
"keywords": [],
"author": ""
}