|
@@ -8,9 +8,11 @@
|
|
|
"name": "vue3-admin-ui",
|
|
"name": "vue3-admin-ui",
|
|
|
"version": "0.0.0",
|
|
"version": "0.0.0",
|
|
|
"dependencies": {
|
|
"dependencies": {
|
|
|
|
|
+ "@element-plus/icons-vue": "^2.3.1",
|
|
|
"axios": "^1.10.0",
|
|
"axios": "^1.10.0",
|
|
|
"element-plus": "^2.10.2",
|
|
"element-plus": "^2.10.2",
|
|
|
"less": "^4.3.0",
|
|
"less": "^4.3.0",
|
|
|
|
|
+ "normalize.css": "^8.0.1",
|
|
|
"pinia": "^2.0.26",
|
|
"pinia": "^2.0.26",
|
|
|
"vue": "^3.2.45",
|
|
"vue": "^3.2.45",
|
|
|
"vue-router": "^4.1.6"
|
|
"vue-router": "^4.1.6"
|
|
@@ -2275,6 +2277,12 @@
|
|
|
"integrity": "sha512-Wj7+EJQ8mSuXr2iWfnujrimU35R2W4FAErEyTmJoJ7ucwTn2hOUSsRehMb5RSYkxXGTM7Y9QpvPmp++w5ftoJw==",
|
|
"integrity": "sha512-Wj7+EJQ8mSuXr2iWfnujrimU35R2W4FAErEyTmJoJ7ucwTn2hOUSsRehMb5RSYkxXGTM7Y9QpvPmp++w5ftoJw==",
|
|
|
"license": "BSD-3-Clause"
|
|
"license": "BSD-3-Clause"
|
|
|
},
|
|
},
|
|
|
|
|
+ "node_modules/normalize.css": {
|
|
|
|
|
+ "version": "8.0.1",
|
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/normalize.css/-/normalize.css-8.0.1.tgz",
|
|
|
|
|
+ "integrity": "sha512-qizSNPO93t1YUuUhP22btGOo3chcvDFqFaj2TRybP0DMxkHOCTYwp3n34fel4a31ORXy4m1Xq0Gyqpb5m33qIg==",
|
|
|
|
|
+ "license": "MIT"
|
|
|
|
|
+ },
|
|
|
"node_modules/nth-check": {
|
|
"node_modules/nth-check": {
|
|
|
"version": "2.1.1",
|
|
"version": "2.1.1",
|
|
|
"resolved": "https://registry.npmmirror.com/nth-check/-/nth-check-2.1.1.tgz",
|
|
"resolved": "https://registry.npmmirror.com/nth-check/-/nth-check-2.1.1.tgz",
|