forked from crsten/datepickk
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
50 lines (50 loc) · 1.24 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
{
"name": "datepickk",
"description": "Flexbox/js datepicker",
"main": "src/js/datepickk.js",
"directories": {
"doc": "docs"
},
"scripts": {
"commit": "git-cz",
"semantic-release": "semantic-release pre && npm publish && semantic-release post",
"build": "webpack",
"dev": "webpack --watch",
"prepare": "npm run build"
},
"repository": {
"type": "git",
"url": "https://github.com/crsten/datepickk.git"
},
"keywords": [
"datepicker",
"js",
"flexbox"
],
"bugs": {
"url": "https://github.com/crsten/datepickk/issues"
},
"author": "Carsten Jacobsen",
"license": "MIT",
"devDependencies": {
"@babel/preset-env": "^7.0.0-beta.4",
"babel-loader": "^7.1.2",
"babel-minify-webpack-plugin": "^0.2.0",
"babel-preset-env": "^1.6.1",
"clean-webpack-plugin": "^0.1.17",
"css-loader": "^0.28.7",
"cz-conventional-changelog": "^2.1.0",
"extract-text-webpack-plugin": "^3.0.2",
"less": "^2.7.3",
"less-loader": "^4.0.5",
"optimize-css-assets-webpack-plugin": "^3.2.0",
"semantic-release": "^4.3.5",
"style-loader": "^0.19.0",
"webpack": "^3.8.1"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}