forked from MaToSan24/TPA-Manager
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 925 Bytes
/
Copy pathpackage.json
File metadata and controls
38 lines (38 loc) · 925 Bytes
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
{
"name": "tpa-manager",
"version": "2.0.0",
"scripts": {
"dev": "vite",
"docker": "vite --host",
"test": "vitest --dom",
"updateSnapshots": "vitest -u",
"cypress:open": "cypress open",
"cypress:run": "cypress run",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"axios": "^1.4.0",
"json-editor-vue": "^0.10.6",
"lodash": "^4.17.21",
"pinia": "^2.1.4",
"prettier": "^3.0.3",
"primeflex": "^3.3.1",
"primeicons": "^6.0.1",
"primevue": "^3.23.0",
"simple-code-editor": "^2.0.8",
"vanilla-jsoneditor": "^0.17.8",
"vue": "^3.3.4",
"vue-router": "^4.2.2",
"vue3-markdown-it": "^1.0.10"
},
"devDependencies": {
"@vitejs/plugin-vue": "^3.1.2",
"@vue/test-utils": "^2.4.1",
"cypress": "^12.17.3",
"happy-dom": "^10.9.0",
"sass": "^1.62.1",
"vite": "^3.1.8",
"vitest": "^0.34.1"
}
}