forked from sawangupta92/vue-snotify
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
166 lines (166 loc) · 4.94 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
{
"name": "vue-snotify",
"version": "3.2.2",
"description": "A Vue.js toast notifications",
"scripts": {
"prestart": "npm run link:src",
"start": "cross-env NODE_ENV=development npm run link:src && npm run example:dev",
"build": "cross-env NODE_ENV=production npm run lib:build && npm run link:dist && npm run example:build",
"test": "npm run example:unit",
"docs": "cd documentation && gitbook install && gitbook serve",
"docs:build": "gitbook install && gitbook build ./docs ./demo/documentation",
"docs:deploy": "bash ./update-docs.sh",
"lib:build": "cross-env NODE_ENV=production gulp build",
"lib:build:watch": "cross-env NODE_ENV=production gulp",
"link:src": "npm link ./src",
"link:dist": "npm link ./dist",
"lint": "npm run lint:ts && npm run lint:scss",
"lint:ts": "tslint -c tslint.json 'src/**/*.ts'",
"lint:ts:fix": "npm run lint:ts --fix",
"lint:scss": "stylelint src/**/*.scss",
"lint:scss:fix": "stylelint src/**/*.scss --fix",
"example:dev": "node example/build/dev-server.js",
"example:build": "node example/build/build.js",
"example:unit": "cross-env karma start example/test/unit/karma.conf.js --single-run",
"example:lint": "tslint -c tslint.json 'example/src'"
},
"keywords": [
"vue",
"vuejs",
"vuejs 2",
"vue 2",
"2",
"Library",
"Notifications",
"Notification",
"Toast",
"toasts",
"toaster",
"promt",
"async",
"confirmation",
"notify",
"notie",
"notification-center",
"snotify",
"vue-snotify",
"vue2-snotify",
"vuejs notifications",
"vue notifications",
"vue toater"
],
"author": {
"name": "artemsky",
"email": "mr.artemsky@gmail.com"
},
"repository": {
"type": "git",
"url": "https://github.com/artemsky/vue-snotify"
},
"homepage": "https://artemsky.github.io/vue-snotify",
"license": "MIT",
"bugs": {
"url": "https://artemsky.github.io/vue-snotify/issues"
},
"engines": {
"node": ">= 8.0.0",
"npm": ">= 5.0.0"
},
"devDependencies": {
"@types/jasmine": "^2.8.7",
"@types/node": "^10.1.2",
"autoprefixer": "^8.5.0",
"awesome-typescript-loader": "^5.0.0",
"chalk": "^2.4.1",
"chokidar": "^2.0.3",
"chromedriver": "^2.38.3",
"clean-css": "^4.1.11",
"compression-webpack-plugin": "^1.1.11",
"connect-history-api-fallback": "^1.5.0",
"copy-webpack-plugin": "^4.5.1",
"cross-env": "^5.1.5",
"cross-spawn": "^6.0.5",
"css-loader": "^0.28.11",
"cssnano": "^3.10.0",
"del": "^3.0.0",
"event-stream": "^3.3.4",
"eventsource-polyfill": "^0.9.6",
"express": "^4.16.3",
"extract-text-webpack-plugin": "^4.0.0-beta.0",
"file-loader": "^1.1.11",
"friendly-errors-webpack-plugin": "^1.7.0",
"glob": "^7.1.2",
"gulp": "^4.0.0",
"gulp-inject-string": "^1.1.1",
"gulp-postcss": "^7.0.1",
"gulp-rename": "^1.2.3",
"gulp-replace": "^1.0.0",
"gulp-rollup": "^2.16.2",
"gulp-sass": "^4.0.1",
"gulp-typescript": "^4.0.2",
"html-webpack-plugin": "^3.2.0",
"http-proxy-middleware": "^0.18.0",
"inject-loader": "^4.0.1",
"istanbul-instrumenter-loader": "^3.0.1",
"jasmine-core": "^3.1.0",
"jsdoc": "^3.5.5",
"karma": "^2.0.2",
"karma-chrome-launcher": "^2.2.0",
"karma-coverage": "^1.1.2",
"karma-jasmine": "^1.1.2",
"karma-sourcemap-loader": "^0.3.7",
"karma-spec-reporter": "0.0.32",
"karma-webpack": "^3.0.0",
"merge2": "^1.2.2",
"node-sass": "^4.9.0",
"node-sass-tilde-importer": "^1.0.2",
"node-watch": "^0.5.8",
"opn": "^5.3.0",
"optimize-css-assets-webpack-plugin": "^4.0.1",
"ora": "^2.1.0",
"postcss": "^6.0.22",
"raw-loader": "^0.5.1",
"rimraf": "^2.6.2",
"rollup": "^0.59.1",
"rollup-plugin-commonjs": "^8.3.0",
"rollup-plugin-node-resolve": "^3.3.0",
"rollup-plugin-postcss": "^1.6.1",
"rollup-plugin-replace": "^2.0.0",
"rollup-plugin-uglify": "^3.0.0",
"sass-loader": "^7.0.1",
"selenium-server": "^3.12.0",
"semver": "^5.5.0",
"shelljs": "^0.8.2",
"style-loader": "^0.21.0",
"stylefmt": "^6.0.0",
"stylelint": "^9.2.1",
"stylelint-config-standard": "^18.2.0",
"stylelint-scss": "^3.1.0",
"ts-loader": "^4.4.2",
"tslint": "^5.10.0",
"tslint-loader": "^3.6.0",
"typescript": "^2.8.3",
"url-loader": "^1.0.1",
"vue": "^2.5.16",
"vue-class-component": "^6.2.0",
"vue-property-decorator": "^6.0.0",
"vue-template-compiler": "^2.5.16",
"webpack": "^4.8.3",
"webpack-bundle-analyzer": "^2.12.0",
"webpack-dev-middleware": "^3.1.3",
"webpack-hot-middleware": "^2.22.2",
"webpack-merge": "^4.1.2"
},
"browserslist": [
"last 2 versions",
"safari >= 7",
"not ie <= 8"
],
"dependencies": {
"deepmerge": "^2.1.1",
"rollup-plugin-typescript": "^0.8.1",
"rollup-plugin-typescript2": "^0.15.1",
"rollup-plugin-vue": "^4.3.0",
"vue-loader": "^15.2.4"
}
}