-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 821 Bytes
/
Copy pathpackage.json
File metadata and controls
26 lines (26 loc) · 821 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
{
"name": "365launcherx",
"version": "1.0.0",
"private": true,
"description": "A lightweight, compact, launcher for Microsoft 365 apps and admin portals. Features different tab modes to minimise open tabs.",
"main": "popup.js",
"scripts": {
"build:css": "tailwindcss -i ./styles/tailwind.css -o ./assets/tailwind.css --minify",
"dev:css": "tailwindcss -i ./styles/tailwind.css -o ./assets/tailwind.css --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cloudhal/365LauncherX.git"
},
"keywords": [],
"author": "",
"license": "MPL-2.0",
"type": "commonjs",
"bugs": {
"url": "https://github.com/cloudhal/365LauncherX/issues"
},
"homepage": "https://github.com/cloudhal/365LauncherX#readme",
"devDependencies": {
"tailwindcss": "^3.4.17"
}
}