mirror of
https://github.com/usatiuk/photos.git
synced 2025-10-28 15:27:49 +01:00
some cleanup, split backend and frontend
This commit is contained in:
@@ -3,9 +3,11 @@
|
||||
"scripts": {
|
||||
"start": "parcel src/index.html",
|
||||
"build": "parcel build src/index.html",
|
||||
"test": "jest",
|
||||
"lint": "eslint ./src/** --ext .js,.jsx,.ts,.tsx",
|
||||
"lint-fix": "eslint ./src/** --ext .js,.jsx,.ts,.tsx --fix",
|
||||
"test": "jest"
|
||||
"prettier-check": "prettier src/**/*.ts src/**/*.tsx --check",
|
||||
"prettify": "prettier src/**/*.ts src/**/*.tsx --write"
|
||||
},
|
||||
"dependencies": {
|
||||
"@blueprintjs/core": "^4.14.1",
|
||||
@@ -28,6 +30,7 @@
|
||||
"eslint-plugin-react": "^7.33.0",
|
||||
"eslint-plugin-react-hooks": "^4.6.0",
|
||||
"flush-promises": "^1.0.2",
|
||||
"io-ts": "^2.2.20",
|
||||
"jest": "^29.6.2",
|
||||
"jest-environment-jsdom": "^29.6.2",
|
||||
"jest-junit": "^14.0.1",
|
||||
|
||||
Reference in New Issue
Block a user