-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1.02 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
{
"name": "wc-datepicker",
"version": "0.0.1",
"description": "Web component based datepicker with simple api",
"dependencies": {
"date-fns": "^1.30.1"
},
"devDependencies": {
"node-sass": "^4.12.0",
"webpack": "^4.35.0",
"html-webpack-plugin": "^3.2.0",
"webpack-dev-server": "^3.7.2",
"css-loader": "^3.0.0",
"style-loader": "^0.23.1",
"sass-loader": "^7.1.0",
"webpack-cli": "^3.3.4"
},
"scripts": {
"start": "webpack-dev-server --mode=development --inline",
"build": "webpack --mode=production"
},
"repository": {
"type": "git",
"url": "git+https://github.com/smuszel/wc-datepicker.git"
},
"keywords": [
"datepicker",
"date",
"web-components"
],
"author": "Stanislaw Muszel",
"license": "MIT",
"bugs": {
"url": "https://github.com/smuszel/wc-datepicker/issues"
},
"homepage": "https://github.com/smuszel/wc-datepicker#readme"
}