加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 1.00 KB
一键复制 编辑 原始数据 按行查看 历史
Johanna Cherry 提交于 2020-07-01 11:50 . Release Candidate v2.1.0 (#816)
{
"name": "attendize",
"version": "2.1.0",
"description": "Attendize Ticketing Platform",
"main": "public/index.php",
"dependencies": {
"less": "^3.10.3"
},
"private": true,
"devDependencies": {
"axios": "^0.19",
"bower": "^1.8.8",
"cross-env": "^6.0",
"grunt": "^1.0.4",
"grunt-cli": "^1.3.2",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-less": "^2.0.0",
"grunt-contrib-uglify": "^4.0.1",
"grunt-contrib-watch": "^1.1.0",
"laravel-elixir": "6.0.0-18",
"laravel-mix": "^5.0.0",
"lodash": "^4.17.15",
"resolve-url-loader": "^3.1.1",
"sass": "^1.23.7",
"sass-loader": "^8.0.0"
},
"scripts": {
"build-frontend": "grunt",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/attendize/attendize.git"
},
"author": "Attendize",
"license": "ISC"
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化