{
  "name": "curvespace",
  "description": "remix site for working with myst markdown",
  "license": "MIT",
  "sideEffects": false,
  "scripts": {
    "clean": "rimraf api public/build .cache app/styles/app.css",
    "build:css": "tailwindcss -m -i ./styles/app.css -o app/styles/app.css",
    "build": "cross-env NODE_ENV=production npm run build:css && cross-env NODE_ENV=production remix build",
    "build:memory-loader": "node ./bin/make-loader.mjs",
    "dev:css": "tailwindcss -w -i ./styles/app.css -o app/styles/app.css",
    "dev": "concurrently \"cross-env NODE_ENV=development npm run dev:css\" \"cross-env NODE_ENV=development remix dev\"",
    "serve": "cross-env NODE_ENV=development npm run build:css && cross-env NODE_ENV=development remix dev",
    "lint": "eslint \"app/**/*.ts\" -c .eslintrc.json",
    "lint:format": "prettier --check \"app/**/*.tsx\" \"app/**/*.ts\"",
    "lint:format:fix": "prettier --write \"app/**/*.tsx\" \"app/**/*.ts\"",
    "postinstall": "remix setup node"
  },
  "dependencies": {
    "@curvenote/blocks": "1.3.3",
    "@curvenote/components": "^0.3.4",
    "@curvenote/runtime": "^0.2.9",
    "@headlessui/react": "^1.5.0",
    "@heroicons/react": "^1.0.6",
    "@remix-run/react": "^1.3.3",
    "@remix-run/vercel": "^1.3.3",
    "classnames": "^2.3.1",
    "lodash.throttle": "^4.1.1",
    "myst-util-to-react": "^0.0.6",
    "mystjs": "^0.0.4",
    "node-cache": "^5.1.2",
    "react": "^17.0.2",
    "react-dom": "^17.0.2",
    "react-popper": "^2.2.5",
    "react-syntax-highlighter": "^15.5.0",
    "redux": "^4.1.2",
    "redux-thunk": "^2.4.1",
    "remix": "^1.3.3",
    "swr": "^1.2.2"
  },
  "devDependencies": {
    "@remix-run/dev": "^1.3.3",
    "@remix-run/serve": "^1.3.3",
    "@tailwindcss/typography": "^0.5.2",
    "@types/lodash.throttle": "^4.1.6",
    "@types/react": "^17.0.43",
    "@types/react-dom": "^17.0.14",
    "@types/react-syntax-highlighter": "^13.5.2",
    "@typescript-eslint/eslint-plugin": "^5.14.0",
    "@typescript-eslint/parser": "^5.14.0",
    "concurrently": "^7.0.0",
    "cross-env": "^7.0.3",
    "eslint": "^8.10.0",
    "eslint-config-prettier": "^8.5.0",
    "eslint-plugin-prettier": "^4.0.0",
    "prettier": "^2.6.1",
    "tailwindcss": "^3.0.23",
    "typescript": "^4.6.3"
  },
  "engines": {
    "node": ">=14"
  },
  "version": "0.0.1"
}
