| 1234567891011121314151617181920212223242526 |
- {
- "name": "w4ab",
- "version": "1.0.0",
- "description": "Bienvenue dans ce module de programmation web :-)",
- "main": "index.js",
- "scripts": {
- "test": "echo \"Error: no test specified\" && exit 1",
- "start": "node server.js"
- },
- "repository": {
- "type": "git",
- "url": "git@git.unistra.fr:clement.krebs/w4ab.git"
- },
- "author": "",
- "license": "ISC",
- "dependencies": {
- "body-parser": "^1.19.0",
- "cors": "^2.8.5",
- "express": "^4.17.1",
- "mysql2": "^2.1.0",
- "react": "^16.13.0",
- "react-router": "^5.1.2",
- "react-router-dom": "^5.1.2",
- "sequelize": "^5.21.5"
- }
- }
|