personal-site/package.json

65 lines
1.6 KiB
JSON
Raw Normal View History

{
"name": "personal-site",
"version": "0.1.0",
"private": true,
"dependencies": {
"@material-ui/core": "^4.11.4",
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^11.1.0",
"@testing-library/user-event": "^12.1.10",
"@types/jest": "^26.0.15",
"@types/node": "^12.0.0",
"@types/react": "^17.0.0",
"@types/react-animate-on-scroll": "^2.1.2",
"@types/react-dom": "^17.0.0",
"@types/react-slick": "^0.23.4",
"@types/react-tabs": "^2.3.2",
"@types/react-typing-animation": "^1.6.2",
"bootstrap": "^4.6.0",
"node-sass": "^6.0.1",
"pure-react-carousel": "^1.27.6",
"react": "^17.0.2",
"react-animate-on-scroll": "^2.1.5",
"react-bootstrap": "^1.6.1",
"react-dom": "^17.0.2",
2021-09-12 16:30:13 +00:00
"react-router": "^5.2.1",
"react-scripts": "4.0.3",
"react-slick": "^0.28.1",
"react-tabs": "^3.2.2",
"react-typing-animation": "^1.6.2",
"typescript": "^4.1.2",
"web-vitals": "^1.0.1"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"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"
]
2021-09-12 16:30:13 +00:00
},
"devDependencies": {
"@types/webpack": "^5.28.0",
"babel-loader": "^8.1.0",
"ts-node": "^10.2.1",
"webpack": "^4.44.2",
"webpack-cli": "^4.8.0"
}
}