audible-tools.github.io/package.json

56 lines
1.4 KiB
JSON
Raw Normal View History

2020-08-06 00:06:17 +02:00
{
"name": "material-pg-01",
"homepage": "http://audible-tools.github.io/",
"private": true,
"version": "0.1.0",
"dependencies": {
"@babel/core": "^7.13.13",
2022-03-05 01:51:07 +01:00
"@ffmpeg/core": "^0.10.0",
"@ffmpeg/ffmpeg": "^0.10.1",
2021-03-28 01:38:18 +01:00
"@material-ui/core": "^4.11.3",
"@material-ui/icons": "^4.11.2",
2020-08-06 00:06:17 +02:00
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.5.0",
"@testing-library/user-event": "^7.2.1",
2021-05-17 22:24:14 +02:00
"fork-me-on-github": "^1.0.6",
2021-03-28 01:38:18 +01:00
"react": "^16.14.0",
"react-copy-to-clipboard": "^5.0.3",
"react-dom": "^16.14.0",
"react-dropzone": "^11.3.2",
"react-ga": "^3.3.0",
2022-09-01 00:00:52 +02:00
"react-google-recaptcha-v3": "^1.10.0",
"react-notifications-component": "^3.1.0",
2022-09-19 23:55:06 +02:00
"react-router": "^6.4.0",
"react-router-dom": "^6.4.0",
"react-scripts": "^4.0.3",
"reactstrap": "^8.9.0",
"typescript": "^4.2.3"
2020-08-06 00:06:17 +02:00
},
"scripts": {
"predeploy": "npm run build",
"deploy": "gh-pages -d build",
2022-09-18 23:27:29 +02:00
"start": "react-scripts --openssl-legacy-provider start",
2023-07-27 23:32:17 +02:00
"build": "react-scripts build",
2020-08-06 00:06:17 +02:00
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"gh-pages": "^3.1.0"
}
}