-
Notifications
You must be signed in to change notification settings - Fork 15
/
package.json
40 lines (40 loc) · 1.07 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
{
"name": "vueup",
"description": "Simple, lightweight and elegant global notification popup for Vue.js",
"version": "1.3.0",
"author": "Christoph Biering <[email protected]> (https://github.com/chryb)",
"private": false,
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/chryb/vueup.git"
},
"keywords": [
"vue",
"notification",
"popup",
"component",
"global",
"simple"
],
"main": "dist/index.js",
"scripts": {
"dev": "cross-env NODE_ENV=development webpack --mode development --watch",
"build": "cross-env NODE_ENV=production webpack --mode production --progress --hide-modules"
},
"devDependencies": {
"@babel/core": "^7.4.0",
"@babel/preset-env": "^7.4.1",
"@babel/types": "^7.4.0",
"babel-loader": "^8.0.5",
"cross-env": "^6.0.3",
"css-loader": "^3.4.2",
"file-loader": "^5.0.2",
"mini-css-extract-plugin": "^0.9.0",
"vue": "^2.6.10",
"vue-loader": "^15.7.0",
"vue-template-compiler": "^2.6.10",
"webpack": "^4.29.6",
"webpack-cli": "^3.3.0"
}
}