forked from noru/vue-easy-toast
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.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-easy-toast",
"version": "1.0.3",
"scripts": {
"dev": "cross-env NODE_ENV=development webpack-dev-server --open --inline --hot",
"dist": "cross-env NODE_ENV=production webpack --progress --hide-modules"
},
"description": "A toast plugin for vue/vue2",
"main": "dist/vue-easy-toast.min.js",
"directories": {
"example": "example",
"test": "test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/noru/vue-easy-toast.git"
},
"typings": "types/index.d.ts",
"keywords": [
"vue",
"toast",
"vue-component",
"component"
],
"author": "[email protected]",
"license": "MIT",
"bugs": {
"url": "https://github.com/noru/vue-easy-toast/issues"
},
"homepage": "https://github.com/noru/vue-easy-toast#readme",
"peerDependencies": {
"vue": "2.x"
},
"devDependencies": {
"babel-core": "^6.22.1",
"babel-loader": "^6.2.10",
"babel-plugin-transform-runtime": "^6.22.0",
"babel-preset-es2015": "^6.22.0",
"babel-preset-stage-2": "^6.22.0",
"cross-env": "^3.0.0",
"css-loader": "^0.27.0",
"extract-text-webpack-plugin": "^2.1.0",
"file-loader": "^0.10.0",
"vue": "^2.2.6",
"vue-hot-reload-api": "^1.2.0",
"vue-html-loader": "^1.2.3",
"vue-loader": "11.0.0",
"vue-style-loader": "^2.0.0",
"vue-template-compiler": "^2.2.6",
"webpack": "^2.4.1",
"webpack-dev-server": "^2.4.1"
},
"dependencies": {}
}