12345678910111213141516171819202122232425262728293031323334 |
- {
- "name": "skroutzi",
- "version": "0.1.0",
- "private": true,
- "dependencies": {
- "bootstrap": "^4.1.3",
- "jquery": "^3.3.1",
- "level": "^2.1.1",
- "popper": "^1.0.1",
- "react": "^16.4.2",
- "react-dom": "^16.4.2",
- "react-scripts": "1.1.5"
- },
- "scripts": {
- "start": "react-scripts start",
- "build": "react-scripts build",
- "test": "react-scripts test --env=jsdom",
- "eject": "react-scripts eject"
- },
- "devDependencies": {
- "bindings": "github:TooTallNate/node-bindings",
- "i": "^0.3.6",
- "npm": "^6.4.1"
- },
- "proxy": {
- "/api": {
- "target": "http://localhost:3000/",
- "ws": true,
- "pathRewrite": {
- "^/api": "/"
- }
- }
- }
- }
|