init: inital commit
This commit is contained in:
+103
@@ -0,0 +1,103 @@
|
||||
{
|
||||
"name": "kckmuzika",
|
||||
"version": "0.0.0",
|
||||
"description": "Broadcast grafika za pregled trenutne muzike",
|
||||
"homepage": "",
|
||||
"author": {
|
||||
"name": "dvdrw",
|
||||
"email": "admin@dvdrw.dev",
|
||||
"url": "kckljajicevo.org"
|
||||
},
|
||||
"files": [
|
||||
"dashboard",
|
||||
"graphics",
|
||||
"extension.js",
|
||||
"extension"
|
||||
],
|
||||
"keywords": [
|
||||
"",
|
||||
"nodecg-bundle"
|
||||
],
|
||||
"nodecg": {
|
||||
"compatibleRange": "^2.0.0",
|
||||
"dashboardPanels": [
|
||||
{
|
||||
"name": "panel",
|
||||
"title": "Info o muzici",
|
||||
"width": 2,
|
||||
"file": "panel.html",
|
||||
"headerColor": "#525F78"
|
||||
}
|
||||
],
|
||||
"graphics": [
|
||||
{
|
||||
"file": "index.html",
|
||||
"width": 1920,
|
||||
"height": 1080,
|
||||
"singleInstance": false
|
||||
},
|
||||
{
|
||||
"file": "info.html",
|
||||
"width": 1920,
|
||||
"height": 1080,
|
||||
"singleInstance": false
|
||||
}
|
||||
]
|
||||
},
|
||||
"browserslist": {
|
||||
"production": [
|
||||
">0.5%",
|
||||
"not dead",
|
||||
"not op_mini all"
|
||||
],
|
||||
"development": [
|
||||
"last 1 chrome version",
|
||||
"last 1 firefox version",
|
||||
"last 1 safari version"
|
||||
]
|
||||
},
|
||||
"scripts": {
|
||||
"build": "node scripts/build.mjs --all",
|
||||
"build:extension": "node scripts/build.mjs --extension",
|
||||
"watch": "node scripts/build.mjs --all --watch",
|
||||
"watch:browser": "node scripts/build.mjs --dashboard --graphics --watch",
|
||||
"watch:schemas": "node scripts/build.mjs --schemas --watch",
|
||||
"dev": "concurrently --kill-others \"npm run watch:schemas\" \"npm run watch:browser\" \"nodemon\"",
|
||||
"generate-schema-types": "trash src/types/schemas && nodecg schema-types"
|
||||
},
|
||||
"dependencies": {
|
||||
"@remixicon/react": "^4.6.0",
|
||||
"@tailwindcss/postcss": "^4.0.4",
|
||||
"@types/react": "*",
|
||||
"@types/react-dom": "*",
|
||||
"createjs": "^1.0.1",
|
||||
"mpc-js": "^1.3.2",
|
||||
"music-metadata": "^10.8.3",
|
||||
"process": "^0.11.10",
|
||||
"react": "*",
|
||||
"react-dom": "*",
|
||||
"react-flip-toolkit": "^7.2.4",
|
||||
"tailwindcss": "^4.0.4",
|
||||
"ts-node": "*"
|
||||
},
|
||||
"devDependencies": {
|
||||
"typescript": "^5.1.3",
|
||||
"@types/node": "^18",
|
||||
"@nodecg/types": "^2.0.0",
|
||||
"@parcel/core": "*",
|
||||
"@parcel/config-default": "*",
|
||||
"@parcel/reporter-cli": "*",
|
||||
"@parcel/validator-typescript": "*",
|
||||
"glob": "^10.2.7",
|
||||
"trash-cli": "*",
|
||||
"nodemon": "*",
|
||||
"concurrently": "*"
|
||||
},
|
||||
"license": "AGPL-3.0",
|
||||
"trustedDependencies": [
|
||||
"@parcel/watcher",
|
||||
"@swc/core",
|
||||
"lmdb",
|
||||
"msgpackr-extract"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user