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/oaf/package.json

39 lines
926 B
JSON

4 years ago
{
"name": "oaf",
"version": "0.1.0",
"license": "Apache-2.0",
3 years ago
"author": {
"name": "veypi",
"email": "veypi@qq.com",
"url": "https://github.com/veypi/OneAuth"
},
4 years ago
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit && vite build",
"serve": "vite preview"
4 years ago
},
"dependencies": {
"@veypi/one-icon": "2.0.6",
3 years ago
"animate.css": "^4.1.1",
"axios": "^0.24.0",
"js-base64": "^3.7.2",
"seamless-scroll-polyfill": "^2.1.5",
"vue": "^3.2.16",
"vue-router": "^4.0.12",
"vuex": "^4.0.2"
4 years ago
},
"devDependencies": {
"@vitejs/plugin-vue": "^1.9.3",
3 years ago
"less": "^4.1.2",
"naive-ui": "^2.19.11",
3 years ago
"autoprefixer": "^9.8.8",
"postcss": "^7.0.39",
3 years ago
"@tailwindcss/postcss7-compat": "^2.1.0",
"tailwindcss": "npm:@tailwindcss/postcss7-compat@^2.2.17",
"typescript": "^4.4.3",
"vfonts": "^0.1.0",
"vite": "^2.6.4",
"vue-tsc": "^0.3.0"
4 years ago
}
}