1
0
Fork 0

Clean up spicetify folder

This commit is contained in:
Florian RICHER 2022-05-09 01:02:49 +02:00
parent 4bcc1690d9
commit befab520ee
524 changed files with 0 additions and 370144 deletions

View file

@ -1,35 +0,0 @@
{
"name": "spicetify-marketplace",
"homepage": "https://github.com/CharlieS1103/spicetify-marketplace",
"repository": {
"type": "git",
"url": "https://github.com/CharlieS1103/spicetify-marketplace.git"
},
"bugs": {
"url": "https://github.com/CharlieS1103/spicetify-marketplace/issues"
},
"scripts": {
"type-check": "tsc",
"watch": "parcel watch",
"build": "parcel build",
"lint": "eslint src"
},
"source": "styles/style.scss",
"targets": {
"default": {
"distDir": ".",
"optimize": false
}
},
"engines": {
"node": ">=16"
},
"devDependencies": {
"@parcel/transformer-sass": "^2.3.2",
"@types/react": "^17.0.40",
"@types/react-dom": "^17.0.11",
"eslint": "^8.11.0",
"eslint-plugin-react": "^7.29.3",
"parcel": "^2.3.2"
}
}