-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.2 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.2 KB
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
{
"name": "@mycore-org/vue-components",
"license": "GPL-3.0-or-later",
"version": "0.1.6",
"type": "module",
"module": "./dist/vue-components.js",
"types": "./dist/index.d.ts",
"files": [
"dist",
"src"
],
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"lint": "eslint src --max-warnings 0"
},
"peerDependencies": {
"@popperjs/core": "^2.11.8",
"bootstrap": "^5.3.3",
"vue": "^3.5.13",
"vue-i18n": "^11.1.0"
},
"devDependencies": {
"@popperjs/core": "^2.11.8",
"@types/bootstrap": "^5.2.10",
"@types/node": "^22.10.9",
"@vitejs/plugin-vue": "^5.2.1",
"@vue/tsconfig": "^0.7.0",
"bootstrap": "^5.3.3",
"eslint": "^9.18.0",
"eslint-config-prettier": "^10.0.1",
"eslint-plugin-prettier": "^5.2.3",
"eslint-plugin-vue": "^9.32.0",
"prettier": "^3.4.2",
"typescript": "^5.7.3",
"typescript-eslint": "^8.21.0",
"vite": "^6.0.5",
"vite-plugin-dts": "^4.5.0",
"vue": "^3.5.13",
"vue-i18n": "^11.1.0",
"vue-tsc": "^2.2.0"
},
"repository": {
"type": "git",
"url": "https://github.com/MyCoRe-Org/vue-components.git"
},
"packageManager": "yarn@4.12.0"
}