-
-
Notifications
You must be signed in to change notification settings - Fork 188
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove extra stuff and workspaces (#396)
* 🔥 Remove filesystem types * 🔥 🚚 Remove backend * Update yarn.lock * Make husky pre-commit executable
- Loading branch information
1 parent
4c44e4c
commit 37e38ac
Showing
79 changed files
with
96 additions
and
1,684 deletions.
There are no files selected for viewing
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
* @spicetify/marketplace | ||
|
||
/packages/marketplace/src/resources/locales/en-US.json @CharlieS1103 | ||
/src/resources/locales/en-US.json @CharlieS1103 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
#!/usr/bin/env sh | ||
. "$(dirname -- "$0")/_/husky.sh" | ||
|
||
yarn workspace @spicetify/marketplace lint | ||
yarn lint |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,52 @@ | ||
{ | ||
"name": "spicetify-marketplace", | ||
"version": "0.8.3", | ||
"description": "Marketplace for Spicetify", | ||
"license": "MIT", | ||
"workspaces": [ | ||
"packages/*" | ||
], | ||
"homepage": "https://github.com/spicetify/spicetify-marketplace", | ||
"repository": { | ||
"type": "git", | ||
"url": "[email protected]:spicetify/spicetify-marketplace.git" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/spicetify/spicetify-marketplace/issues" | ||
}, | ||
"scripts": { | ||
"build": "yarn workspaces foreach run build", | ||
"start": "yarn workspaces foreach run start", | ||
"lint:marketplace": "yarn workspace @spicetify/marketplace lint" | ||
"build": "spicetify-creator", | ||
"build:local": "spicetify-creator --out=dist --minify", | ||
"build:prod": "yarn build:local && yarn copy:docs", | ||
"copy:docs": "copyfiles README.md dist/", | ||
"lint": "eslint --fix src", | ||
"lint:ci": "eslint src", | ||
"type-check": "tsc --noEmit", | ||
"watch": "spicetify-creator --watch", | ||
"prepare": "husky install" | ||
}, | ||
"engines": { | ||
"node": ">=16" | ||
}, | ||
"private": true, | ||
"packageManager": "[email protected]", | ||
"devDependencies": { | ||
"husky": "^8.0.2" | ||
} | ||
"@types/chroma-js": "^2.1.4", | ||
"@types/react": "^17.0.2", | ||
"@types/react-dom": "^17.0.2", | ||
"@types/semver": "^7.3.13", | ||
"@typescript-eslint/eslint-plugin": "^5.45.0", | ||
"@typescript-eslint/parser": "^5.45.0", | ||
"chroma-js": "^2.4.2", | ||
"copyfiles": "^2.4.1", | ||
"eslint": "^8.28.0", | ||
"eslint-plugin-react": "^7.31.11", | ||
"husky": "^8.0.2", | ||
"i18next": "^22.0.6", | ||
"i18next-browser-languagedetector": "^7.0.1", | ||
"node-vibrant": "3.1.4", | ||
"prismjs": "^1.29.0", | ||
"react-dropdown": "^1.11.0", | ||
"react-i18next": "^12.0.0", | ||
"react-simple-code-editor": "^0.13.1", | ||
"semver": "^7.3.8", | ||
"spcr-whats-new": "^1.0.1", | ||
"spicetify-creator": "^1.0.11", | ||
"typescript": "^4.9.3" | ||
}, | ||
"private": true | ||
} |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
20 changes: 0 additions & 20 deletions
20
packages/backend/src/server/controllers/indexController.ts
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.