forked from IQBall/Application
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
54 lines
1.4 KiB
54 lines
1.4 KiB
{
|
|
"name": "tbasket",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"main": "public/electron.js",
|
|
"dependencies": {
|
|
"@fortawesome/fontawesome-svg-core": "^6.3.0",
|
|
"@fortawesome/free-solid-svg-icons": "^6.3.0",
|
|
"@fortawesome/react-fontawesome": "^0.2.0",
|
|
"@testing-library/jest-dom": "^5.16.5",
|
|
"@testing-library/react": "^13.4.0",
|
|
"@testing-library/user-event": "^13.5.0",
|
|
"ionicons": "^6.1.3",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"react-native-ionicons": "^4.6.5",
|
|
"react-router-dom": "^6.8.1",
|
|
"react-scripts": "^5.0.1",
|
|
"web-vitals": "^2.1.4"
|
|
},
|
|
"scripts": {
|
|
"start": "react-scripts start --openssl-legacy-provider",
|
|
"build": "react-scripts build",
|
|
"test": "react-scripts test",
|
|
"eject": "react-scripts eject",
|
|
"dev": "concurrently -k \"BROWSER=none npm start\" \"npm:electron\"",
|
|
"electron": "wait-on tcp:3000 && electron ."
|
|
},
|
|
"eslintConfig": {
|
|
"extends": [
|
|
"react-app",
|
|
"react-app/jest"
|
|
]
|
|
},
|
|
"browserslist": {
|
|
"production": [
|
|
">0.2%",
|
|
"not dead",
|
|
"not op_mini all"
|
|
],
|
|
"development": [
|
|
"last 1 chrome version",
|
|
"last 1 firefox version",
|
|
"last 1 safari version"
|
|
]
|
|
},
|
|
"devDependencies": {
|
|
"concurrently": "^7.6.0",
|
|
"electron": "^23.0.0",
|
|
"electron-is-dev": "^2.0.0",
|
|
"wait-on": "^7.0.1"
|
|
}
|
|
}
|