-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 1.08 KB
/
package.json
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
{
"name": "olympicoin-source",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test:frontend": "pnpm --prefix=apps/frontend run test",
"test:backend": "pnpm --prefix=apps/backend run test --watch --detectOpenHandles",
"build:frontend": "pnpm --prefix=apps/frontend run build",
"build:backend": "pnpm --prefix=apps/backend run build",
"build": "run-p build:frontend build:backend",
"dev": "pnpm --prefix=apps/frontend run dev",
"start": "pnpm --prefix=apps/backend run start:dev",
"preview": "run-p dev start",
"test": "run-p test:frontend test:backend"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@jest/globals": "^29.7.0",
"@nestjs/jwt": "^10.2.0",
"@nestjs/platform-fastify": "^10.4.4",
"@nestjs/serve-static": "^4.0.2",
"@swc/cli": "0.4.1-nightly.20240914",
"@swc/core": "^1.7.35",
"autoprefixer": "^10.4.20",
"eslint": "^9",
"fastify": "^5.0.0",
"npm-run-all": "^4.1.5",
"postcss": "^8.4.47",
"tailwindcss": "^3.4.13",
"vitest": "^2.1.3"
}
}