UNPKG

4.88 kBJSONView Raw
1{
2 "name": "vue-datetime",
3 "version": "1.0.0-beta.13",
4 "description": "Mobile friendly datetime picker for Vue. Supports date, datetime and time modes, i18n and disabling dates.",
5 "keywords": [
6 "datetime",
7 "datetime-picker",
8 "picker",
9 "date",
10 "vue"
11 ],
12 "author": "Mario Juárez <mario@mjp.one>",
13 "main": "dist/vue-datetime.common.js",
14 "module": "dist/vue-datetime.esm.js",
15 "browser": "dist/vue-datetime.js",
16 "unpkg": "dist/vue-datetime.js",
17 "style": "dist/vue-datetime.css",
18 "files": [
19 "dist",
20 "src"
21 ],
22 "scripts": {
23 "clean": "rimraf dist && rimraf build/dist",
24 "build": "node build/build.js",
25 "build:dll": "webpack --progress --config build/webpack.config.dll.js",
26 "lint": "yon run lint:js && yon run lint:css",
27 "lint:js": "eslint --ext js --ext vue src test/**/*.spec.js test/*.js build",
28 "lint:js:fix": "yon run lint:js -- --fix",
29 "lint:css": "stylelint src/**/*.{vue,css}",
30 "lint:staged": "lint-staged",
31 "pretest": "yon run lint",
32 "test": "cross-env BABEL_ENV=test karma start test/karma.conf.js --single-run",
33 "dev": "webpack-dashboard -- webpack-dev-server --config build/webpack.config.dev.js --open",
34 "dev:coverage": "cross-env BABEL_ENV=test karma start test/karma.conf.js",
35 "demo": "webpack-dev-server --config build/webpack.config.demo.js --open",
36 "demo:build": "webpack --config build/webpack.config.demo.js",
37 "demo:deploy": "gh-pages -d demo",
38 "version": "auto-changelog -p --starting-commit 975d478b80b8e1ed3663f55b34c3a35521a43bdb --commit-limit false && git add CHANGELOG.md",
39 "prepublish": "yon run build && yon run demo:build",
40 "postpublish": "yon run demo:deploy"
41 },
42 "lint-staged": {
43 "*.{vue,js}": [
44 "eslint --fix"
45 ],
46 "*.{vue,css}": [
47 "stylefmt",
48 "stylelint"
49 ]
50 },
51 "pre-commit": "lint:staged",
52 "devDependencies": {
53 "add-asset-html-webpack-plugin": "^2.0.0",
54 "auto-changelog": "^1.3.0",
55 "babel-core": "^6.24.0",
56 "babel-eslint": "^7.2.0",
57 "babel-loader": "^7.0.0",
58 "babel-plugin-istanbul": "^4.1.0",
59 "babel-plugin-transform-object-rest-spread": "^6.23.0",
60 "babel-plugin-transform-runtime": "^6.23.0",
61 "babel-preset-env": "^1.4.0",
62 "buble": "^0.15.2",
63 "chai": "^3.5.0",
64 "chai-dom": "^1.4.0",
65 "clean-css": "^4.0.0",
66 "cross-env": "^4.0.0",
67 "css-loader": "^0.28.0",
68 "eslint": "^3.19.0",
69 "eslint-config-vue": "^2.0.0",
70 "eslint-plugin-vue": "^2.0.0",
71 "extract-text-webpack-plugin": "^2.1.0",
72 "gh-pages": "^1.1.0",
73 "html-webpack-plugin": "^2.28.0",
74 "karma": "^1.7.0",
75 "karma-chai-dom": "^1.1.0",
76 "karma-chrome-launcher": "^2.1.0",
77 "karma-coverage": "^1.1.0",
78 "karma-mocha": "^1.3.0",
79 "karma-sinon-chai": "^1.3.0",
80 "karma-sourcemap-loader": "^0.3.7",
81 "karma-spec-reporter": "^0.0.31",
82 "karma-webpack": "^2.0.0",
83 "lint-staged": "^3.4.0",
84 "luxon": "^1.0.0",
85 "mkdirp": "^0.5.1",
86 "mocha": "^3.3.0",
87 "mocha-css": "^1.0.1",
88 "postcss": "^6.0.0",
89 "postcss-cssnext": "^2.10.0",
90 "postcss-loader": "^2.0.9",
91 "pre-commit": "^1.2.0",
92 "rimraf": "^2.6.0",
93 "rollup": "^0.41.6",
94 "rollup-plugin-buble": "^0.15.0",
95 "rollup-plugin-commonjs": "^8.0.0",
96 "rollup-plugin-node-resolve": "^3.0.0",
97 "rollup-plugin-postcss": "^0.4.1",
98 "rollup-plugin-replace": "^1.1.0",
99 "rollup-plugin-vue": "^2.3.0",
100 "sinon": "2.2.0",
101 "sinon-chai": "^2.10.0",
102 "style-loader": "^0.17.0",
103 "stylefmt": "^5.3.0",
104 "stylelint": "^7.10.0",
105 "stylelint-config-standard": "^16.0.0",
106 "stylelint-processor-html": "^1.0.0",
107 "uglify-js": "^3.0.0",
108 "uppercamelcase": "^3.0.0",
109 "vue": "^2.3.0",
110 "vue-loader": "^12.0.0",
111 "vue-template-compiler": "^2.3.0",
112 "webpack": "^2.5.0",
113 "webpack-bundle-analyzer": "^2.4.0",
114 "webpack-dashboard": "^0.4.0",
115 "webpack-dev-server": "^2.4.0",
116 "webpack-merge": "^4.0.0",
117 "weekstart": "^1.0.0",
118 "yarn-or-npm": "^2.0.0"
119 },
120 "peerDependencies": {
121 "luxon": "^1.0.0",
122 "vue": "^2.3.0",
123 "weekstart": "^1.0.0"
124 },
125 "dllPlugin": {
126 "name": "vuePluginTemplateDeps",
127 "include": [
128 "mocha/mocha.js",
129 "style-loader!css-loader!mocha-css",
130 "html-entities",
131 "vue/dist/vue.js",
132 "chai",
133 "core-js/library",
134 "url",
135 "sockjs-client",
136 "vue-style-loader/lib/addStylesClient.js",
137 "events",
138 "ansi-html",
139 "style-loader/addStyles.js"
140 ]
141 },
142 "repository": {
143 "type": "git",
144 "url": "git+https://github.com/mariomka/vue-datetime.git"
145 },
146 "bugs": {
147 "url": "https://github.com/mariomka/vue-datetime/issues"
148 },
149 "homepage": "https://github.com/mariomka/vue-datetime#readme",
150 "license": {
151 "type": "MIT",
152 "url": "http://www.opensource.org/licenses/mit-license.php"
153 }
154}