Bundle using webpack plugin for snowpack
parent
c3901aed
No related branches found
No related tags found
integrate.md
0 → 100644
... | ... | @@ -16,6 +16,7 @@ |
}, | ||
"author": "Mark Swillus, Tin Geber, Chris Snijder", | ||
"license": "Apache-2.0", | ||
"browserslist": [ "defaults" ], | ||
"dependencies": { | ||
"i18next": "^19.8.7", | ||
"js-yaml": "^4.0.0", | ||
... | ... | @@ -31,6 +32,7 @@ |
"@snowpack/plugin-react-refresh": "^2.4.0", | ||
"@snowpack/plugin-sass": "^1.3.0", | ||
"@snowpack/plugin-typescript": "^1.2.0", | ||
"@snowpack/plugin-webpack": "^2.3.1", | ||
"@testing-library/jest-dom": "^5.11.9", | ||
"@testing-library/react": "^11.0.0", | ||
"@testing-library/react-hooks": "^5.0.3", | ||
... | ... | @@ -43,6 +45,7 @@ |
"@typescript-eslint/eslint-plugin": "^4.15.0", | ||
"@typescript-eslint/parser": "^4.15.0", | ||
"babel-preset-react-app": "^10.0.0", | ||
"core-js": "^3.11.3", | ||
"eslint": "^7.20.0", | ||
"eslint-plugin-jest-dom": "^3.6.5", | ||
"eslint-plugin-react": "^7.22.0", | ||
... | ... |
source diff could not be displayed: it is too large. Options to address this: view the blob.
Please register or sign in to comment