2 Star 2 Fork 2

xiexuekui/myproject

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 1.95 KB
一键复制 编辑 原始数据 按行查看 历史
xiexuekui 提交于 2024-02-26 16:05 . 初始提交
{
"name": "myproject",
"version": "1.0.0",
"description": "",
"scripts": {
"build": "run-script-os",
"build:win32": "SET NODE_ENV=production && webpack --progress --color --optimization-minimize && npm run flask-static-digest",
"build:default": "NODE_ENV=production webpack --progress --color --optimization-minimize && npm run flask-static-digest",
"start": "run-script-os",
"start:win32": "concurrently -n \"WEBPACK,FLASK\" -c \"bgBlue.bold,bgMagenta.bold\" \"npm run webpack-watch:win32\" \"npm run flask-server\"",
"start:default": "concurrently -n \"WEBPACK,FLASK\" -c \"bgBlue.bold,bgMagenta.bold\" \"npm run webpack-watch\" \"npm run flask-server\"",
"webpack-watch": "run-script-os",
"webpack-watch:win32": "SET NODE_ENV=debug && webpack --mode development --watch",
"webpack-watch:default": "NODE_ENV=debug webpack --mode development --watch",
"flask-server": "flask run --host=0.0.0.0",
"flask-static-digest": "flask digest compile",
"lint": "eslint \"assets/js/*.js\""
},
"repository": {
"type": "git",
"url": "git+https://github.com//myproject.git"
},
"author": "",
"license": "MIT",
"engines": {
"node": ">="
},
"bugs": {
"url": "https://github.com//myproject/issues"
},
"homepage": "https://github.com//myproject#readme",
"dependencies": {
"@fortawesome/fontawesome-free": "6.5.1",
"bootstrap": "5.3.2",
"jquery": "3.7.1",
"@popperjs/core": "2.11.8"
},
"devDependencies": {
"@babel/core": "7.23.9",
"@babel/preset-env": "7.23.9",
"@babel/eslint-parser": "7.23.10",
"babel-loader": "9.1.3",
"chokidar": "3.6.0",
"concurrently": "8.2.2",
"css-loader": "6.10.0",
"eslint": "8.56.0",
"eslint-config-airbnb-base": "15.0.0",
"eslint-plugin-import": "2.29.1",
"less": "4.2.0",
"less-loader": "12.2.0",
"mini-css-extract-plugin": "2.8.0",
"run-script-os": "1.1.6",
"webpack": "5.90.3",
"webpack-cli": "5.1.4"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/testbigmodel666/myproject.git
[email protected]:testbigmodel666/myproject.git
testbigmodel666
myproject
myproject
master

搜索帮助