-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
58 lines (58 loc) · 1.79 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
{
"name": "@libvue/core",
"version": "1.3.3",
"private": false,
"scripts": {
"dev": "vite",
"build": "vite build",
"build:docs": "vite build --config vite.docs.config.js",
"preview:docs": "vite preview --config vite.docs.config.js"
},
"files": [
"src/lib"
],
"main": "./src/lib/main.js",
"style": "./src/lib/scss/core.scss",
"repository": {
"type": "git",
"url": "https://github.com/libvue/core.git",
"directory": "src/lib"
},
"license": "MIT",
"author": "Harmen de Vries <[email protected]> (https://harmen.dev/)",
"dependencies": {
"@tiptap/extension-link": "^2.1.12",
"@tiptap/extension-underline": "^2.1.12",
"@tiptap/starter-kit": "^2.1.12",
"@tiptap/vue-3": "^2.1.12",
"@vueuse/core": "^10.5.0",
"@vueuse/integrations": "^10.5.0",
"chart.js": "^4.4.0",
"date-fns": "^2.30.0",
"embla-carousel": "^8.0.0-rc14",
"focus-trap": "^7.5.4",
"lucide-static": "^0.372.0",
"tiny-emitter": "^2.1.0",
"tippy.js": "^6.3.7",
"tippy.vue": "^3.2.1",
"vue": "^3.3.4"
},
"devDependencies": {
"@highlightjs/vue-plugin": "^2.1.0",
"@vitejs/plugin-vue": "^4.3.4",
"@vue/compiler-sfc": "^3.3.7",
"eslint": "^8.52.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-vue": "^9.17.0",
"highlight.js": "^11.9.0",
"postcss": "^8.4.17",
"prettier": "^3.0.3",
"prettier-plugin-css-order": "^2.0.1",
"sass": "^1.68.0",
"vite": "^4.4.9",
"vue-router": "^4.2.5"
}
}