-
Notifications
You must be signed in to change notification settings - Fork 29
/
package.json
59 lines (59 loc) · 1.74 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
59
{
"name": "vuejs-noty",
"version": "0.1.4",
"description": "Noty plugin for Vue.js 2",
"main": "./dist/vuejs-noty.js",
"scripts": {
"dev": "webpack-dev-server --inline --hot --config ./build/webpack.dev.conf.js --content-base dev/ --port 8080",
"build": "rimraf dist && cross-env NODE_ENV=production webpack --progress --hide-modules --config ./build/webpack.prod.conf.js",
"prepublish": "npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/renoguyon/vuejs-noty.git"
},
"keywords": [
"vuejs",
"vue",
"noty",
"notifications",
"toast"
],
"author": "Reno Guyon <reno.guyon@gmail.com>",
"license": "ISC",
"bugs": {
"url": "https://github.com/renoguyon/vuejs-noty/issues"
},
"homepage": "https://github.com/renoguyon/vuejs-noty#readme",
"devDependencies": {
"babel-core": "^6.22.1",
"babel-loader": "^6.2.10",
"babel-plugin-transform-runtime": "^6.22.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-2": "^6.24.1",
"cross-env": "^5.0.1",
"css-loader": "^0.28.0",
"dotenv-webpack": "^1.4.5",
"extract-text-webpack-plugin": "^2.1.2",
"file-loader": "^0.11.1",
"friendly-errors-webpack-plugin": "^1.1.3",
"less": "^2.7.2",
"less-loader": "^4.0.4",
"rimraf": "^2.6.0",
"style-loader": "^0.18.2",
"url-loader": "^0.5.8",
"vue": "^2.3.2",
"vue-loader": "^11.3.4",
"vue-style-loader": "^2.0.5",
"vue-template-compiler": "^2.2.6",
"webpack": "^2.3.3",
"webpack-bundle-analyzer": "^2.2.1",
"webpack-dev-middleware": "^1.10.0",
"webpack-dev-server": "^2.4.5",
"webpack-hot-middleware": "^2.18.0",
"webpack-merge": "^4.1.0"
},
"dependencies": {
"noty": "^3.1.0"
}
}