personal-site/package.json

67 lines
1.7 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",
2022-04-22 20:28:05 +00:00
"@types/react-router-dom": "^5.3.3",
"@types/react-slick": "^0.23.4",
2022-07-06 06:05:31 +00:00
"@types/react-syntax-highlighter": "^13.5.2",
"@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",
2022-07-06 06:05:31 +00:00
"react-markdown": "^8.0.3",
2022-04-22 20:28:05 +00:00
"react-router-dom": "^6.3.0",
"react-scripts": "4.0.3",
"react-slick": "^0.28.1",
2021-09-12 15:57:38 +00:00
"react-snapshot": "^1.3.0",
2022-07-06 06:05:31 +00:00
"react-syntax-highlighter": "^15.5.0",
"react-tabs": "^3.2.2",
"react-typing-animation": "^1.6.2",
2022-07-06 06:05:31 +00:00
"remarkable": "^2.0.1",
"typescript": "^4.1.2",
"web-vitals": "^1.0.1"
},
"scripts": {
"start": "react-scripts start",
2021-09-12 15:57:38 +00:00
"build": "react-scripts build && react-snapshot",
"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 15:57:38 +00:00
},
"devDependencies": {
"@types/react-snapshot": "^1.3.0"
}
}