FineVision / app /package.json
thibaud frere
update
85e5ca8
raw
history blame
1.02 kB
{
"dependencies": {
"@babel/core": "^7.28.3",
"lodash": "^4.17.21",
"papaparse": "^5.4.1",
"plotly.js-basic-dist-min": "^2.33.0",
"simple-datatables": "^9.2.1"
},
"name": "blogpost",
"version": "1.0.0",
"description": "FineTasks: Finding signal in a haystack of 200+ multilingual tasks",
"main": "index.js",
"engines": {
"node": ">=20.0.0"
},
"scripts": {
"dev": "webpack serve --open",
"build": "NODE_ENV=production webpack"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@babel/preset-env": "^7.24.6",
"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",
"html-webpack-change-assets-extension-plugin": "^1.3.1",
"html-webpack-plugin": "^5.6.0",
"style-loader": "^4.0.0",
"webpack": "^5.91.0",
"webpack-bundle-analyzer": "^4.10.2",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.0.4"
}
}