forked from AStaroverov/vue-toast
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.33 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
{
"name": "vue-toast",
"version": "3.1.0",
"description": "toasts for vuejs",
"main": "./dist/vue-toast.min.js",
"dependencies": {
"babel-preset-es2015": "^6.24.1"
},
"devDependencies": {
"autoprefixer": "^6.1.0",
"babel-core": "^6.21.0",
"babel-loader": "^6.2.10",
"css-loader": "^0.22.0",
"csso": "^3.1.1",
"postcss": "^5.0.10",
"postcss-hexrgba": "^0.2.0",
"postcss-loader": "^0.7.0",
"postcss-nested": "^1.0.0",
"rollup": "^0.41.6",
"rollup-plugin-buble": "^0.15.0",
"rollup-plugin-css-only": "^0.2.0",
"rollup-plugin-uglify": "^1.0.2",
"rollup-plugin-vue2": "^0.8.0",
"style-loader": "^0.13.0",
"vue": "^2.1.8",
"vue-loader": "^10.0.2",
"vue-template-compiler": "^2.1.8",
"webpack": "^1.14.0",
"webpack-dev-server": "^1.16.2"
},
"scripts": {
"build": "rollup -c",
"build_min": "NODE_ENV=production rollup -c",
"server": "webpack-dev-server --hot --inline"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AStaroverov/vue-toast.git"
},
"keywords": [
"vuejs",
"vue",
"vue-component",
"component"
],
"author": "AStaroverov",
"license": "MIT",
"bugs": {
"url": "https://github.com/AStaroverov/vue-toast/issues"
},
"homepage": "https://github.com/AStaroverov/vue-toast#readme"
}