-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 722 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 722 Bytes
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
{
"name": "@serversideup/project-switcher-bar",
"version": "0.0.6",
"description": "ServerSideUp branded toolbar with product navigation for documentation sites",
"license": "MIT",
"type": "module",
"main": "dist/index.mjs",
"exports": {
".": "./dist/index.mjs"
},
"repository": {
"type": "git",
"url": "https://github.com/serversideup/project-switcher-bar.git"
},
"files": [
"dist",
"src"
],
"scripts": {
"dev": "vite",
"build": "vite build"
},
"peerDependencies": {
"vue": "^3.0.0"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.2.3",
"tailwindcss": "^4.0.0",
"@tailwindcss/vite": "^4.0.0",
"vite": "^6.2.0",
"vue": "^3.5.0"
}
}