You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
604 B
29 lines
604 B
{
|
|
"name": "bird-go-home",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": ".svrxrc.js",
|
|
"scripts": {
|
|
"dev": "gulp"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "gitea@dd.tall.wiki:ccsens_fe/bird-go-home.git"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"devDependencies": {
|
|
"@babel/core": "^7.15.5",
|
|
"@babel/preset-env": "^7.15.6",
|
|
"gulp": "^4.0.2",
|
|
"gulp-babel": "^8.0.0",
|
|
"gulp-clean": "^0.4.0",
|
|
"gulp-concat": "^2.6.1",
|
|
"gulp-livereload": "^4.0.2",
|
|
"gulp-uglify": "^3.0.2"
|
|
},
|
|
"dependencies": {
|
|
"vinyl-paths": "^4.0.0"
|
|
}
|
|
}
|
|
|