package.json (846B)
1 { 2 "name": "reason-ybbond", 3 "version": "0.1.0", 4 "scripts": { 5 "build": "bsb -make-world", 6 "start": "bsb -make-world -w", 7 "clean": "bsb -clean-world", 8 "test": "echo \"Error: no test specified\" && exit 1", 9 "webpack": "webpack -w", 10 "webpack:production": "bsb -make-world && NODE_ENV=production webpack", 11 "server": "webpack-dev-server" 12 }, 13 "keywords": [ 14 "BuckleScript" 15 ], 16 "author": "", 17 "license": "MIT", 18 "dependencies": { 19 "@glennsl/bs-json": "^5.0.1", 20 "bs-css": "^9.0.1", 21 "bs-fetch": "^0.5.0", 22 "bs-webapi": "^0.15.2", 23 "react": "^16.8.1", 24 "react-dom": "^16.8.1", 25 "reason-react": "0.7.0" 26 }, 27 "devDependencies": { 28 "bs-platform": "6.2.1", 29 "html-webpack-plugin": "^3.2.0", 30 "webpack": "^4.0.1", 31 "webpack-cli": "^3.1.1", 32 "webpack-dev-server": "^3.1.8" 33 } 34 }