Files
vtuber-stickers/package.json

48 lines
1.1 KiB
JSON
Raw Permalink Normal View History

2022-10-11 13:35:43 +00:00
{
2022-11-08 09:42:47 -05:00
"name": "vtuber-stickers",
2022-10-11 13:35:43 +00:00
"version": "0.1.0",
2022-11-08 09:42:47 -05:00
"homepage": ".",
2022-10-11 13:35:43 +00:00
"private": true,
"dependencies": {
"@emotion/react": "^11.10.4",
"@emotion/styled": "^11.10.4",
"@mui/base": "^5.0.0-alpha.100",
"@mui/material": "^5.10.8",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0",
2022-10-17 21:16:45 +00:00
"axios": "^1.1.3",
2022-10-11 13:35:43 +00:00
"react": "^18.2.0",
"react-dom": "^18.2.0",
2022-11-10 00:05:12 -05:00
"react-konami-code": "^2.3.0",
2022-10-11 13:35:43 +00:00
"react-scripts": "5.0.1",
"react-slider": "^2.0.4",
2022-10-12 12:56:27 +00:00
"web-vitals": "^2.1.4",
"workbox-precaching": "^6.5.4"
2022-10-11 13:35:43 +00:00
},
"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"
]
}
}