24 lines
554 B
JSON
24 lines
554 B
JSON
{
|
|
"scripts": {
|
|
"start": "parcel serve src/index.htm"
|
|
},
|
|
"devDependencies": {
|
|
"typescript": "^4.0.5",
|
|
"@types/react": "^17.0.0",
|
|
"@types/react-dom": "^17.0.0",
|
|
"@types/styled-components": "^5.1.7",
|
|
"@types/react-redux": "^7.1.14",
|
|
"eslint": "^7.13.0"
|
|
},
|
|
"dependencies": {
|
|
"@reduxjs/toolkit": "^1.5.0",
|
|
"assets": "^3.0.1",
|
|
"react": "^17.0.1",
|
|
"react-dom": "^17.0.1",
|
|
"react-redux": "^7.2.2",
|
|
"redux-devtools-extension": "^2.13.8",
|
|
"styled-components": "^5.2.1",
|
|
"tslib": "^2.0.3"
|
|
}
|
|
}
|