@music-loopy/loops
Version:
A React component library for Music Loopy Applications and websites
97 lines (96 loc) • 3.18 kB
JSON
{
"name": "@music-loopy/loops",
"version": "1.0.82",
"description": "A React component library for Music Loopy Applications and websites",
"main": "lib/index.js",
"module": "es/index.js",
"files": [
"css",
"es",
"lib",
"umd"
],
"scripts": {
"storybook": "npm run switch-21 && storybook dev -p 6006",
"prepublishOnly": " npm run switch-16 && npm run build",
"build-storybook": "storybook build",
"build": "nwb build-react-component --copy-files --no-demo",
"clean": "nwb clean-app",
"make-executable": "./scripts/make-executable.sh",
"switch-21": "npm run make-executable -- switch-node.sh && ./scripts/switch-node.sh 21",
"switch-18": "npm run make-executable -- switch-node.sh && ./scripts/switch-node.sh 18",
"switch-16": "npm run make-executable -- switch-node.sh && ./scripts/switch-node.sh 16",
"auto-commit": "npm run make-executable -- auto-commit.sh && ./scripts/auto-commit.sh",
"pre-deploy": "npm run init-exec && npm run auto-commit",
"do-deploy": "npm run make-executable -- deploy.sh && ./scripts/deploy.sh",
"deploy": " npm run pre-deploy && npm run do-deploy",
"start": "nwb serve-react-app",
"init-exec": "chmod +x ./scripts/make-executable.sh",
"test": "nwb test-react",
"test:coverage": "nwb test-react --coverage",
"test:watch": "nwb test-react --server",
"chromatic": "npx chromatic --project-token=chpt_fedf86430687d66"
},
"author": "Namoota Engineers Zwelisha Mthethwa & Ayabonga Qwabi",
"license": "MIT",
"devDependencies": {
"@chromatic-com/storybook": "^1.5.0",
"@storybook/addon-essentials": "^8.1.5",
"@storybook/addon-interactions": "^8.1.5",
"@storybook/addon-links": "^8.1.5",
"@storybook/addon-onboarding": "^8.1.5",
"@storybook/addon-themes": "^8.1.5",
"@storybook/addon-webpack5-compiler-swc": "^1.0.3",
"@storybook/blocks": "^8.1.5",
"@storybook/react": "^8.1.5",
"@storybook/react-webpack5": "^8.1.5",
"@storybook/test": "^8.1.5",
"chromatic": "^11.5.1",
"nwb": "0.25.x",
"prop-types": "^15.8.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-svg-loader": "^3.0.3",
"storybook": "^8.1.5"
},
"peerDependencies": {
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"resolutions": {
"styled-components": "^5"
},
"dependencies": {
"@draft-js-plugins/inline-toolbar": "^4.2.1",
"bootstrap": "^5.3.3",
"draft-js": "^0.11.7",
"draft-js-buttons": "^2.0.2",
"draft-js-custom-styles": "^2.1.1",
"draft-js-inline-toolbar-plugin": "^3.0.1",
"react-draft-wysiwyg": "^1.15.0",
"react-icons": "^5.2.1",
"react-select": "^5.8.0",
"styled-components": "^6.1.11"
},
"directories": {
"lib": "lib",
"test": "tests"
},
"repository": {
"type": "git",
"url": "git+https://github.com/namootatech/music-loopy-ui.git"
},
"keywords": [
"Music",
"loopy",
"player",
"music",
"player",
"components",
"audio"
],
"bugs": {
"url": "https://github.com/namootatech/music-loopy-ui/issues"
},
"homepage": "https://github.com/namootatech/music-loopy-ui#readme"
}