-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
65 lines (65 loc) · 1.77 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
{
"name": "@k90mirzaei/vue-toast",
"version": "1.0.3",
"description": "Vue toast notification with tailwindcss",
"main": "dist/index.js",
"license": "MIT",
"author": {
"name": "Kazem Mirzaei",
"url": "https://github.com/k90mirzaei"
},
"scripts": {
"build": "npm run clean && rollup -c && NODE_ENV=production",
"clean": "rm -rf dist"
},
"peerDependencies": {
"tailwindcss": "^3.1.0",
"vue": "^3.2.37"
},
"keywords": [
"vue",
"vue3",
"vuejs",
"tailwindcss",
"tailwindui",
"notifications",
"toast"
],
"devDependencies": {
"@babel/core": "^7.18.2",
"@babel/preset-env": "^7.18.2",
"@fullhuman/postcss-purgecss": "^4.1.3",
"@rollup/plugin-commonjs": "^22.0.0",
"@rollup/plugin-node-resolve": "^13.3.0",
"@vue/compiler-sfc": "^3.2.37",
"autoprefixer": "^10.4.7",
"babel-loader": "^8.2.5",
"css-loader": "^6.7.1",
"postcss": "^8.4.6",
"postcss-import": "^14.0.2",
"postcss-loader": "^6.2.1",
"rollup": "^2.75.6",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-json": "^4.0.0",
"rollup-plugin-node-builtins": "^2.1.2",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-postcss": "^4.0.2",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-vue": "^6.0.0",
"rollup-plugin-vue-inline-svg": "^1.1.2",
"style-loader": "^2.0.0",
"tailwindcss": "^3.1.1",
"vue": "^3.2.37",
"vue-loader": "^17.0.0",
"vue-template-compiler": "^2.6.14"
},
"repository": {
"type": "git",
"url": "git+https://github.com/k90mirzaei/vue-toast.git"
},
"bugs": {
"url": "https://github.com/k90mirzaei/vue-toast/issues"
},
"homepage": "https://github.com/k90mirzaei/vue-toast#readme"
}