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

72 lines
2 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": "Kaleidos Ventures 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"
],
"scripts": {
"compile-test": "clojure -M:dev:shadow-cljs compile test --config-merge '{:autorun false}'",
"run-test": "node target/test.js",
"test": "yarn run compile-test && yarn run run-test",
2021-10-20 04:08:10 -05:00
"watch-gulp": "gulp watch",
"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",
"test-e2e-gui": "cypress open"
},
"devDependencies": {
2021-11-24 05:30:09 -05:00
"autoprefixer": "^10.4.0",
2021-12-27 05:55:42 -05:00
"cypress": "^9.2.0",
2021-11-24 05:30:09 -05:00
"gettext-parser": "^4.2.0",
"gulp": "4.0.2",
2020-11-20 18:14:59 -05:00
"gulp-concat": "^2.6.1",
"gulp-gzip": "^1.4.2",
2020-04-16 03:40:30 -05:00
"gulp-mustache": "^5.0.0",
"gulp-postcss": "^9.0.0",
2020-01-11 10:59:31 -05:00
"gulp-rename": "^2.0.0",
2021-07-13 06:24:42 -05:00
"gulp-sass": "^5.0.0",
"gulp-sourcemaps": "^3.0.0",
"gulp-svg-sprite": "^1.5.0",
"map-stream": "0.0.7",
2021-12-27 05:55:42 -05:00
"marked": "^4.0.8",
2020-04-16 03:40:30 -05:00
"mkdirp": "^1.0.4",
2021-11-24 05:30:09 -05:00
"nodemon": "^2.0.15",
2021-10-20 04:08:10 -05:00
"npm-run-all": "^4.1.5",
2021-12-27 05:55:42 -05:00
"postcss": "^8.4.5",
2021-03-05 09:19:04 -05:00
"postcss-clean": "^1.2.2",
"rimraf": "^3.0.0",
2021-12-27 05:55:42 -05:00
"sass": "^1.45.1",
"shadow-cljs": "2.16.9"
},
"dependencies": {
2021-12-27 05:55:42 -05:00
"@sentry/browser": "^6.16.1",
"@sentry/tracing": "^6.16.1",
"date-fns": "^2.27.0",
"draft-js": "^0.11.7",
"highlight.js": "^11.3.1",
2021-06-17 00:58:21 -05:00
"js-beautify": "^1.14.0",
2021-05-25 08:57:20 -05:00
"jszip": "^3.6.0",
2021-12-27 05:55:42 -05:00
"luxon": "^2.2.0",
"mousetrap": "^1.6.5",
"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",
"react-virtualized": "^9.22.3",
"rxjs": "~7.4.0",
"sax": "^1.2.4",
2021-11-24 05:30:09 -05:00
"source-map-support": "^0.5.21",
"tdigest": "^0.1.1",
"ua-parser-js": "^1.0.2",
2021-03-05 09:19:04 -05:00
"xregexp": "^5.0.1"
2015-06-18 12:35:50 -05:00
}
}