25 lines
535 B
JSON
25 lines
535 B
JSON
|
{
|
||
|
"name": "simple",
|
||
|
"version": "1.0.0",
|
||
|
"description": "",
|
||
|
"main": "webpack.config.js",
|
||
|
"scripts": {
|
||
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||
|
},
|
||
|
"keywords": [],
|
||
|
"author": "",
|
||
|
"license": "ISC",
|
||
|
"devDependencies": {
|
||
|
"html-webpack-plugin": "^5.5.0",
|
||
|
"mini-css-extract-plugin": "^2.6.1",
|
||
|
"sass": "^1.53.0",
|
||
|
"sass-loader": "^13.0.2",
|
||
|
"webpack": "^5.73.0",
|
||
|
"webpack-dev-server": "^4.9.3"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"jquery": "^3.6.0",
|
||
|
"materialize-css": "^1.0.0-rc.2"
|
||
|
}
|
||
|
}
|