This repository has been archived by the owner on Dec 18, 2023. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 132
/
package.json
74 lines (74 loc) · 1.97 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
{
"name": "litepicker",
"version": "2.0.12",
"description": "Date range picker - lightweight, no dependencies",
"main": "./dist/litepicker.umd.js",
"types": "./dist/types/index.d.ts",
"scripts": {
"prod": "webpack --config config/webpack.prod.js",
"dev": "webpack --config config/webpack.dev.js",
"nocss": "webpack --config config/webpack.nocss.js",
"plugins": "webpack --config config/webpack.plugins.js && webpack --config config/webpack.plugins.nocss.js",
"watch": "webpack -w --config config/webpack.dev.js",
"test": "jest"
},
"keywords": [
"datepicker",
"date",
"daterange",
"date",
"picker",
"range",
"lightweight",
"no-dependencies"
],
"repository": {
"type": "git",
"url": "https://github.com/wakirin/litepicker.git"
},
"author": {
"name": "Rinat G.",
"email": "[email protected]",
"url": "https://lvl.ninja"
},
"homepage": "https://litepicker.com",
"bugs": {
"url": "https://github.com/wakirin/litepicker/issues"
},
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.12.10",
"@babel/preset-env": "^7.12.11",
"@types/jest": "^24.0.23",
"@types/node": "^12.12.7",
"autoprefixer": "^9.7.2",
"babel-loader": "^8.2.2",
"css-loader": "^3.6.0",
"dts-css-modules-loader": "^1.0.1",
"eslint": "^7.3.1",
"eslint-plugin-compat": "^3.7.0",
"identity-obj-proxy": "^3.0.0",
"jest": "^24.9.0",
"mini-css-extract-plugin": "^0.8.2",
"parallel-webpack": "^2.6.0",
"postcss-loader": "^3.0.0",
"proxy-polyfill": "^0.3.0",
"sass": "^1.42.1",
"sass-loader": "^8.0.0",
"style-loader": "^1.0.0",
"ts-jest": "^24.2.0",
"ts-loader": "^6.2.1",
"tslint": "^5.20.1",
"tslint-config-airbnb": "^5.11.2",
"typescript": "^3.7.2",
"webpack": "^4.41.2",
"webpack-cli": "^3.3.10",
"webpack-merge": "^4.2.2"
},
"browserslist": [
"defaults",
"last 2 versions",
"not ie < 11",
"> 1%"
]
}