forked from sansil/vt-notifications
-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
46 lines (46 loc) · 1.13 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
{
"name": "vue3-vt-notifications",
"description": "A headless vue notification library to use with tailwind",
"version": "1.0.1",
"main": "src/index.js",
"license": "MIT",
"author": {
"name": "Alexey Kucherenko",
"url": "https://github.com/killmenot"
},
"homepage": "https://github.com/killmenot/vue3-vt-notifications",
"repository": {
"type": "git",
"url": "git@github.com:killmenot/vue3-vt-notifications.git"
},
"bugs": {
"url": "https://github.com/killmenot/vue3-vt-notifications/issues"
},
"scripts": {
"lint": "vue-cli-service lint",
"test:unit": "vue-cli-service test:unit"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^4.5.0",
"@vue/cli-plugin-eslint": "^4.5.0",
"@vue/cli-plugin-unit-jest": "^4.5.4",
"@vue/cli-service": "^4.5.0",
"@vue/test-utils": "^1.0.3",
"babel-eslint": "^10.1.0",
"eslint": "^6.7.2",
"eslint-plugin-vue": "^6.2.2",
"vue-template-compiler": "^2.6.11"
},
"peerDependencies": {
"vue": "^3.0.0"
},
"keywords": [
"vue",
"vue3",
"vuejs",
"tailwindcss",
"tailwindui",
"notifications",
"toast"
]
}