laipower/wp-content/plugins/audioigniter/player/package.json

72 lines
2.3 KiB
JSON

{
"name": "audioigniter",
"version": "1.6.1",
"description": "React audio player",
"main": "index.js",
"scripts": {
"start": "webpack-dev-server",
"build": "rm -rf ./build && webpack",
"lint": "eslint ./src --ext .js --ext .jsx --cache || true",
"webpack-profile": "webpack --json > stats.json",
"babel-lala": "babel --plugins transform-react-remove-prop-types build/app.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"audio",
"audio player",
"react"
],
"author": "vmasto",
"license": "ISC",
"devDependencies": {
"@babel/cli": "^7.17.10",
"@babel/core": "^7.18.5",
"@babel/eslint-parser": "^7.18.2",
"@babel/plugin-proposal-class-properties": "^7.17.12",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.17.12",
"@babel/plugin-proposal-object-rest-spread": "^7.18.0",
"@babel/plugin-proposal-optional-chaining": "^7.17.12",
"@babel/preset-env": "^7.18.2",
"@babel/preset-react": "^7.17.12",
"autoprefixer": "^7.1.2",
"babel-loader": "^8.2.5",
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
"css-loader": "^6.7.1",
"eslint": "^8.18.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-babel": "^5.3.1",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-prettier": "^3.3.1",
"eslint-plugin-react": "^7.30.0",
"extract-text-webpack-plugin": "^3.0.2",
"html-webpack-plugin": "^5.5.0",
"mini-css-extract-plugin": "^2.6.1",
"postcss-loader": "^7.0.0",
"precss": "^4.0.0",
"prettier": "^1.16.4",
"sass": "^1.52.3",
"sass-loader": "11.0.1",
"style-loader": "^3.3.1",
"terser-webpack-plugin": "^5.3.3",
"webpack": "5.72.1",
"webpack-bundle-analyzer": "^4.5.0",
"webpack-cli": "^4.10.0",
"webpack-dev-server": "^4.9.2",
"webpack-merge": "^4.1.0"
},
"dependencies": {
"classnames": "2.3.0",
"prop-types": "^15.7.2",
"react": "^18.2.0",
"react-custom-scrollbars": "^4.1.2",
"react-dom": "^18.2.0",
"react-modal": "^3.8.1",
"react-sound": "^1.2.0",
"soundmanager2": "^2.97.20170602",
"sprintf-js": "1.1.1"
}
}