1
0
mirror of https://github.com/franjsco/tick3t synced 2025-06-05 22:19:18 +02:00

refactor: edit user ref

This commit is contained in:
Francesco Esposito
2019-07-25 09:39:42 +02:00
parent 96c4185e73
commit fb3f4598e2
2 changed files with 87 additions and 697 deletions

768
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -2,16 +2,18 @@
"name": "tick3t", "name": "tick3t",
"version": "0.1.0", "version": "0.1.0",
"private": true, "private": true,
"author": "frab1t", "author": "frsposito",
"dependencies": { "dependencies": {
"bootstrap": "^4.3.1", "bootstrap": "^4.3.1",
"dotenv": "^8.0.0", "dotenv": "^8.0.0",
"moment": "^2.24.0",
"react": "^16.8.6", "react": "^16.8.6",
"react-dom": "^16.8.6", "react-dom": "^16.8.6",
"react-router": "^5.0.0", "react-reactstrap-pagination": "^1.0.5",
"react-router-dom": "^5.0.0", "react-router": "^5.0.1",
"react-router-dom": "^5.0.1",
"react-scripts": "3.0.0", "react-scripts": "3.0.0",
"reactstrap": "^8.0.0" "reactstrap": "^8.0.1"
}, },
"scripts": { "scripts": {
"start": "react-scripts start", "start": "react-scripts start",
@@ -34,7 +36,5 @@
"last 1 safari version" "last 1 safari version"
] ]
}, },
"devDependencies": { "devDependencies": {}
"json-server": "^0.14.2" }
}
}