0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-09 00:10:11 -05:00
penpot/frontend/package.json
2021-03-08 12:20:04 +01:00

53 lines
1.3 KiB
JSON

{
"name": "app",
"version": "0.1.0",
"description": "The Open-Source prototyping tool",
"author": "UXBOX LABS SL",
"license": "SEE LICENSE IN <LICENSE>",
"repository": {
"type": "git",
"url": "https://github.com/penpot/penpot"
},
"browserslist": [
"defaults"
],
"scripts": {
"collect-locales": "clojure -M:dev locales.clj collect src/app/main/ resources/locales.json"
},
"devDependencies": {
"autoprefixer": "^10.2.4",
"gulp": "4.0.2",
"gulp-concat": "^2.6.1",
"gulp-gzip": "^1.4.2",
"gulp-mustache": "^5.0.0",
"gulp-postcss": "^9.0.0",
"gulp-rename": "^2.0.0",
"gulp-sass": "^4.1.0",
"gulp-sourcemaps": "^3.0.0",
"gulp-svg-sprite": "^1.5.0",
"map-stream": "0.0.7",
"mkdirp": "^1.0.4",
"postcss": "^8.2.7",
"postcss-clean": "^1.2.2",
"rimraf": "^3.0.0",
"sass": "^1.32.8",
"shadow-cljs": "^2.11.20"
},
"dependencies": {
"humanize-duration": "~3.25.0",
"luxon": "~1.25.0",
"date-fns": "^2.19.0",
"highlight.js": "^10.6.0",
"js-beautify": "^1.13.5",
"mousetrap": "^1.6.5",
"randomcolor": "^0.6.2",
"react": "~17.0.1",
"react-dom": "~17.0.1",
"rxjs": "~7.0.0-beta.12",
"slate": "^0.59.0",
"slate-react": "^0.59.0",
"source-map-support": "^0.5.16",
"tdigest": "^0.1.1",
"xregexp": "^5.0.1"
}
}