| { | |
| "dependencies": { | |
| "d3": "^7.9.0", | |
| "katex": "^0.16.11", | |
| "lodash": "^4.17.21", | |
| "papaparse": "^5.4.1", | |
| "plotly.js-basic-dist-min": "^2.33.0", | |
| "markdown-it": "^13.0.1" | |
| }, | |
| "name": "transformers-playthrough", | |
| "version": "1.0.0", | |
| "description": "Interactive blog showcasing transformers library features and design philosophy", | |
| "main": "index.js", | |
| "scripts": { | |
| "dev": "webpack serve --open --hot", | |
| "build": "NODE_ENV=production webpack" | |
| }, | |
| "author": "", | |
| "license": "ISC", | |
| "devDependencies": { | |
| "@babel/preset-env": "^7.24.6", | |
| "@swc/html": "^1.10.17", | |
| "babel-loader": "^9.1.3", | |
| "clean-webpack-plugin": "^4.0.0", | |
| "compression-webpack-plugin": "^11.1.0", | |
| "copy-webpack-plugin": "^12.0.2", | |
| "css-loader": "^7.1.2", | |
| "fs": "^0.0.1-security", | |
| "handlebars": "^4.7.8", | |
| "html-minimizer-webpack-plugin": "^5.0.0", | |
| "html-webpack-change-assets-extension-plugin": "^1.3.1", | |
| "html-webpack-plugin": "^5.6.0", | |
| "image-minimizer-webpack-plugin": "^4.1.3", | |
| "sharp": "^0.33.5", | |
| "style-loader": "^4.0.0", | |
| "svgo": "^3.3.2", | |
| "webpack": "^5.91.0", | |
| "webpack-bundle-analyzer": "^4.10.2", | |
| "webpack-cli": "^5.1.4", | |
| "webpack-dev-server": "^5.0.4" | |
| } | |
| } |