forked from fdzcxy212206413/gsl_grs
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
702 B
29 lines
702 B
1 month ago
|
{
|
||
|
"name": "base-conversion",
|
||
|
"version": "0.0.0",
|
||
|
"private": true,
|
||
|
"type": "module",
|
||
|
"scripts": {
|
||
|
"dev": "vite",
|
||
|
"build": "vite build",
|
||
|
"preview": "vite preview",
|
||
|
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix --ignore-path .gitignore",
|
||
|
"format": "prettier --write src/"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"axios": "^1.7.7",
|
||
|
"element-plus": "^2.8.4",
|
||
|
"vue": "^3.4.29"
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"@rushstack/eslint-patch": "^1.8.0",
|
||
|
"@vitejs/plugin-vue": "^5.0.5",
|
||
|
"@vue/eslint-config-prettier": "^9.0.0",
|
||
|
"eslint": "^8.57.0",
|
||
|
"eslint-plugin-vue": "^9.23.0",
|
||
|
"prettier": "^3.3.3",
|
||
|
"sass-embedded": "^1.79.4",
|
||
|
"vite": "^5.3.1"
|
||
|
}
|
||
|
}
|