-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
43 lines (43 loc) · 1.07 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
{
"name": "dtiplayground-spa",
"version": "0.0.1",
"description": "DTI Playground SPA",
"productName": "DTI Playground Lab",
"author": "SK Park <[email protected]>",
"private": true,
"scripts": {
"dev": "quasar dev",
"build": "quasar build",
"build:pwa": "quasar build -m pwa",
"deploy": "./deploy.sh",
"test": "echo \"No test specified\" && exit 0"
},
"dependencies": {
"@kitware/vtk.js": "^25.9.1",
"@quasar/extras": "^1.0.0",
"axios": "^0.21.1",
"github-markdown-css": "^5.1.0",
"lodash": "^4.17.21",
"pinia": "^2.0.11",
"prismjs": "^1.29.0",
"qasar": "^1.0.0",
"quasar": "^2.6.0",
"uuid": "^9.0.0",
"vue": "^3.0.0",
"vue-prism-editor": "^2.0.0-alpha.2",
"vue-router": "^4.0.0",
"vue-showdown": "^3.3.0",
"vuedraggable": "^4.1.0"
},
"devDependencies": {
"@quasar/app-vite": "^1.0.0",
"@types/node": "^12.20.21",
"autoprefixer": "^10.4.2",
"typescript": "^4.5.4"
},
"engines": {
"node": "^18 || ^16 || ^14.19",
"npm": ">= 6.13.4",
"yarn": ">= 1.21.1"
}
}