PaletteSwitcher/client/package.json

58 lines
1.4 KiB
JSON
Raw Normal View History

{
"name": "client",
"homepage": ".",
"version": "0.1.0",
"private": true,
"dependencies": {
2021-12-12 16:50:58 +00:00
"@fortawesome/fontawesome-svg-core": "^1.2.36",
"@fortawesome/free-brands-svg-icons": "^5.15.4",
"@fortawesome/free-solid-svg-icons": "^5.15.4",
"@fortawesome/react-fontawesome": "^0.1.16",
"@testing-library/jest-dom": "^5.16.1",
"@testing-library/react": "^11.2.7",
"@testing-library/user-event": "^12.8.3",
"@types/jest": "^26.0.24",
"@types/node": "^12.20.37",
"@types/react": "^17.0.37",
2021-12-12 16:50:58 +00:00
"classnames": "^2.3.1",
"file-saver": "^2.0.5",
2022-04-17 07:36:16 +00:00
"react": "^18.0.0",
"react-dom": "^18.0.0",
2021-12-12 16:50:58 +00:00
"react-scripts": "next",
"typescript": "^4.5.3",
"web-vitals": "^1.1.2"
},
"scripts": {
2021-12-13 12:54:19 +00:00
"start": "BROWSER=none 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-12-12 16:50:58 +00:00
},
"devDependencies": {
"@tailwindcss/forms": "^0.4.0",
"@types/file-saver": "^2.0.4",
2022-04-18 07:01:44 +00:00
"@types/react-dom": "^18.0.1",
2021-12-12 16:50:58 +00:00
"autoprefixer": "^10.4.0",
"postcss": "^8.4.4",
"tailwindcss": "^3.0.1"
}
}