0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-24 07:29:08 -05:00
penpot/frontend/package.json
2020-02-25 16:24:40 +01:00

30 lines
683 B
JSON

{
"name": "uxbox",
"version": "0.1.0",
"description": "The Open-Source prototyping tool",
"author": "Uxbox",
"license": "SEE LICENSE IN <LICENSE>",
"repository": {
"type": "git",
"url": "https://github.com/uxbox/uxbox"
},
"browserslist": [
"defaults"
],
"scripts": {},
"dependencies": {
"autoprefixer": "^9.7.4",
"clean-css": "^4.2.3",
"gulp": "4.0.2",
"gulp-gzip": "^1.4.2",
"gulp-if": "^3.0.0",
"gulp-mustache": "^4.1.2",
"gulp-rename": "^2.0.0",
"gulp-svg-sprite": "^1.5.0",
"mkdirp": "^1.0.3",
"postcss": "^7.0.27",
"rimraf": "^3.0.0",
"sass": "^1.26.0",
"source-map-support": "^0.5.16"
}
}