You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
OneAuth/oafAdmin/package.json

46 lines
1.1 KiB
JSON

{
"name": "vite-starter",
"private": true,
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit && vite build",
"preview": "vite preview"
},
"dependencies": {
"@veypi/one-icon": "2",
"animate.css": "^4.1.1",
"axios": "^1.2.1",
"base-64": "^1.0.0",
"fast-xml-parser": "^3.19.0",
"he": "^1.2.0",
"hot-patcher": "^0.5.0",
"js-base64": "^3.7.3",
"layerr": "^0.1.2",
"less": "^4.1.3",
"md5": "^2.3.0",
"minimatch": "^5.1.2",
"mitt": "^3.0.0",
"nested-property": "^4.0.0",
"path-posix": "^1.0.0",
"pinia": "^2.0.13",
"seamless-scroll-polyfill": "^2.2.0",
"url-join": "^4.0.1",
"url-parse": "^1.5.3",
"validator": "^13.7.0",
"vue": "^3.2.25",
"vue-i18n": "^9.2.2",
"vue-router": "4"
},
"devDependencies": {
"@types/node": "^17.0.24",
"@vitejs/plugin-vue": "^2.3.1",
"autoprefixer": "^10.4.4",
"postcss": "^8.4.12",
"tailwindcss": "^3.0.24",
"typescript": "^4.6.2",
"vite": "^2.9.2",
"vue-tsc": "^0.34.6"
}
}