加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 816 Bytes
一键复制 编辑 原始数据 按行查看 历史
{
"description": "All frontend asset processing is done by Lombiq's Node.js Extensions (https://github.com/Lombiq/NodeJs-Extensions).",
"dependencies": {
"pickr-widget": "0.3.6"
},
"private": true,
"scripts": {
"build": "npm explore nodejs-extensions -- pnpm build",
"clean": "npm explore nodejs-extensions -- pnpm clean",
"watch": "npm explore nodejs-extensions -- pnpm watch:styles"
},
"nodejsExtensions": {
"assetsToCopy": [
{
"sources": [ "Assets/Images" ],
"target": "wwwroot/images"
},
{
"sources": [ "node_modules/pickr-widget/dist" ],
"pattern": "*",
"target": "wwwroot/pickr"
}
]
},
"END OF TRAINING SECTION": "Processing frontend assets using npm scripts",
"NEXT STATION": "GraphQL/Startup.cs"
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化