1 Star 5 Fork 0

CodingStartup/css-animated-tick

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 1.28 KB
一键复制 编辑 原始数据 按行查看 历史
Steven Lei 提交于 2020-06-10 14:56 . init commit
{
"name": "css-animated-tick",
"version": "2020.2.2-10.23.16",
"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/codingstartup/css-animated-tick.git
git@gitee.com:codingstartup/css-animated-tick.git
codingstartup
css-animated-tick
css-animated-tick
master

搜索帮助

23e8dbc6 1850385 7e0993f3 1850385