-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage.json
More file actions
156 lines (156 loc) · 5.45 KB
/
Copy pathpackage.json
File metadata and controls
156 lines (156 loc) · 5.45 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
{
"name": "remix-app-template",
"private": true,
"description": "",
"license": "",
"sideEffects": false,
"scripts": {
"build": "run-s build:*",
"build:routes": "remix-routes",
"build:css": "tailwindcss -m -i ./styles/app.css -o app/styles/app.css",
"build:remix": "remix build",
"build:server": "esbuild --platform=node --format=cjs ./server.ts --outdir=build --bundle",
"dev": "run-p dev:*",
"dev:routes": "remix-routes -w",
"dev:build": "cross-env NODE_ENV=development npm run build:server -- --watch",
"dev:css": "yarn generate:css --watch",
"dev:remix": "cross-env NODE_ENV=development remix watch",
"dev:indexer": "cross-env NODE_ENV=development tsx -r dotenv/config indexer/run.ts",
"dev:server": "cross-env NODE_ENV=development node --inspect --require ./node_modules/dotenv/config ./build/server.js",
"docker": "docker compose up -d --remove-orphans",
"generate:ethers": "typechain --target ethers-v5 --out-dir app/contracts './node_modules/labor-markets-abi/dist/abis/*.json'",
"generate:css": "tailwindcss -i ./styles/app.css -o app/styles/app.css",
"lint": "eslint --cache --cache-location ./node_modules/.cache/eslint '**/*.{ts,tsx}'",
"deploy:indexer": "flyctl deploy -c fly.indexer.toml",
"setup": "prisma generate && prisma migrate deploy && prisma db seed",
"start:app": "cross-env NODE_ENV=production node ./build/server.js",
"start:indexer": "cross-env NODE_ENV=production tsx indexer/run.ts",
"reindex": "cross-env NODE_ENV=production tsx indexer/reindex.ts",
"test": "vitest",
"reset": "prisma migrate reset",
"prod": "yarn build && remix-serve api",
"typecheck": "tsc -b",
"pine": "tsx -r dotenv/config pinekit/cli.ts",
"postinstall": "yarn generate:ethers"
},
"dependencies": {
"@axiomhq/axiom-node": "^0.10.0",
"@faker-js/faker": "^7.6.0",
"@flipsidecrypto/pine-sdk": "^0.0.6",
"@headlessui/react": "^1.7.4",
"@heroicons/react": "^2.0.13",
"@hookform/resolvers": "^2.9.11",
"@pinata/sdk": "^2.1.0",
"@prisma/client": "^4.13.0",
"@radix-ui/react-avatar": "^1.0.1",
"@radix-ui/react-checkbox": "^1.0.1",
"@radix-ui/react-dropdown-menu": "^2.0.1",
"@radix-ui/react-select": "^1.1.1",
"@radix-ui/react-slot": "^1.0.0",
"@radix-ui/react-tooltip": "^1.0.0",
"@rainbow-me/rainbowkit": "^0.12.0",
"@remix-run/express": "^1.14.0",
"@remix-run/node": "^1.14.0",
"@remix-run/react": "^1.14.0",
"@remix-run/server-runtime": "^1.14.0",
"@remix-validated-form/with-zod": "^2.0.5",
"@sentry/remix": "^7.26.0",
"@solana/web3.js": "^1.66.2",
"@tailwindcss/forms": "^0.5.3",
"@tailwindcss/typography": "^0.5.8",
"@tanstack/react-query": "^4.14.5",
"@uiw/react-md-editor": "^3.20.5",
"abitype": "^0.5.0",
"aos": "^2.3.4",
"bech32": "^2.0.0",
"buffer-polyfill": "npm:buffer@^6.0.3",
"clsx": "^1.2.1",
"commander": "^9.4.1",
"compression": "^1.7.4",
"cross-env": "^7.0.3",
"dayjs": "^1.11.6",
"dompurify": "^3.0.1",
"dotenv": "^16.0.1",
"esbuild": "^0.17.4",
"ethers": "^5.7.2",
"express": "^4.18.2",
"express-prometheus-middleware": "^1.2.0",
"isbot": "latest",
"labor-markets-abi": "^2.2.0",
"labor-markets-abi-dev": "^2.2.0",
"mdx-bundler": "^9.2.1",
"mongodb": "^5.3.0",
"morgan": "^1.10.0",
"prom-client": "^14.1.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.43.2",
"react-hot-toast": "^2.4.0",
"react-instantsearch-dom": "^6.40.0",
"react-jazzicon": "^1.0.4",
"react-markdown": "6.0.3",
"react-spring": "^9.6.0",
"react-use": "^17.4.0",
"remix-params-helper": "^0.4.10",
"remix-routes": "^1.0.0",
"remix-typedjson": "^0.1.7",
"remix-utils": "^4.1.0",
"remix-validated-form": "^4.6.9",
"siwe": "^1.1.6",
"tiny-invariant": "^1.3.1",
"type-fest": "^3.6.1",
"wagmi": "^0.12.0",
"winston": "^3.8.2",
"zod": "^3.20.6",
"zod-form-data": "^2.0.0"
},
"devDependencies": {
"@hookform/devtools": "^4.3.1",
"@ladle/react": "^2.4.4",
"@remix-run/dev": "^1.14.0",
"@remix-run/eslint-config": "^1.14.0",
"@testing-library/dom": "^8.19.0",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^14.4.3",
"@typechain/ethers-v5": "^10.2.0",
"@types/aos": "^3.0.4",
"@types/compression": "^1.7.2",
"@types/dompurify": "^2.4.0",
"@types/express": "^4.17.14",
"@types/express-prometheus-middleware": "^1.2.1",
"@types/morgan": "^1.9.3",
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"@types/react-instantsearch-dom": "6.12.3",
"@vitejs/plugin-react": "^2.2.0",
"@vitest/coverage-c8": "^0.25.6",
"autoprefixer": "^10.4.5",
"concurrently": "^7.1.0",
"eslint": "^8.25.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.2.1",
"happy-dom": "^7.7.0",
"npm-run-all": "^4.1.5",
"pino-pretty": "^9.1.1",
"postcss": "^8.4.12",
"postgres": "^3.3.4",
"prisma": "^4.5.0",
"remix-flat-routes": "^0.5.7",
"tailwindcss": "^3.0.24",
"ts-node": "^10.9.1",
"tsx": "^3.11.0",
"typechain": "^8.1.1",
"typescript": "^4.9.5",
"typescript-remix-routes-plugin": "^1.0.0",
"vite": "^4.0.2",
"vite-tsconfig-paths": "^4.0.3",
"vitest": "^0.26.1"
},
"engines": {
"node": ">=15"
},
"prisma": {
"seed": "tsx prisma/seed.ts"
}
}