2
0
mirror of https://github.com/inventree/inventree-website.git synced 2025-05-10 19:28:49 +00:00

fix packages

This commit is contained in:
Matthias Mair 2021-11-05 23:43:14 +01:00
parent 0bea6c6625
commit 89d583c6cf
3 changed files with 17988 additions and 8880 deletions

1
.gitignore vendored

@ -1,4 +1,5 @@
_site/
.parcel-cache/
.cache/
.jekyll-cache/
dist/

26855
home/package-lock.json generated

File diff suppressed because it is too large Load Diff

@ -11,12 +11,12 @@
"css:rel": "parcel build styles/index.css --no-source-maps"
},
"devDependencies": {
"@fullhuman/postcss-purgecss": "^3.0.0",
"@tailwindcss/typography": "^0.4.0",
"autoprefixer": "^9.8.6",
"concurrently": "^5.3.0",
"parcel-bundler": "^1.12.4",
"tailwindcss": "npm:@tailwindcss/postcss7-compat@^2.0.4"
"@fullhuman/postcss-purgecss": "^4.0.3",
"@tailwindcss/typography": "^0.4.1",
"autoprefixer": "^10.4.0",
"concurrently": "^6.3.0",
"parcel": "^2.0.0",
"tailwindcss": "npm:@tailwindcss/postcss7-compat@^2.2.17"
},
"resolutions": {
"node-forge": "0.10.0"