-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
75 lines (75 loc) · 1.96 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
{
"name": "@wizarrrr/wizarr-vue-modal",
"version": "1.12.10",
"private": false,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vite build --config vite.config.mjs",
"lint": "vue-cli-service lint",
"test": "jest",
"full": "npm run build && npm publish",
"docs:dev": "vitepress dev docs",
"docs:build": "vitepress build docs",
"docs:serve": "vitepress serve docs"
},
"main": "dist/wizarr-vue-modal.cjs.js",
"module": "dist/wizarr-vue-modal.es.js",
"files": [
"README.MD",
"dist",
".eslintrc.cjs",
"babel.config.cjs",
"jest.config.cjs",
"LICENSE",
"tests"
],
"types": "dist/types/index.d.ts",
"peerDependencies": {
"vue": "^3.0.0"
},
"devDependencies": {
"@babel/core": "^7.22.11",
"@babel/plugin-transform-runtime": "^7.22.10",
"@babel/preset-env": "^7.22.10",
"@babel/preset-typescript": "7.22.11",
"@rollup/plugin-typescript": "11.1.2",
"@testing-library/vue": "^6.6.1",
"@types/jest": "^29.2.6",
"@vitejs/plugin-vue": "4.3.1",
"@vue/cli-plugin-babel": "~5.0.0",
"@vue/cli-plugin-typescript": "~5.0.0",
"@vue/cli-service": "~5.0.0",
"@vue/test-utils": "2.2.10",
"@vue/vue3-jest": "29.2.2",
"core-js": "^3.8.3",
"generate-changelog": "^1.8.0",
"jenesius-vue-form": "3.0.0",
"jest": "29.6.4",
"jest-environment-jsdom": "^29.6.4",
"ts-jest": "^29.0.4",
"typescript": "~4.7.4",
"vite": "4.4.9",
"vite-plugin-css-injected-by-js": "^3.1.0",
"vite-tsconfig-paths": "4.2.0",
"vitepress": "1.0.0-rc.4",
"vue-router": "^4.0.12"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not dead"
],
"homepage": "https://modal.wizarr.dev",
"keywords": [
"vue",
"vue3",
"modal",
"dialog"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/wizarrrr/wizarr-vue-modal.git"
},
"url": "https://github.com/wizarrrr/wizarr-vue-modal/issues"
}