0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-09 16:30:37 -05:00
penpot/frontend/package.json

45 lines
1 KiB
JSON
Raw Normal View History

2015-06-18 12:35:50 -05:00
{
"name": "app",
"version": "0.1.0",
2019-02-15 14:28:24 -05:00
"description": "The Open-Source prototyping tool",
"author": "UXBOX LABS SL",
"license": "SEE LICENSE IN <LICENSE>",
"repository": {
"type": "git",
2020-10-28 01:42:43 -05:00
"url": "https://github.com/penpot/penpot"
},
"browserslist": [
"defaults"
],
2019-07-19 03:37:21 -05:00
"scripts": {},
"devDependencies": {
"autoprefixer": "^10.0.1",
"clean-css": "^4.2.3",
"gulp": "4.0.2",
"gulp-gzip": "^1.4.2",
"gulp-if": "^3.0.0",
2020-04-16 03:40:30 -05:00
"gulp-mustache": "^5.0.0",
2020-01-11 10:59:31 -05:00
"gulp-rename": "^2.0.0",
"gulp-svg-sprite": "^1.5.0",
2020-04-16 03:40:30 -05:00
"mkdirp": "^1.0.4",
"postcss": "^8.1.2",
"rimraf": "^3.0.0",
2020-08-05 07:40:44 -05:00
"sass": "^1.26.10",
2020-10-20 10:26:07 -05:00
"shadow-cljs": "2.11.5"
},
"dependencies": {
2020-08-05 07:40:44 -05:00
"date-fns": "^2.15.0",
"map-stream": "0.0.7",
"mousetrap": "^1.6.5",
2020-08-05 07:40:44 -05:00
"randomcolor": "^0.6.2",
2020-10-26 05:28:23 -05:00
"react": "17.0.1",
"react-dom": "17.0.1",
2020-10-20 10:26:07 -05:00
"rxjs": "7.0.0-beta.4",
"slate": "^0.59.0",
"slate-react": "^0.59.0",
"source-map-support": "^0.5.16",
"tdigest": "^0.1.1",
"xregexp": "^4.3.0"
2015-06-18 12:35:50 -05:00
}
}