1
0

Project card (#15)

* initial impl

* merge from main

* No more crashy

* Almost there

* fix import

* fix more imports

* Code cleanup, Fixed components, Added Tooltip

* Added Env ind and Category pages

---------

Co-authored-by: Geometrically <18202329+Geometrically@users.noreply.github.com>
This commit is contained in:
Adrian O.V
2023-03-07 16:59:21 -05:00
committed by GitHub
parent ce38d4ff6b
commit 2264281e4d
16 changed files with 1621 additions and 9 deletions

View File

@@ -23,6 +23,8 @@
"docs:preview": "vitepress preview docs"
},
"dependencies": {
"dayjs": "^1.11.7",
"floating-vue": "^2.0.0-beta.20",
"vue": "^3.2.45",
"vue-router": "^4.1.6"
},
@@ -31,12 +33,14 @@
"eslint": "^8.33.0",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-vue": "^9.9.0",
"postcss": "^8.4.21",
"postcss-prefix-selector": "^1.16.0",
"prettier": "^2.7.1",
"sass": "^1.57.1",
"sass-loader": "^13.2.0",
"vite": "^4.0.0",
"vite-svg-loader": "^4.0.0",
"vite-plugin-eslint": "^1.8.1",
"vite-svg-loader": "^4.0.0",
"vitepress": "^1.0.0-alpha.46"
}
}