forked from KarolinDuerr/CNA-ModelingApp
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
47 lines (47 loc) · 1.22 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
{
"name": "cna-quality-tool-vue",
"version": "0.4.2",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"ghpages": "vite build --base=/",
"preview": "vite preview",
"test": "vitest run",
"parseProfiles": "cd ./src/totypa/parsers/v2dot0-parsers && npx tsx profileParser.ts && cd /../../.."
},
"dependencies": {
"@joint/core": "^4.0.2",
"bootstrap": "^5.3.3",
"core-js": "^3.35.1",
"jquery": "^3.7.1",
"js-yaml": "^4.1.0",
"mermaid": "^10.7.0",
"tsx": "^4.7.2",
"uuid": "^9.0.1",
"vue": "^3.3.4",
"vue-class-component": "^8.0.0-0",
"vue-router": "^4.2.5"
},
"devDependencies": {
"@types/backbone": "^1.4.18",
"@types/bootstrap": "^5.2.10",
"@types/jquery": "^3.5.29",
"@types/js-yaml": "^4.0.9",
"@types/lodash": "^4.14.202",
"@types/node": "^18.19.10",
"@vitejs/plugin-vue": "^4.6.2",
"@vitest/browser": "^1.5.0",
"@vue/test-utils": "^2.4.5",
"@vue/tsconfig": "^0.1.3",
"jsdom": "^20.0.3",
"sass": "^1.70.0",
"sass-loader": "^12.6.0",
"typescript": "^5.3.3",
"vite": "^5.0.12",
"vitest": "^1.5.0",
"vue-tsc": "^0.40.13",
"webdriverio": "^8.36.0"
}
}