mirror of
https://github.com/BetterSEQTA/BetterSEQTA-Plus.git
synced 2026-06-06 19:54:39 +00:00
25 lines
916 B
JSON
25 lines
916 B
JSON
{
|
|
"name": "bestseqta",
|
|
"version": "1.0.0",
|
|
"description": " ",
|
|
"main": "webpack.config.js",
|
|
"scripts": {
|
|
"build": "webpack --mode production",
|
|
"dev": "webpack --mode development --watch"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"devDependencies": {
|
|
"copy-webpack-plugin": "^11.0.0",
|
|
"css-loader": "^6.8.1",
|
|
"file-loader": "^6.2.0",
|
|
"mini-css-extract-plugin": "^2.7.6",
|
|
"sass": "^1.65.1",
|
|
"sass-loader": "^13.3.2",
|
|
"style-loader": "^3.3.3",
|
|
"webpack": "^5.88.2",
|
|
"webpack-cli": "^5.1.4"
|
|
}
|
|
}
|