-
-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathpackage.json
41 lines (41 loc) · 1.46 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
{
"name": "vue-awesome-notifications",
"version": "3.1.1",
"description": "Vue.js version of Awesome Notifications JavaScript library",
"main": "dist/index.js",
"scripts": {
"build": "rimraf dist/* && webpack --mode production --progress --hide-modules && cpx node_modules/awesome-notifications/src/styles/**/*.scss dist/styles && cpx node_modules/awesome-notifications/dist/style.css dist/styles",
"dev": "rimraf dist/* && webpack --mode development --progress --hide-modules && cpx node_modules/awesome-notifications/src/styles/**/*.scss dist/styles && cpx node_modules/awesome-notifications/dist/style.css dist/styles"
},
"repository": {
"type": "git",
"url": "git+https://github.com/f3oall/vue-awesome-notifications.git"
},
"keywords": [
"vue",
"notifications",
"popup",
"toast",
"confirm",
"modal",
"dialogs"
],
"author": "David Yunevich",
"license": "MIT",
"bugs": {
"url": "https://github.com/f3oall/vue-awesome-notifications/issues"
},
"homepage": "https://github.com/f3oall/vue-awesome-notifications#readme",
"devDependencies": {
"@babel/core": "^7.7.4",
"@babel/register": "^7.7.4",
"babel-loader": "^8.0.6",
"cpx": "^1.5.0",
"rimraf": "^3.0.0",
"webpack": "^4.41.2",
"webpack-cli": "^3.3.10"
},
"dependencies": {
"awesome-notifications": "^3.1.1"
}
}