-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 1009 Bytes
/
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
{
"name": "multinet-components",
"version": "0.0.1",
"description": "UI components for MultiNet",
"repository": "https://github.com/multinet-app/multinet-components",
"author": "Visualization Design Lab <vdl.sci.utah.edu>",
"main": "dist/multinet-components.js",
"module": "dist/multinet-components.mjs",
"files": [
"dist/*"
],
"typings": "./dist/main.d.ts",
"peerDependencies": {
"@girder/oauth-client": "^0.7.7",
"multinet": "^0.21.7",
"vue": "^2.7.0",
"vuetify": "^2.6.9"
},
"devDependencies": {
"@girder/oauth-client": "^0.7.7",
"@types/node": "^18.7.13",
"@vitejs/plugin-vue2": "^1.1.2",
"multinet": "^0.21.7",
"typescript": "^4.0.0",
"unplugin-vue-components": "^0.22.4",
"vite": "^3.0.0",
"vite-plugin-vue2": "^2.0.0",
"vue": "^2.7.0",
"vue-template-compiler": "^2.7.9",
"vue-tsc": "^0.40.0"
},
"scripts": {
"build": "vite build && vue-tsc --emitDeclarationOnly",
"watch": "vite build --watch"
}
}