fal-js/package.json
Daniel Rochetti 6553779987
chore: configure new monorepo and build workflow
* prepare monorepo and move client to its package

* create nx workspace

* workspace cleanup and updates

* upgrade nx workspace and fix client package

* add basic codegen logic

* first working build script

* update nextjs app

* update generated code

* add koldstart core and client foundation

* add basic fetch implementation to client

* add stable diffusion example

* remove local output image

* remove keys

* remove more keys

* update client usage and samples

* remove grpc client code and dependencies

* rename base package

* remove core package

* continue package refactor

* rename koldstart apis

* refactor main function run api

* add listen function stub

* removed more koldstart references

* build workflow added

* minor doc updates - trigger workflow

* nx workflow action
2023-03-29 12:49:55 -03:00

76 lines
2.1 KiB
JSON

{
"name": "@fal/serverless",
"version": "0.0.0",
"license": "MIT",
"scripts": {
"start": "nx serve",
"build": "nx build",
"test": "nx test"
},
"private": true,
"dependencies": {
"@nrwl/next": "15.7.2",
"@oclif/core": "^2.3.0",
"@oclif/plugin-help": "^5.2.5",
"change-case": "^4.1.2",
"chokidar": "^3.5.3",
"core-js": "^3.6.5",
"cross-fetch": "^3.1.5",
"fast-glob": "^3.2.12",
"js-base64": "^3.7.5",
"next": "13.1.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"regenerator-runtime": "0.13.7",
"ts-morph": "^17.0.1",
"tslib": "^2.3.0"
},
"devDependencies": {
"@nrwl/cli": "15.7.2",
"@nrwl/cypress": "15.7.2",
"@nrwl/eslint-plugin-nx": "15.7.2",
"@nrwl/jest": "15.7.2",
"@nrwl/js": "15.7.2",
"@nrwl/linter": "15.7.2",
"@nrwl/node": "15.7.2",
"@nrwl/nx-cloud": "15.1.0",
"@nrwl/react": "15.7.2",
"@nrwl/web": "15.7.2",
"@nrwl/workspace": "15.7.2",
"@testing-library/react": "13.4.0",
"@types/google-protobuf": "^3.15.6",
"@types/jest": "28.1.1",
"@types/node": "16.11.7",
"@types/react": "18.0.20",
"@types/react-dom": "18.0.6",
"@typescript-eslint/eslint-plugin": "^5.55.0",
"@typescript-eslint/parser": "^5.55.0",
"autoprefixer": "10.4.13",
"babel-jest": "28.1.1",
"cypress": "^11.0.0",
"eslint": "^8.36.0",
"eslint-config-next": "^13.1.1",
"eslint-config-prettier": "^8.1.0",
"eslint-plugin-cypress": "^2.12.1",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsx-a11y": "^6.6.1",
"eslint-plugin-react": "^7.31.8",
"eslint-plugin-react-hooks": "^4.6.0",
"fs-extra": "^11.1.0",
"jest": "28.1.1",
"jest-environment-jsdom": "28.1.1",
"nx": "15.7.2",
"organize-imports-cli": "^0.10.0",
"postcss": "8.4.19",
"prettier": "^2.6.2",
"react-test-renderer": "18.2.0",
"semantic-release": "^21.0.0",
"tailwindcss": "3.2.4",
"ts-jest": "28.0.5",
"ts-node": "^10.9.1",
"ts-protoc-gen": "^0.15.0",
"tsconfig-paths": "^4.1.2",
"typescript": "^4.9.5"
}
}