1 Star 0 Fork 2

施阳/iphone-se-a13-animation

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 1.29 KB
一键复制 编辑 原始数据 按行查看 历史
Steven Lei 提交于 2020-06-10 15:04 . init commit
{
"name": "iphone-sea13-animation",
"version": "2020.3.0-14.47.28",
"private": false,
"license": "MIT",
"homepage": "https://codingstartup.com",
"scripts": {
"build": "gulp -f ./build/gulpfile.js --cwd ./ --continue",
"serve": "gulp serve -f ./build/gulpfile.js --cwd ./ --continue",
"task": "gulp -f ./build/gulpfile.js --cwd ./ --continue",
"tasks": "gulp --tasks-simple -f ./build/gulpfile.js --cwd ./ --continue"
},
"config": {
"srcDir": "src/",
"distDir": "dist/"
},
"devDependencies": {
"browser-sync": "^2.26.7",
"del": "^4.1.1",
"glob": "^7.1.4",
"gulp": "^4.0.2",
"gulp-rename": "^1.4.0",
"webpack": "^4.29.6",
"webpack-cli": "^3.2.3",
"webpack-dev-server": "^3.2.1",
"gulp-inject-partials": "^1.0.5"
},
"tasks": {
"partials": {
"order": 999,
"src": [
"**/*.template.html"
],
"pipe": [
{
"require": "gulp-inject-partials",
"args": [
{
"removeTags": true,
"quiet": true,
"ignoreError": true
}
]
}
],
"rename": {
"find": ".template",
"replace": ""
},
"cleanup": [
"**/*.partial.html",
"**/*.template.html"
]
}
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/yidabushinide/iphone-se-a13-animation.git
git@gitee.com:yidabushinide/iphone-se-a13-animation.git
yidabushinide
iphone-se-a13-animation
iphone-se-a13-animation
master

搜索帮助

23e8dbc6 1850385 7e0993f3 1850385