-
-
Notifications
You must be signed in to change notification settings - Fork 34
/
package.json
75 lines (75 loc) · 2.2 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
{
"name": "vue-smooth-picker",
"version": "0.4.2",
"description": "A vue2 data picker that like native datetime picker",
"main": "dist/smooth-picker.js",
"scripts": {
"dev": "./node_modules/.bin/webpack --config conf/webpack.conf.js --watch --progress --color --mode development",
"build": "./node_modules/.bin/webpack --config conf/webpack.conf.js --progress --color --mode production",
"prepare": "npm run build",
"test": "echo \"Warning: no test specified yet\" && exit 0"
},
"author": "Salam Hiyali",
"dependencies": {
"vue": "^2.5.2"
},
"devDependencies": {
"autoprefixer": "6.7.7",
"babel-core": "6.26.0",
"babel-eslint": "7.2.3",
"babel-loader": "^7.1.5",
"babel-preset-env": "1.7.0",
"babel-register": "6.26.0",
"cross-env": "3.2.4",
"css-loader": "^2.1.1",
"eslint": "3.19.0",
"eslint-config-standard": "^6.1.0",
"eslint-config-vue": "^2.0.1",
"eslint-friendly-formatter": "^2.0.5",
"eslint-loader": "^2.1.2",
"eslint-plugin-html": "^1.3.0",
"eslint-plugin-promise": "^3.4.0",
"eslint-plugin-standard": "^2.0.1",
"eslint-plugin-vue": "^1.0.0",
"file-loader": "^0.9.0",
"friendly-errors-webpack-plugin": "^1.1.2",
"function-bind": "^1.0.2",
"html-webpack-plugin": "^2.8.1",
"http-proxy-middleware": "^0.19.1",
"imports-loader": "^0.7.0",
"inject-loader": "^2.0.1",
"json-loader": "^0.5.4",
"mini-css-extract-plugin": "^0.6.0",
"optimize-css-assets-webpack-plugin": "^5.0.1",
"postcss-loader": "^3.0.0",
"shelljs": "^0.8.5",
"stylus": "^0.54.5",
"stylus-loader": "^3.0.2",
"url-loader": "^1.0.1",
"vue-loader": "^15.7.0",
"vue-template-compiler": "^2.6.10",
"webpack": "^4.30.0",
"webpack-cli": "^3.3.1",
"webpack-dashboard": "^2.0.0",
"webpack-dev-middleware": "^1.8.3",
"webpack-hot-middleware": "^2.12.2",
"webpack-merge": "^0.14.1"
},
"engines": {
"node": ">= 6.0.0",
"npm": ">= 4.0.0"
},
"files": [
"dist/*",
"README.md",
"LICENSE"
],
"keywords": [
"vue-smooth-picker",
"Vue",
"picker",
"plugin"
],
"repository": "https://github.com/hiyali/vue-smooth-picker.git",
"license": "MIT"
}