You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
517 B
JSON
23 lines
517 B
JSON
{
|
|
"name": "etesync-web",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"dependencies": {
|
|
"react": "^16.2.0",
|
|
"react-dom": "^16.2.0",
|
|
"react-scripts-ts": "2.8.0"
|
|
},
|
|
"scripts": {
|
|
"start": "react-scripts-ts start",
|
|
"build": "react-scripts-ts build",
|
|
"test": "react-scripts-ts test --env=jsdom",
|
|
"eject": "react-scripts-ts eject"
|
|
},
|
|
"devDependencies": {
|
|
"@types/jest": "^21.1.8",
|
|
"@types/node": "^8.0.53",
|
|
"@types/react": "^16.0.25",
|
|
"@types/react-dom": "^16.0.3"
|
|
}
|
|
}
|