forked from darrenfang/vuetify-datetime-picker
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.84 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
{
"name": "vuetify-datetime-picker",
"version": "2.1.1",
"description": "DatetimePicker component for Vuetify.js.",
"main": "src/index.js",
"scripts": {
"dev": "webpack-dev-server --config webpack/webpack.dev.config.js",
"build": "webpack --config webpack/webpack.build.config.js --progress --profile --colors",
"deploy": "npm run build && npm publish --registry https://registry.npmjs.org/",
"docs": "webpack --config webpack/webpack.docs.config.js --progress --profile --colors"
},
"author": "Darren Fang <[email protected]>",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/darrenfang/vuetify-datetime-picker"
},
"devDependencies": {
"@babel/core": "^7.5.5",
"@babel/preset-env": "^7.5.5",
"@fortawesome/fontawesome-free": "^5.10.1",
"babel-loader": "^8.0.6",
"clean-webpack-plugin": "^3.0.0",
"css-loader": "^3.2.0",
"deepmerge": "^4.0.0",
"eslint": "^6.1.0",
"eslint-config-standard": "^13.0.1",
"eslint-loader": "^2.2.1",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-node": "^9.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.0",
"eslint-plugin-vue": "^5.2.3",
"fibers": "^4.0.1",
"file-loader": "^4.2.0",
"html-webpack-plugin": "^3.2.0",
"less-loader": "^5.0.0",
"prettier": "1.18.2",
"sass": "^1.22.10",
"sass-loader": "^7.2.0",
"stylus": "^0.54.5",
"stylus-loader": "^3.0.2",
"url-loader": "^2.1.0",
"vue-loader": "^15.7.1",
"vue-style-loader": "^4.1.2",
"vue-template-compiler": "^2.6.10",
"vuetify-loader": "^1.3.0",
"webpack": "^4.39.2",
"webpack-cli": "^3.3.6",
"webpack-dev-server": "^3.8.0",
"webpack-merge": "^4.2.1"
},
"dependencies": {
"date-fns": "^2.1.0",
"vue": "^2.6.10",
"vuetify": "^2.1.3"
}
}