-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.01 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
{
"name": "nap-dashboard",
"version": "0.0.0",
"description": "NAP Dashboard uses the NAP Portal module to generate a ready-made control interface for you NAP application",
"keywords": [
"nap",
"framework",
"dashboard",
"portal"
],
"engines": {
"node": ">=18.0.0"
},
"homepage": "https://github.com/napframework/nap-dashboard#readme",
"bugs": {
"url": "https://github.com/napframework/nap-dashboard/issues"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/napframework/nap-dashboard.git"
},
"license": "ISC",
"author": "NAP Labs",
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit && vite build",
"preview": "vite preview"
},
"dependencies": {
"nap-portal": "^0.1.0",
"vue": "^3.2.25",
"vue-router": "^4.0.12"
},
"devDependencies": {
"@types/svgo": "^2.6.2",
"@vitejs/plugin-vue": "^2.0.0",
"typescript": "^4.4.4",
"vite": "^2.7.2",
"vite-svg-loader": "^3.1.2",
"vue-tsc": "^0.29.8"
}
}