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.
57 lines
1.4 KiB
57 lines
1.4 KiB
{ |
|
"name": "vitrin", |
|
"version": "0.1.0", |
|
"private": true, |
|
"dependencies": { |
|
"@material-ui/core": "^4.11.4", |
|
"@material-ui/icons": "^4.11.2", |
|
"@testing-library/jest-dom": "^5.11.4", |
|
"@testing-library/react": "^11.1.0", |
|
"@testing-library/user-event": "^12.1.10", |
|
"axios": "^0.21.1", |
|
"bootstrap": "^5.0.1", |
|
"node-sass": "^6.0.0", |
|
"prettier": "^2.3.0", |
|
"prop-types": "^15.7.2", |
|
"react": "^17.0.2", |
|
"react-dom": "^17.0.2", |
|
"react-elastic-carousel": "^0.11.5", |
|
"react-redux": "^7.2.4", |
|
"react-router-dom": "^5.2.0", |
|
"react-scripts": "4.0.3", |
|
"react-toastify": "^7.0.4", |
|
"redux": "^4.1.0", |
|
"redux-devtools-extension": "^2.13.9", |
|
"redux-thunk": "^2.3.0", |
|
"sass": "^1.34.0", |
|
"styled-components": "^5.3.0", |
|
"web-vitals": "^1.0.1" |
|
}, |
|
"scripts": { |
|
"start": "react-scripts start", |
|
"build": "react-scripts build", |
|
"test": "react-scripts test", |
|
"eject": "react-scripts eject", |
|
"prettier": "prettier --write \"**/*\"", |
|
"eslint": "eslint \"**/*.js\"", |
|
"index": "create-index ./src/Redux -r" |
|
}, |
|
"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" |
|
] |
|
} |
|
}
|
|
|