32 lines
683 B
JSON
32 lines
683 B
JSON
|
{
|
||
|
"private": true,
|
||
|
"main": "js/index.js",
|
||
|
"scripts": {
|
||
|
"build": "webpack"
|
||
|
},
|
||
|
"keywords": [],
|
||
|
"author": "",
|
||
|
"license": "ISC",
|
||
|
"devDependencies": {
|
||
|
"@babel/core": "^7.14.8",
|
||
|
"@babel/preset-env": "^7.14.8",
|
||
|
"babel-eslint": "^10.1.0",
|
||
|
"babel-loader": "^8.2.2",
|
||
|
"copy-webpack-plugin": "^9.0.1",
|
||
|
"css-loader": "^6.1.0",
|
||
|
"eslint": "^7.31.0",
|
||
|
"glob": "^7.1.7",
|
||
|
"sass": "^1.35.2",
|
||
|
"sass-loader": "^12.1.0",
|
||
|
"style-loader": "^3.1.0",
|
||
|
"webpack": "^5.45.1",
|
||
|
"webpack-cli": "^4.7.2"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"axios": "^0.21.1",
|
||
|
"bootstrap": "^5.0.2",
|
||
|
"bootstrap-icons": "^1.5.0",
|
||
|
"simplebar": "^5.3.5"
|
||
|
}
|
||
|
}
|