forked from weifeiyue/vue-datepicker-local
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
54 lines (54 loc) · 1.43 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
{
"name": "vue-datepicker-local",
"version": "1.0.9",
"description": "A datepicker for Vue.js",
"main": "src/index.js",
"files": [
"dist/**",
"src/**",
"LICENSE",
"README.md"
],
"scripts": {
"dev": "cross-env NODE_ENV=development webpack-dev-server --open --hot",
"build": "cross-env NODE_ENV=production webpack --progress --hide-modules"
},
"repository": {
"type": "git",
"url": "git+https://github.com/weifeiyue/vue-datepicker-local.git"
},
"keywords": [
"vue",
"datepicker",
"components"
],
"author": "weifeiyue <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/weifeiyue/vue-datepicker-local/issues"
},
"homepage": "https://github.com/weifeiyue/vue-datepicker-local#readme",
"dependencies": {
"vue": "^2.5.2"
},
"devDependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-preset-env": "^1.6.0",
"cross-env": "^5.1.0",
"css-loader": "^0.28.7",
"eslint": "^4.9.0",
"eslint-config-standard": "^10.2.1",
"eslint-plugin-html": "^3.2.2",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-node": "^5.2.0",
"eslint-plugin-promise": "^3.6.0",
"eslint-plugin-standard": "^3.0.1",
"extract-text-webpack-plugin": "^3.0.1",
"file-loader": "^1.1.5",
"vue-loader": "^13.3.0",
"vue-template-compiler": "^2.5.2",
"webpack": "^3.7.1",
"webpack-dev-server": "^2.9.2"
}
}