grid/package.json

22 lines
540 B
JSON
Raw Normal View History

2023-01-09 20:51:11 +00:00
{
2023-01-09 20:51:57 +00:00
"name": "test-webpack",
"version": "1.0.0",
"description": "Template Webpack Starting Project",
2023-01-09 20:52:48 +00:00
"private": true,
2023-01-09 20:51:57 +00:00
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
2023-01-09 22:35:07 +00:00
"css-loader": "^6.7.3",
2023-01-09 23:13:06 +00:00
"html-webpack-plugin": "^5.5.0",
2023-01-09 22:35:07 +00:00
"sass": "^1.57.1",
"sass-loader": "^13.2.0",
"style-loader": "^3.3.1",
2023-01-09 20:51:57 +00:00
"webpack": "^5.75.0",
"webpack-cli": "^5.0.1"
}
2023-01-09 20:51:11 +00:00
}