{ "name": "purescript-react-basic-classic", "version": "0.0.0", "description": "Dev deps for purescript-react-basic-classic", "main": "index.js", "repository": { "type": "git", "url": "git+https://github.com/lumihq/purescript-react-basic-classic.git" }, "author": "", "license": "Apache-2.0", "bugs": { "url": "https://github.com/lumihq/purescript-react-basic-classic/issues" }, "homepage": "https://github.com/lumihq/purescript-react-basic-classic#readme", "devDependencies": { "bower": "^1.8.14", "npm-check-updates": "^12.5.11", "npm-run-all": "^4.1.5", "pulp": "^16.0.1", "purescript": "^0.15.0", "spago": "^0.20.9" }, "dependencies": { "react": "^18.0.0" }, "scripts": { "deps": "run-s deps:*", "deps:spago": "spago install", "deps:pulp": "bower install", "build": "run-s build:*", "build:spago": "spago build", "build:pulp": "pulp build -o output-pulp", "clean": "rm -rf .spago bower_components output output-pulp node_modules" } }