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
View File

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

26855
home/package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

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