-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
82 lines (82 loc) · 2.93 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
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
{
"name": "@portfolio/source",
"version": "0.0.0",
"license": "MIT",
"type": "module",
"scripts": {
"rust:test": "cargo llvm-cov --open --ignore-filename-regex 'init'",
"rust:start": "podman compose up -d && nx run back:run",
"rust:generate": "cargo run --bin swagger -- ./swagger.json",
"vue:gen_api": "npx @hey-api/openapi-ts -i ./swagger.json -o libs/front/api-client/src/api -c @hey-api/client-axios",
"vue:test": "vitest run --coverage",
"rust:api-lint": "spectral lint -f sarif -o ./spectral-report.sarif ./swagger.json",
"rust:pong": "cargo run --bin pong --target wasm32-unknown-unknown",
"rust:pong-build": "cargo build --release --bin pong --target wasm32-unknown-unknown && wasm-bindgen --target web --out-dir ./folio_content/media/pong --out-name 'pong' ./dist/target/wasm32-unknown-unknown/release/pong.wasm "
},
"private": true,
"dependencies": {
"@hey-api/client-axios": "^0.2.7",
"@highlightjs/vue-plugin": "^2.1.0",
"@primevue/themes": "^4.0.4",
"highlight.js": "^11.10.0",
"pinia": "^2.2.1",
"primevue": "^4.0.4",
"tslib": "^2.7.0",
"vue": "^3.5.8",
"vue-mermaid-string": "^6.0.0",
"vue-router": "^4.4.3"
},
"devDependencies": {
"@monodon/rust": "^2.0.0-beta.1",
"@nx/cypress": "19.8.2",
"@nx/devkit": "19.8.2",
"@nx/eslint": "19.8.2",
"@nx/eslint-plugin": "19.8.2",
"@nx/jest": "19.8.2",
"@nx/js": "19.8.2",
"@nx/plugin": "19.8.2",
"@nx/vite": "19.8.2",
"@nx/vue": "19.8.2",
"@nx/web": "19.8.2",
"@nx/workspace": "19.8.2",
"@primevue/auto-import-resolver": "^4.0.4",
"@stoplight/spectral-documentation": "^1.3.1",
"@swc-node/register": "^1.10.9",
"@swc/cli": "~0.4.0",
"@swc/core": "~1.7.22",
"@swc/helpers": "~0.5.11",
"@types/jest": "29.5.12",
"@types/node": "22.5.0",
"@typescript-eslint/eslint-plugin": "7.18.0",
"@typescript-eslint/parser": "7.18.0",
"@vitejs/plugin-vue": "^4.5.0",
"@vitest/coverage-v8": "^2.1.1",
"@vitest/ui": "^2.1.1",
"@vue/eslint-config-prettier": "9.0.0",
"@vue/eslint-config-typescript": "^11.0.3",
"@vue/test-utils": "^2.4.1",
"autoprefixer": "^10.4.20",
"cypress": "^13.13.0",
"eslint": "~8.57.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-cypress": "^3.5.0",
"eslint-plugin-vue": "^9.16.1",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"jsdom": "^25.0.1",
"nx": "19.8.2",
"postcss": "^8.4.41",
"prettier": "^3.3.3",
"sass": "1.78.0",
"tailwindcss": "^3.4.9",
"tailwindcss-primeui": "^0.3.4",
"ts-jest": "^29.1.0",
"ts-node": "^10.9.2",
"typescript": "5.5.4",
"unplugin-vue-components": "^0.27.3",
"vite": "^5.4.6",
"vitest": "^2.1.1",
"vue-tsc": "^2.0.29"
},
"packageManager": "[email protected]+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}