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

70 lines
2 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": {
"validate-translations": "node ./scripts/validate-translations.js",
"watch-main": "shadow-cljs watch main",
"watch-gulp": "gulp watch",
"test-watch-compile": "shadow-cljs watch test",
"test-run": "node target/tests.js",
"test-watch-run": "nodemon --signal SIGKILL --watch target --exec npm run test-run",
"test-watch": "npm-run-all --parallel test-watch-compile test-watch-run",
"test": "npm run test-watch",
"start": "npm-run-all --parallel watch-gulp watch-main"
},
"devDependencies": {
"autoprefixer": "^10.3.7",
"gettext-parser": "^4.0.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": "^5.0.0",
"gulp-sourcemaps": "^3.0.0",
"gulp-svg-sprite": "^1.5.0",
"map-stream": "0.0.7",
"marked": "^3.0.8",
"mkdirp": "^1.0.4",
"nodemon": "^2.0.14",
"npm-run-all": "^4.1.5",
"postcss": "^8.3.11",
"postcss-clean": "^1.2.2",
"rimraf": "^3.0.0",
"sass": "^1.43.4",
"shadow-cljs": "2.15.12"
},
"dependencies": {
"@sentry/browser": "^6.13.3",
"@sentry/tracing": "^6.13.3",
"date-fns": "^2.25.0",
"draft-js": "^0.11.7",
"highlight.js": "^11.3.1",
"js-beautify": "^1.14.0",
"jszip": "^3.6.0",
"luxon": "^2.0.2",
"mousetrap": "^1.6.5",
"opentype.js": "^1.3.4",
"randomcolor": "^0.6.2",
"react": "~17.0.2",
"react-dom": "~17.0.2",
"react-virtualized": "^9.22.3",
"rxjs": "~7.4.0",
"sax": "^1.2.4",
"source-map-support": "^0.5.16",
"tdigest": "^0.1.1",
"ua-parser-js": "^1.0.2",
"xregexp": "^5.0.1"
}
}