forked from wakirin/Litepicker
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
69 lines (69 loc) · 1.78 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
{
"name": "litepicker",
"version": "1.5.7",
"description": "Date range picker - lightweight, no dependencies",
"main": "./dist/js/main.js",
"types": "./dist/js/index.d.ts",
"scripts": {
"prod": "webpack --config config/webpack.prod.js && webpack --config config/webpack.nocss.js",
"dev": "webpack --config config/webpack.dev.js",
"docs": "webpack --config config/webpack.docs.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": "litepicker@lvl.ninja",
"url": "https://lvl.ninja"
},
"homepage": "https://github.com/wakirin/litepicker#readme",
"bugs": {
"url": "https://github.com/wakirin/litepicker/issues"
},
"license": "MIT",
"devDependencies": {
"@types/jest": "^24.9.1",
"@types/node": "^12.12.47",
"autoprefixer": "^9.8.4",
"css-loader": "^3.6.0",
"dts-css-modules-loader": "^1.0.3",
"eslint": "^7.3.1",
"eslint-plugin-compat": "^3.7.0",
"identity-obj-proxy": "^3.0.0",
"jest": "^24.9.0",
"mini-css-extract-plugin": "^2.7.6",
"node-sass": "^9.0.0",
"postcss-loader": "^3.0.0",
"proxy-polyfill": "^0.3.1",
"sass-loader": "^13.3.2",
"style-loader": "^1.2.1",
"ts-jest": "^24.3.0",
"ts-loader": "^6.2.2",
"tslint": "^5.20.1",
"tslint-config-airbnb": "^5.11.2",
"typescript": "^3.9.5",
"webpack": "^5.88.2",
"webpack-cli": "^5.1.4",
"webpack-merge": "^4.2.2"
},
"browserslist": [
"defaults",
"last 2 versions",
"not ie < 11",
"> 1%"
]
}