dashboard/package.json

35 lines
899 B
JSON
Raw Normal View History

{
2020-07-08 19:36:36 +02:00
"name": "dashboard",
2021-03-29 12:43:51 +02:00
"version": "1.0.0",
"repository": "git@github.com:phntxx/dashboard",
"contributors": [
"phntxx <hello@phntxx.com>"
],
"private": false,
2020-07-08 19:36:36 +02:00
"dependencies": {
2021-03-29 12:43:51 +02:00
"@testing-library/jest-dom": "^5.11.10",
"@testing-library/react": "^11.2.5",
"@testing-library/user-event": "^13.0.6",
"@types/jest": "^26.0.22",
"@types/node": "^14.14.37",
"@types/react-dom": "^17.0.3",
"@types/react-select": "^4.0.13",
"@types/styled-components": "^5.1.9",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-scripts": "^4.0.3",
"react-select": "^4.3.0",
"styled-components": "^5.2.1",
"typescript": "^4.2.3"
2020-07-08 19:36:36 +02:00
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
2021-03-29 12:43:51 +02:00
"eject": "react-scripts eject"
2020-07-08 19:36:36 +02:00
},
"eslintConfig": {
"extends": "react-app"
}
}