-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (33 loc) · 840 Bytes
/
package.json
File metadata and controls
34 lines (33 loc) · 840 Bytes
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
{
"name": "preact-datepicker",
"version": "0.0.1",
"description": "A preact port of the Angular datepick from Kekeh (http://kekeh.github.io/mydatepicker/)",
"keywords": [
"preact",
"angular2",
"angular4",
"angular",
"datepicker",
"datepicker",
"port"],
"author": "Mukul Gupta <mukul.gupta@ymail.com>",
"license": "MIT",
"dependencies": {
"classnames": "^2.2.5",
"css-loader": "^0.28.1",
"extract-text-webpack-plugin": "^2.1.0",
"preact": "^8.1.0",
"style-loader": "^0.17.0",
"ts-loader": "^2.0.3",
"typescript": "^2.3.2",
"webpack": "^2.5.1",
"webpack-uglify-harmony": "1.0.0"
},
"scripts": {
"build": "./node_modules/.bin/webpack",
"prod": "webpack --config webpack.prod.js --progress"
},
"devDependencies": {
"@types/node": "^7.0.18"
}
}