forked from mberneti/react-datepicker2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
140 lines (140 loc) · 4.8 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
137
138
139
140
{
"name": "react-datepicker2",
"version": "v3.3.2",
"description": "react datepicker component. (include persian jalaali calendar)",
"main": "dist/es/index.js",
"types": "dist/types/index.d.ts",
"module": "dist/es/index.js",
"repository": {
"type": "git",
"url": "https://github.com/mberneti/react-datepicker2"
},
"keywords": [
"react",
"react-datepicker",
"react-datepicker2",
"react-jalaali-datepicker",
"jalaali-datepicker",
"jalaali",
"datepicker",
"component",
"react component",
"react-component"
],
"author": "mohammadreza berneti (mberneti)",
"license": "MIT",
"scripts": {
"test": "jest --runInBand --detectOpenHandles --no-cache --config ./jest.config.js --coverage && minicat coverage/lcov.info | coveralls",
"start": "webpack-dev-server --mode development --config webpack.config.dev.js",
"build": "npm-run-all build:dist build:docs",
"build:dist": "npm run build:css && npm run build:js",
"build:docs": "webpack --config webpack.config.docs.js",
"build:js": "rollup -c",
"build:css": "npm run compile && npm run prefix && npm run minify",
"compile": "node-sass --output-style=expanded --source-map=true src/styles/style.scss src/styles/style.css",
"prefix": "postcss src/styles/style.css --use=autoprefixer --map=false --output=src/styles/style.css",
"minify": "cleancss --level=1 --source-map --source-map-inline-sources --output src/style.min.css src/styles/style.css",
"lint": "eslint src --fix",
"formatcodes": "prettier --write \"./src/**/*.js\""
},
"dependencies": {
"classnames": "^2.2.5",
"lodash.range": "^3.2.0",
"moment-jalaali": "0.9.1",
"moment-range": "^4.0.2",
"prop-types": "^15.7.2",
"rc-trigger": "3.0.0",
"react-highlight": "^0.12.0",
"react-onclickoutside": "^6.8.0",
"react-tether": "^2.0.0",
"react-with-styles": "4.1.0"
},
"devDependencies": {
"@babel/cli": "^7.4.4",
"@babel/core": "^7.4.5",
"@babel/plugin-external-helpers": "^7.2.0",
"@babel/plugin-proposal-class-properties": "^7.4.4",
"@babel/plugin-proposal-decorators": "^7.4.4",
"@babel/plugin-proposal-object-rest-spread": "^7.4.4",
"@babel/plugin-transform-modules-commonjs": "^7.4.4",
"@babel/plugin-transform-object-assign": "^7.2.0",
"@babel/plugin-transform-runtime": "^7.4.4",
"@babel/preset-env": "^7.4.5",
"@babel/preset-react": "^7.0.0",
"@babel/preset-stage-0": "^7.0.0",
"@babel/runtime": "^7.4.5",
"autoprefixer": "^9.5.1",
"babel-core": "^7.0.0-bridge.0",
"babel-eslint": "^10.0.1",
"babel-loader": "^8.0.6",
"babel-plugin-module-resolver": "^3.2.0",
"babel-plugin-transform-decorators-legacy": "^1.3.5",
"babel-polyfill": "^6.23.0",
"babel-preset-es2015": "^6.24.0",
"babel-preset-es2016": "^6.22.0",
"babel-preset-next": "^1.2.0",
"babel-preset-stage-0": "^6.22.0",
"babel-runtime": "^6.23.0",
"clean-css-cli": "^4.3.0",
"coveralls": "^2.12.0",
"css-loader": "^2.1.1",
"enzyme": "^2.9.1",
"enzyme-adapter-react-16": "^1.13.1",
"eslint": "^5.16.0",
"eslint-config-airbnb": "^17.1.0",
"eslint-config-prettier": "^4.3.0",
"eslint-plugin-import": "^2.17.3",
"eslint-plugin-jsx-a11y": "^6.2.1",
"eslint-plugin-prettier": "^3.1.0",
"eslint-plugin-react": "^7.13.0",
"file-loader": "^3.0.1",
"highlight.js": "^9.10.0",
"html-webpack-plugin": "^3.2.0",
"identity-obj-proxy": "^3.0.0",
"jest": "^24.8.0",
"jest-enzyme": "^7.0.2",
"jscoverage": "^0.6.0",
"mini-css-extract-plugin": "^0.6.0",
"minicat": "^1.0.0",
"moment": "^2.18.1",
"node-sass": "^4.12.0",
"nodeunit": "^0.11.0",
"npm-run-all": "^4.1.5",
"path": "^0.12.7",
"postcss-cli": "^6.1.2",
"postcss-loader": "^3.0.0",
"prettier": "^1.18.2",
"react": "^16.8.4",
"react-addons-test-utils": "^15.4.2",
"react-dom": "^16.8.4",
"react-parallax": "^2.2.0",
"react-sticky": "^6.0.3",
"react-switch": "^4.1.0",
"react-syntax-highlight": "^15.3.1",
"react-test-renderer": "^16.8.4",
"rollup": "2.6.0",
"rollup-plugin-babel": "^4.3.2",
"rollup-plugin-commonjs": "10.1.0",
"rollup-plugin-filesize": "^6.2.1",
"rollup-plugin-local-resolve": "^1.0.7",
"rollup-plugin-node-globals": "^1.4.0",
"rollup-plugin-node-resolve": "5.2.0",
"rollup-plugin-peer-deps-external": "^2.2.0",
"rollup-plugin-postcss": "^2.0.3",
"rollup-plugin-replace": "^2.2.0",
"rollup-plugin-terser": "^5.1.3",
"sass-loader": "^7.1.0",
"style-loader": "^0.23.1",
"webpack": "^4.32.2",
"webpack-cli": "^3.3.2",
"webpack-dev-server": "^3.4.1",
"webpack-node-externals": "^1.7.2"
},
"peerDependencies": {
"react": "^16.0.0",
"react-dom": "^16.0.0"
},
"browserslist": [
"last 2 versions"
]
}