2015-06-18 19:35:50 +02:00
|
|
|
{
|
2020-08-18 19:26:37 +02:00
|
|
|
"name": "app",
|
2016-02-02 18:18:59 +02:00
|
|
|
"version": "0.1.0",
|
2019-02-15 20:28:24 +01:00
|
|
|
"description": "The Open-Source prototyping tool",
|
2021-12-28 00:04:58 +01:00
|
|
|
"author": "Kaleidos Ventures SL",
|
2016-02-02 18:18:59 +02:00
|
|
|
"license": "SEE LICENSE IN <LICENSE>",
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2020-10-28 07:42:43 +01:00
|
|
|
"url": "https://github.com/penpot/penpot"
|
2016-02-02 18:18:59 +02:00
|
|
|
},
|
2020-02-25 16:18:55 +01:00
|
|
|
"browserslist": [
|
|
|
|
"defaults"
|
|
|
|
],
|
2021-01-22 14:33:44 +01:00
|
|
|
"scripts": {
|
2021-12-10 09:45:17 +01:00
|
|
|
"compile-test": "clojure -M:dev:shadow-cljs compile test --config-merge '{:autorun false}'",
|
2022-01-12 11:25:01 +01:00
|
|
|
"lint-scss": "yarn run prettier -c resources/styles",
|
2021-12-10 09:45:17 +01:00
|
|
|
"run-test": "node target/test.js",
|
|
|
|
"test": "yarn run compile-test && yarn run run-test",
|
2021-10-20 11:08:10 +02:00
|
|
|
"watch-gulp": "gulp watch",
|
2021-12-10 09:45:17 +01: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 13:38:09 +01:00
|
|
|
"test-e2e": "cypress run",
|
2021-12-10 09:45:17 +01:00
|
|
|
"test-e2e-gui": "cypress open"
|
2021-01-22 14:33:44 +01:00
|
|
|
},
|
2020-03-29 14:33:54 +02:00
|
|
|
"devDependencies": {
|
2021-12-31 00:21:38 +01:00
|
|
|
"autoprefixer": "^10.4.1",
|
2022-01-25 09:33:52 +01:00
|
|
|
"cypress": "^9.3.1",
|
2022-01-25 16:56:46 +01:00
|
|
|
"cypress-file-upload": "^5.0.8",
|
2021-11-24 11:30:09 +01:00
|
|
|
"gettext-parser": "^4.2.0",
|
2019-05-31 13:50:55 +02:00
|
|
|
"gulp": "4.0.2",
|
2020-11-21 00:14:59 +01:00
|
|
|
"gulp-concat": "^2.6.1",
|
2019-05-31 13:50:55 +02:00
|
|
|
"gulp-gzip": "^1.4.2",
|
2020-04-16 10:40:30 +02:00
|
|
|
"gulp-mustache": "^5.0.0",
|
2020-11-12 13:35:20 +01:00
|
|
|
"gulp-postcss": "^9.0.0",
|
2020-01-11 15:59:31 +00:00
|
|
|
"gulp-rename": "^2.0.0",
|
2021-07-13 13:24:42 +02:00
|
|
|
"gulp-sass": "^5.0.0",
|
2020-11-12 13:35:20 +01:00
|
|
|
"gulp-sourcemaps": "^3.0.0",
|
2020-02-25 16:18:55 +01:00
|
|
|
"gulp-svg-sprite": "^1.5.0",
|
2020-11-12 13:35:20 +01:00
|
|
|
"map-stream": "0.0.7",
|
2021-12-27 11:55:42 +01:00
|
|
|
"marked": "^4.0.8",
|
2020-04-16 10:40:30 +02:00
|
|
|
"mkdirp": "^1.0.4",
|
2021-11-24 11:30:09 +01:00
|
|
|
"nodemon": "^2.0.15",
|
2021-10-20 11:08:10 +02:00
|
|
|
"npm-run-all": "^4.1.5",
|
2021-12-27 11:55:42 +01:00
|
|
|
"postcss": "^8.4.5",
|
2021-03-05 15:19:04 +01:00
|
|
|
"postcss-clean": "^1.2.2",
|
2022-01-12 11:25:01 +01:00
|
|
|
"prettier": "^2.5.1",
|
2020-02-25 16:18:55 +01:00
|
|
|
"rimraf": "^3.0.0",
|
2021-12-27 11:55:42 +01:00
|
|
|
"sass": "^1.45.1",
|
2022-01-14 16:32:36 +01:00
|
|
|
"shadow-cljs": "2.16.12"
|
2020-03-29 14:33:54 +02:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2021-12-27 11:55:42 +01:00
|
|
|
"@sentry/browser": "^6.16.1",
|
|
|
|
"@sentry/tracing": "^6.16.1",
|
2021-12-31 00:21:38 +01:00
|
|
|
"date-fns": "^2.28.0",
|
2021-03-15 08:43:23 +01:00
|
|
|
"draft-js": "^0.11.7",
|
2021-11-03 13:09:20 +01:00
|
|
|
"highlight.js": "^11.3.1",
|
2021-06-17 07:58:21 +02:00
|
|
|
"js-beautify": "^1.14.0",
|
2021-05-25 15:57:20 +02:00
|
|
|
"jszip": "^3.6.0",
|
2021-12-27 11:55:42 +01:00
|
|
|
"luxon": "^2.2.0",
|
2020-04-02 20:01:49 +02:00
|
|
|
"mousetrap": "^1.6.5",
|
2021-11-03 13:09:20 +01:00
|
|
|
"opentype.js": "^1.3.4",
|
2020-08-05 14:40:44 +02:00
|
|
|
"randomcolor": "^0.6.2",
|
2021-07-13 13:24:42 +02:00
|
|
|
"react": "~17.0.2",
|
|
|
|
"react-dom": "~17.0.2",
|
2021-05-12 09:48:06 +02:00
|
|
|
"react-virtualized": "^9.22.3",
|
2021-11-03 13:09:20 +01:00
|
|
|
"rxjs": "~7.4.0",
|
2021-05-20 10:56:58 +02:00
|
|
|
"sax": "^1.2.4",
|
2021-11-24 11:30:09 +01:00
|
|
|
"source-map-support": "^0.5.21",
|
2020-04-08 22:48:29 +02:00
|
|
|
"tdigest": "^0.1.1",
|
2021-11-03 13:09:20 +01:00
|
|
|
"ua-parser-js": "^1.0.2",
|
2021-03-05 15:19:04 +01:00
|
|
|
"xregexp": "^5.0.1"
|
2015-06-18 19:35:50 +02:00
|
|
|
}
|
|
|
|
}
|