-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.4 KB
/
Copy pathpackage.json
File metadata and controls
52 lines (52 loc) · 1.4 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
{
"name": "dungeon-world-companion",
"version": "1.5.1",
"private": true,
"scripts": {
"dev": "vite",
"build": "run-p type-check \"build-only {@}\" --",
"preview": "vite preview",
"test:unit": "vitest",
"build-only": "vite build",
"type-check": "vue-tsc --noEmit -p tsconfig.vitest.json --composite false"
},
"dependencies": {
"@aws-amplify/ui-vue": "^4.0.2",
"@n8n/chat": "^0.27.1",
"@vueform/multiselect": "^2.6.6",
"aws-amplify": "^6.0.5",
"bootstrap": "^5.3.2",
"markdown-it": "^14.1.0",
"pinia": "^2.1.7",
"vue": "^3.3.4",
"vue-router": "^4.2.5"
},
"devDependencies": {
"@tsconfig/node18": "^18.2.2",
"@types/bootstrap": "^5.2.10",
"@types/jsdom": "^21.1.3",
"@types/markdown-it": "^14.1.2",
"@types/node": "^18.18.5",
"@types/remarkable": "^2.0.8",
"@vitejs/plugin-basic-ssl": "^1.0.2",
"@vitejs/plugin-vue": "^4.4.0",
"@vue/test-utils": "^2.4.1",
"@vue/tsconfig": "^0.4.0",
"axios": "^1.6.2",
"import": "^0.0.6",
"jsdom": "^22.1.0",
"npm-run-all2": "^6.1.1",
"openai": "^4.89.0",
"remarkable": "^2.0.1",
"sass": "^1.69.5",
"sass-loader": "^13.3.2",
"short-uuid": "^4.2.2",
"typescript": "~5.2.0",
"vite": "^4.4.11",
"vitest": "^0.34.6",
"vue-showdown": "^4.2.0",
"vue-tsc": "^1.8.19",
"vue3-spinners": "^1.2.2",
"vue3-toastify": "^0.1.14"
}
}