grid/package.json
2023-01-09 12:52:48 -08:00

17 lines
372 B
JSON

{
"name": "test-webpack",
"version": "1.0.0",
"description": "Template Webpack Starting Project",
"private": true,
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"webpack": "^5.75.0",
"webpack-cli": "^5.0.1"
}
}