mirror of
https://gitee.com/coder-xiaomo/algorithm-visualization
synced 2025-01-10 19:58:18 +08:00
33 lines
886 B
JSON
33 lines
886 B
JSON
{
|
|
"name": "algorithm-visualization",
|
|
"version": "1.0.0",
|
|
"description": "SVG 过渡动画",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"serve": "npx webpack-dev-server",
|
|
"dev": "webpack --mode development",
|
|
"prod": "webpack --mode production",
|
|
"build": "webpack --mode production"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git@gitee.com:coder-xiaomo/algorithm-visualization.git"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"devDependencies": {
|
|
"clean-webpack-plugin": "^4.0.0",
|
|
"css-loader": "^6.7.1",
|
|
"file-loader": "^6.2.0",
|
|
"html-loader": "^3.1.0",
|
|
"html-webpack-plugin": "^5.5.0",
|
|
"mini-css-extract-plugin": "^2.6.0",
|
|
"style-loader": "^3.3.1",
|
|
"url-loader": "^4.1.1",
|
|
"webpack": "^5.72.1",
|
|
"webpack-cli": "^4.9.2",
|
|
"webpack-dev-server": "^4.9.0"
|
|
}
|
|
}
|