49 lines
1.2 KiB
JSON
49 lines
1.2 KiB
JSON
{
|
|
"name": "license-activator-tool",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"dependencies": {
|
|
"@emotion/react": "^11.4.1",
|
|
"@emotion/styled": "^11.3.0",
|
|
"@material-ui/core": "^5.0.0-beta.5",
|
|
"@reduxjs/toolkit": "^1.6.1",
|
|
"@testing-library/jest-dom": "^4.2.4",
|
|
"@testing-library/react": "^9.5.0",
|
|
"@testing-library/user-event": "^7.2.1",
|
|
"@types/jest": "^24.9.1",
|
|
"@types/node": "^12.20.21",
|
|
"@types/react": "^16.14.14",
|
|
"@types/react-dom": "^16.9.14",
|
|
"@types/react-redux": "^7.1.18",
|
|
"react": "^17.0.2",
|
|
"react-dom": "^17.0.2",
|
|
"react-redux": "^7.2.4",
|
|
"react-scripts": "4.0.3",
|
|
"typescript": "^4.1.6"
|
|
},
|
|
"scripts": {
|
|
"start": "react-scripts start",
|
|
"build": "react-scripts build",
|
|
"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": {
|
|
"@material-ui/icons": "^5.0.0-beta.5"
|
|
}
|
|
}
|