forked from xiaoluoboding/vue-sonner
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.55 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
{
"name": "@hoppscotch/vue-sonner",
"version": "1.2.3",
"type": "module",
"author": "Hoppscotch Team <[email protected]>",
"scripts": {
"dev": "vite",
"build:docs": "vite build --mode docs",
"build:lib": "vite build --mode lib && pnpm run build:types",
"build:types": "vue-tsc -p tsconfig.build.json && api-extractor run",
"preview": "vite preview",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hoppscotch/vue-sonner.git"
},
"homepage": "https://github.com/hoppscotch/vue-sonner",
"files": [
"lib",
"volar.d.ts"
],
"main": "./lib/vue-sonner.cjs",
"module": "./lib/vue-sonner.js",
"exports": {
".": {
"types": "./lib/vue-sonner.d.ts",
"import": "./lib/vue-sonner.js",
"require": "./lib/vue-sonner.cjs"
}
},
"sideEffects": [
"**/*.css"
],
"types": "./lib/vue-sonner.d.ts",
"license": "MIT",
"devDependencies": {
"@iconify/json": "^2.2.172",
"@microsoft/api-extractor": "^7.42.1",
"@types/node": "^18.19.8",
"@unocss/reset": "^0.58.5",
"@vitejs/plugin-vue": "^5.0.4",
"@vue/tsconfig": "^0.5.1",
"@vueuse/core": "^10.9.0",
"@vueuse/head": "^2.0.0",
"clean-css": "^5.3.3",
"conventional-changelog-cli": "^5.0.0",
"highlight.js": "^11.9.0",
"typescript": "^5.3.3",
"unocss": "^0.58.5",
"unplugin-icons": "^0.18.5",
"unplugin-vue-components": "^0.26.0",
"vite": "^5.1.4",
"vue": "^3.4.21",
"vue-tsc": "^2.0.1"
}
}