{ "name": "tezoslink", "version": "1.0.0", "description": "tezosLink project", "_moduleAliases": { "@Api": "./dist/api", "@Front": "./dist/front", "@Assets": "./dist/front/Assets/*", "@Components": "./dist/front/Components/*", "@Themes": "./dist/front/Themes/*", "@Stores": "./dist/front/Stores/*", "@FrontServices": "./dist/front/Services/*", "@Pages": "./dist/pages", "@Common": "./dist/common", "@Services": "./dist/common/services", "@Entries": "./dist/common/entries", "@Config": "./dist/common/config", "@Entities": "./dist/common/entities", "@System": "./dist/common/system", "@ControllerPattern": "./dist/common/system/controller-pattern" }, "scripts": { "build": "next build && tsc", "api:start": "node ./dist/entries/Api.js", "web:start": "node ./dist/entries/Web.js", "dev": "nodemon -V", "api:dev": "nodemon -V --exec 'tsc && npm run api:start'", "web:dev": "nodemon -V --exec 'npm run build && npm run web:start'", "build:test": "tsc && mocha ./dist/entries/Test.js", "format": "prettier --write src", "migrate": "" }, "repository": { "type": "git", "url": "git+https://github.com/smart-chain-fr/tezosLink.git" }, "author": "", "license": "ISC", "bugs": { "url": "https://github.com/smart-chain-fr/tezosLink/issues" }, "homepage": "https://github.com/smart-chain-fr/tezosLink#readme", "dependencies": { "@emotion/react": "^11.10.6", "@emotion/styled": "^11.10.6", "@mui/material": "^5.11.12", "@prisma/client": "^4.9.0", "apexcharts": "^3.36.3", "axios": "^1.3.3", "class-transformer": "^0.5.1", "class-validator": "^0.14.0", "classnames": "^2.3.2", "cors": "^2.8.5", "dotenv": "^16.0.3", "express": "^4.18.2", "module-alias": "^2.2.2", "next": "^13.1.5", "node-schedule": "^2.1.1", "prisma": "^4.9.0", "prisma-query": "^2.0.0", "react": "^18.2.0", "react-apexcharts": "^1.4.0", "react-dom": "^18.2.0", "react-tsparticles": "^2.8.0", "reflect-metadata": "^0.1.13", "sass": "^1.58.0", "ts-node": "^10.9.1", "tslib": "^2.4.1", "tsparticles": "^2.8.0", "typedi": "^0.10.0", "typescript": "^4.9.4", "uuid": "^9.0.0" }, "devDependencies": { "@types/cors": "^2.8.13", "@types/express": "^4.17.16", "@types/node": "^18.11.18", "@types/node-schedule": "^2.1.0", "@types/react": "^18.0.27", "@types/react-dom": "^18.0.10", "@types/uuid": "^9.0.0", "nodemon": "^2.0.20", "prettier": "2.8.4" }, "prisma": { "schema": "src/common/databases/schema.prisma" } }