20 lines
469 B
JSON
Executable file
20 lines
469 B
JSON
Executable file
{
|
|
"scripts": {
|
|
"dev": "cross-env NODE_ENV=development webpack",
|
|
"build": "cross-env NODE_ENV=production webpack"
|
|
},
|
|
"dependencies": {
|
|
"axios": "^0.27.2",
|
|
"file-loader": "^6.2.0",
|
|
"node-sass-glob-importer": "^5.3.2",
|
|
"sass": "^1.42.1",
|
|
"sass-loader": "^12.1.0",
|
|
"terser-webpack-plugin": "^5.2.4",
|
|
"webpack": "^5.53.0",
|
|
"webpack-cli": "^4.8.0"
|
|
},
|
|
"devDependencies": {
|
|
"cross-env": "^7.0.3"
|
|
},
|
|
"_comment": "YES"
|
|
}
|