Files
Scanning the repository...
Last update 7 years 2 months
by Daniel Urencio
| Filesfullstack | |
|---|---|
| .. | |
| src | |
| static | |
| index.html | |
| package-lock.json | |
| package.json | |
| server.js |
package.json{ "name": "canvas", "version": "1.0.0", "description": "", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "develop": "npx babel --watch src --out-dir ./js --presets react-app/prod" }, "keywords": [], "author": "", "license": "ISC", "dependencies": { "babel-cli": "^6.26.0", "babel-preset-react-app": "^3.1.2", "express": "^4.16.3" } }