Add account activation
Showing
kitten.jpg
deleted
100644 → 0
138 KB
This diff is collapsed.
Click to expand it.
| ... | ... | @@ -10,6 +10,7 @@ |
| "@types/popper.js": "^1.11.0", | ||
| "bootstrap": "5.0.1", | ||
| "jquery": "^3.6.0", | ||
| "serve": "^12.0.0", | ||
| "turbolinks": "^5.2.0", | ||
| "webpack": "^4.46.0", | ||
| "webpack-cli": "^3.3.12" | ||
| ... | ... | @@ -17,5 +18,13 @@ |
| "version": "0.1.0", | ||
| "devDependencies": { | ||
| "webpack-dev-server": "^3.11.2" | ||
| }, | ||
| "scripts": { | ||
| "dev": "react-scripts start", | ||
| "start": "serve -s build", | ||
| "build": "react-scripts build", | ||
| "test": "react-scripts test --env=jsdom", | ||
| "eject": "react-scripts eject", | ||
| "heroku-postbuild": "npm run build" | ||
| } | ||
| } |
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
Please
register
or
sign in
to comment