-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 899 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
37
38
{
"name": "kneox",
"private": true,
"version": "0.0.2",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vue-tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"@vicons/antd": "^0.12.0",
"@vicons/tabler": "^0.12.0",
"autoprefixer": "^10.4.19",
"axios": "^1.7.2",
"dotenv": "^16.4.5",
"ejs": "^3.1.10",
"express": "^4.17.1",
"helmet": "^7.1.0",
"keycloak-js": "^24.0.5",
"naive-ui": "^2.38.1",
"pinia": "^2.1.7",
"tailwindcss": "^3.4.3",
"vue": "^3.4.21",
"vue-router": "^4.3.2"
},
"devDependencies": {
"@babel/core": "^7.24.6",
"@babel/preset-env": "^7.24.6",
"@rollup/plugin-babel": "^6.0.4",
"@types/keycloak-js": "^3.4.1",
"@types/node": "^20.12.12",
"@vitejs/plugin-vue": "^5.0.5",
"typescript": "^5.2.2",
"vite": "^5.2.0",
"vue-tsc": "^2.0.6"
}
}