2015-06-18 12:35:50 -05:00
|
|
|
{
|
2020-08-18 12:26:37 -05:00
|
|
|
"name": "app",
|
2016-02-02 11:18:59 -05:00
|
|
|
"version": "0.1.0",
|
2019-02-15 14:28:24 -05:00
|
|
|
"description": "The Open-Source prototyping tool",
|
2020-06-30 08:41:33 -05:00
|
|
|
"author": "UXBOX LABS SL",
|
2016-02-02 11:18:59 -05:00
|
|
|
"license": "SEE LICENSE IN <LICENSE>",
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2020-10-28 01:42:43 -05:00
|
|
|
"url": "https://github.com/penpot/penpot"
|
2016-02-02 11:18:59 -05:00
|
|
|
},
|
2020-02-25 10:18:55 -05:00
|
|
|
"browserslist": [
|
|
|
|
"defaults"
|
|
|
|
],
|
2021-01-22 08:33:44 -05:00
|
|
|
"scripts": {
|
2021-02-16 14:04:32 -05:00
|
|
|
"collect-locales": "clojure -M:dev locales.clj collect src/app/main/ resources/locales.json"
|
2021-01-22 08:33:44 -05:00
|
|
|
},
|
2020-03-29 07:33:54 -05:00
|
|
|
"devDependencies": {
|
2021-03-05 09:19:04 -05:00
|
|
|
"autoprefixer": "^10.2.4",
|
2019-05-31 06:50:55 -05:00
|
|
|
"gulp": "4.0.2",
|
2020-11-20 18:14:59 -05:00
|
|
|
"gulp-concat": "^2.6.1",
|
2019-05-31 06:50:55 -05:00
|
|
|
"gulp-gzip": "^1.4.2",
|
2020-04-16 03:40:30 -05:00
|
|
|
"gulp-mustache": "^5.0.0",
|
2020-11-12 07:35:20 -05:00
|
|
|
"gulp-postcss": "^9.0.0",
|
2020-01-11 10:59:31 -05:00
|
|
|
"gulp-rename": "^2.0.0",
|
2020-11-12 07:35:20 -05:00
|
|
|
"gulp-sass": "^4.1.0",
|
|
|
|
"gulp-sourcemaps": "^3.0.0",
|
2020-02-25 10:18:55 -05:00
|
|
|
"gulp-svg-sprite": "^1.5.0",
|
2020-11-12 07:35:20 -05:00
|
|
|
"map-stream": "0.0.7",
|
2020-04-16 03:40:30 -05:00
|
|
|
"mkdirp": "^1.0.4",
|
2021-03-05 09:19:04 -05:00
|
|
|
"postcss": "^8.2.7",
|
|
|
|
"postcss-clean": "^1.2.2",
|
2020-02-25 10:18:55 -05:00
|
|
|
"rimraf": "^3.0.0",
|
2021-03-05 09:19:04 -05:00
|
|
|
"sass": "^1.32.8",
|
|
|
|
"shadow-cljs": "^2.11.20"
|
2020-03-29 07:33:54 -05:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2021-03-05 09:19:04 -05:00
|
|
|
"date-fns": "^2.19.0",
|
2021-03-15 02:43:23 -05:00
|
|
|
"draft-js": "^0.11.7",
|
2021-03-05 09:19:04 -05:00
|
|
|
"highlight.js": "^10.6.0",
|
2021-03-15 02:43:23 -05:00
|
|
|
"humanize-duration": "~3.25.0",
|
2021-03-05 09:19:04 -05:00
|
|
|
"js-beautify": "^1.13.5",
|
2020-04-02 13:01:49 -05:00
|
|
|
"mousetrap": "^1.6.5",
|
2020-08-05 07:40:44 -05:00
|
|
|
"randomcolor": "^0.6.2",
|
2020-12-21 09:36:13 -05:00
|
|
|
"react": "~17.0.1",
|
|
|
|
"react-dom": "~17.0.1",
|
2021-03-05 09:19:04 -05:00
|
|
|
"rxjs": "~7.0.0-beta.12",
|
2020-10-21 09:54:59 -05:00
|
|
|
"slate": "^0.59.0",
|
|
|
|
"slate-react": "^0.59.0",
|
2020-03-29 07:33:54 -05:00
|
|
|
"source-map-support": "^0.5.16",
|
2020-04-08 15:48:29 -05:00
|
|
|
"tdigest": "^0.1.1",
|
2021-03-05 09:19:04 -05:00
|
|
|
"xregexp": "^5.0.1"
|
2015-06-18 12:35:50 -05:00
|
|
|
}
|
|
|
|
}
|