This repository has been archived by the owner on Jun 17, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
60 lines (60 loc) · 1.68 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
{
"name": "slim-datepicker",
"version": "1.1.1",
"description": "Slim input date input with optimized keyboard travel and an optional date picker modal",
"keywords": [
"calendar",
"slim",
"react calendar",
"quick calendar",
"calendar popup",
"calendar input"
],
"main": "dist/index.js",
"module": "dist/index.modern.js",
"source": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build-live": "webpack --progress -w",
"build-main": "webpack --progress",
"build-prod": "set NODE_ENV=production && webpack --config webpack.config.js --progress",
"build": "npm run build-main && npm run build-demo -w"
},
"author": "BharatPe Engineering",
"license": "ISC",
"repository": {
"type": "git",
"url": "https://github.com/bharatpe/slim-datepicker"
},
"peerDependencies": {
"react": "^16.0.0",
"react-dom": "^16.13.1"
},
"devDependencies": {
"css-loader": "^0.28.9",
"file-loader": "^1.1.6",
"node-sass": "^4.7.2",
"prop-types": "^15.6.0",
"react-calendar": "3.1.0",
"sass-loader": "^6.0.6",
"style-loader": "^0.20.2",
"uglifyjs-webpack-plugin": "^2.1.2",
"url-loader": "^0.6.2",
"webpack": "^3.10.0"
},
"dependencies": {
"@babel/core": "^7.10.4",
"@babel/preset-env": "^7.10.4",
"@babel/preset-es2017": "^7.0.0-beta.53",
"@babel/preset-react": "^7.10.4",
"babel": "^6.23.0",
"babel-cli": "^6.26.0",
"babel-core": "^6.26.3",
"babel-loader": "^8.1.0",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.7.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"install": "^0.10.4"
}
}