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",
|
2021-12-27 18:04:58 -05:00
|
|
|
"author": "Kaleidos Ventures 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-12-10 03:45:17 -05:00
|
|
|
"compile-test": "clojure -M:dev:shadow-cljs compile test --config-merge '{:autorun false}'",
|
2022-03-02 04:39:50 -05:00
|
|
|
"lint": "clj-kondo --parallel --lint src/",
|
2022-01-12 05:25:01 -05:00
|
|
|
"lint-scss": "yarn run prettier -c resources/styles",
|
2022-02-28 07:22:40 -05:00
|
|
|
"run-test": "node target/tests.js",
|
2021-12-10 03:45:17 -05:00
|
|
|
"test": "yarn run compile-test && yarn run run-test",
|
2021-10-20 04:08:10 -05:00
|
|
|
"watch-gulp": "gulp watch",
|
2021-12-10 03:45:17 -05:00
|
|
|
"watch-main": "shadow-cljs watch main",
|
|
|
|
"watch-test": "clojure -M:dev:shadow-cljs watch test",
|
|
|
|
"validate-translations": "node ./scripts/validate-translations.js",
|
2021-12-01 07:38:09 -05:00
|
|
|
"test-e2e": "cypress run",
|
2021-12-10 03:45:17 -05:00
|
|
|
"test-e2e-gui": "cypress open"
|
2021-01-22 08:33:44 -05:00
|
|
|
},
|
2020-03-29 07:33:54 -05:00
|
|
|
"devDependencies": {
|
2022-07-12 01:17:50 -05:00
|
|
|
"autoprefixer": "^10.4.7",
|
|
|
|
"cypress": "^10.3.0",
|
2022-01-25 10:56:46 -05:00
|
|
|
"cypress-file-upload": "^5.0.8",
|
2022-07-12 01:17:50 -05:00
|
|
|
"gettext-parser": "^5.1.2",
|
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",
|
2022-02-03 06:57:49 -05:00
|
|
|
"gulp-sass": "^5.1.0",
|
2020-11-12 07:35:20 -05:00
|
|
|
"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",
|
2022-07-12 01:17:50 -05:00
|
|
|
"marked": "^4.0.17",
|
2020-04-16 03:40:30 -05:00
|
|
|
"mkdirp": "^1.0.4",
|
2022-07-12 01:17:50 -05:00
|
|
|
"nodemon": "^2.0.19",
|
2021-10-20 04:08:10 -05:00
|
|
|
"npm-run-all": "^4.1.5",
|
2022-07-12 01:17:50 -05:00
|
|
|
"postcss": "^8.4.14",
|
2021-03-05 09:19:04 -05:00
|
|
|
"postcss-clean": "^1.2.2",
|
2022-07-12 01:17:50 -05:00
|
|
|
"prettier": "^2.7.1",
|
2020-02-25 10:18:55 -05:00
|
|
|
"rimraf": "^3.0.0",
|
2022-07-12 01:17:50 -05:00
|
|
|
"sass": "^1.53.0",
|
2022-09-21 04:08:13 -05:00
|
|
|
"shadow-cljs": "2.20.2"
|
2020-03-29 07:33:54 -05:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2022-02-03 06:57:49 -05:00
|
|
|
"@sentry/browser": "^6.17.4",
|
|
|
|
"@sentry/tracing": "^6.17.4",
|
2021-12-30 18:21:38 -05:00
|
|
|
"date-fns": "^2.28.0",
|
2021-03-15 02:43:23 -05:00
|
|
|
"draft-js": "^0.11.7",
|
2022-07-12 01:17:50 -05:00
|
|
|
"highlight.js": "^11.5.1",
|
|
|
|
"js-beautify": "^1.14.4",
|
|
|
|
"jszip": "^3.10.0",
|
|
|
|
"luxon": "^3.0.1",
|
2020-04-02 13:01:49 -05:00
|
|
|
"mousetrap": "^1.6.5",
|
2021-11-03 07:09:20 -05:00
|
|
|
"opentype.js": "^1.3.4",
|
2020-08-05 07:40:44 -05:00
|
|
|
"randomcolor": "^0.6.2",
|
2021-07-13 06:24:42 -05:00
|
|
|
"react": "~17.0.2",
|
|
|
|
"react-dom": "~17.0.2",
|
2021-05-12 02:48:06 -05:00
|
|
|
"react-virtualized": "^9.22.3",
|
2022-03-29 07:06:03 -05:00
|
|
|
"rxjs": "~7.5.5",
|
2021-05-20 03:56:58 -05:00
|
|
|
"sax": "^1.2.4",
|
2021-11-24 05:30:09 -05:00
|
|
|
"source-map-support": "^0.5.21",
|
2022-07-12 01:17:50 -05:00
|
|
|
"tdigest": "^0.1.2",
|
2021-11-03 07:09:20 -05:00
|
|
|
"ua-parser-js": "^1.0.2",
|
2022-07-12 01:17:50 -05:00
|
|
|
"xregexp": "^5.1.1"
|
2015-06-18 12:35:50 -05:00
|
|
|
}
|
|
|
|
}
|