-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
72 lines (72 loc) · 2.11 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
{
"name": "@baldurs-gate-3-walkthrough-planner/source",
"version": "0.0.0",
"license": "MIT",
"scripts": {
"format": "nx format:write"
},
"private": true,
"dependencies": {
"@vue-flow/background": "^1.3.0",
"@vue-flow/core": "^1.39.0",
"@vue-flow/node-resizer": "^1.4.0",
"@vueuse/core": "^10.11.0",
"lodash-es": "^4.17.21",
"markdown-it": "^14.1.0",
"pinia": "^2.1.7",
"primevue": "^3.53.0",
"swiper": "^11.1.5",
"vue": "^3.4.33",
"vue3-text-clamp": "^0.1.2"
},
"devDependencies": {
"@egoist/tailwindcss-icons": "^1.8.1",
"@iconify-json/lucide": "^1.1.200",
"@iconify-json/ri": "^1.1.21",
"@lehoczky/prettier-config": "^1.1.6",
"@nx/eslint": "19.5.1",
"@nx/eslint-plugin": "19.5.1",
"@nx/js": "19.5.1",
"@nx/vite": "19.5.1",
"@nx/vue": "19.5.1",
"@nx/web": "19.5.1",
"@nx/workspace": "19.5.1",
"@swc-node/register": "1.9.2",
"@swc/core": "1.5.7",
"@swc/helpers": "0.5.12",
"@tailwindcss/typography": "^0.5.13",
"@types/lodash-es": "^4.17.12",
"@types/markdown-it": "^13.0.8",
"@types/node": "^20.14.11",
"@typescript-eslint/eslint-plugin": "7.16.0",
"@typescript-eslint/parser": "7.16.0",
"@vitejs/plugin-vue": "^5.0.5",
"@vue/eslint-config-prettier": "^9.0.0",
"@vue/eslint-config-typescript": "^12.0.0",
"autoprefixer": "^10.4.19",
"consola": "^3.2.3",
"eslint": "8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-simple-import-sort": "^12.1.1",
"eslint-plugin-vue": "^9.27.0",
"nx": "19.5.1",
"ora": "^8.0.1",
"playwright": "^1.45.2",
"postcss": "^8.4.39",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.5",
"rollup-plugin-visualizer": "^5.12.0",
"tailwind-scrollbar": "^3.1.0",
"tailwindcss": "^3.4.6",
"tslib": "^2.6.3",
"typescript": "5.5.3",
"unplugin-auto-import": "^0.18.0",
"unplugin-vue-components": "^0.27.3",
"vite": "^5.3.4",
"vite-plugin-pwa": "^0.20.0",
"vue-tsc": "2.0.0",
"workbox-build": "^7.1.1",
"workbox-window": "^7.1.0"
},
"packageManager": "[email protected]"
}