{
	"name": "@musicenviro/ui-elements",
	"version": "0.8.2",
	"description": "music-related UI elements",
	"main": "lib/index.js",
	"scripts": {
		"start": "ts-node src/index.ts",
		"view": "open ./simple-client/index.html",
		"watch": "watchify lib/simple-client/index.js -o simple-client/bundle.js",
		"build": "rm -rf lib && tsc && sh ./css-copy.sh"
	},
	"author": "Geof Holbrook",
	"license": "ISC",
	"dependencies": {
		"@musicenviro/base": "^0.2.10",
		"@types/debounce": "^1.2.0",
		"@types/styled-components": "^5.0.1",
		"gh-pages": "^4.0.0",
		"lodash": "^4.17.15",
		"react": "^18.2.0",
		"ts-node": "^10.8.2"
	},
	"devDependencies": {
		"@types/lodash": "^4.14.149",
		"@types/node": "^18.0.3",
		"@types/react": "^18.0.15",
		"@types/react-dom": "^18.0.6",
		"@typescript-eslint/eslint-plugin": "^5.30.5",
		"@typescript-eslint/parser": "^5.30.5",
		"eslint": "^8.19.0",
		"eslint-config-prettier": "^8.5.0",
		"eslint-plugin-prettier": "^4.2.1",
		"eslint-plugin-react": "^7.18.3",
		"prettier": "^2.7.1",
		"react-dom": "^18.2.0",
		"styled-components": "^5.1.0",
		"typescript": "^4.7.4"
	}
}
