Shian/package.json

45 lines
966 B
JSON
Raw Permalink Normal View History

2021-04-14 05:11:10 +00:00
{
2021-04-14 10:04:43 +00:00
"name": "@damillora/shian",
"description": "Common component library for nanao.moe",
"version": "0.0.0-development",
"license": "MIT",
"author": {
"email": "developer@damillora.com"
},
"scripts": {
"build": "gulp build",
2021-04-14 12:09:18 +00:00
"dev": "gulp dev",
2021-04-14 10:04:43 +00:00
"semantic-release": "semantic-release"
},
2021-07-07 19:32:21 +00:00
"dependencies": {
"sass": "^1.35.1"
},
2021-04-14 10:04:43 +00:00
"devDependencies": {
"@fullhuman/postcss-purgecss": "^1.3.0",
"autoprefixer": "^10.2.1",
"gulp": "^4.0.2",
"gulp-clean-css": "^4.2.0",
"gulp-concat": "^2.6.1",
"gulp-livereload": "^4.0.2",
"gulp-postcss": "^9.0.0",
2021-07-07 19:32:21 +00:00
"gulp-sass": "5",
2021-04-14 10:04:43 +00:00
"gulp-uglify": "^3.0.2",
"gulp-zip": "^5.0.1",
"postcss": "^8.2.3",
2021-07-07 19:32:21 +00:00
"semantic-release": "^17.4.2",
"typeface-exo-2": "^0.0.72"
2021-04-14 10:04:43 +00:00
},
"files": [
"dist/**"
],
"repository": {
"type": "git",
"url": "https://github.com/Damillora/Shian.git"
},
"release": {
2021-05-15 07:40:19 +00:00
"branches": [
"main"
]
2021-04-14 10:04:43 +00:00
}
2021-04-14 05:11:10 +00:00
}