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

78 lines
2.3 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": {
"test:compile": "clojure -M:dev:shadow-cljs compile test --config-merge '{:autorun false}'",
"lint:clj": "clj-kondo --parallel --lint src/",
"lint:scss": "yarn run prettier -c resources/styles -c src/**/*.scss",
"test:run": "node target/tests.js",
"test:watch": "clojure -M:dev:shadow-cljs watch test",
"test": "yarn run test:compile && yarn run test:run",
"gulp:watch": "gulp watch",
"watch": "shadow-cljs watch main",
"validate-translations": "node ./scripts/validate-translations.js",
"find-unused-translations": "node ./scripts/find-unused-translations.js",
"test:e2e": "cypress run",
"test:e2e-gui": "cypress open"
},
"devDependencies": {
2023-08-31 02:20:22 -05:00
"autoprefixer": "^10.4.15",
"cypress": "^10.3.0",
"cypress-file-upload": "^5.0.8",
2023-08-31 02:20:22 -05:00
"gettext-parser": "^7.0.1",
"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",
"gulp-sass": "^5.1.0",
"gulp-sourcemaps": "^3.0.0",
2023-08-31 02:20:22 -05:00
"gulp-svg-sprite": "^2.0.3",
"map-stream": "0.0.7",
2023-08-31 02:20:22 -05:00
"marked": "^7.0.5",
"mkdirp": "^3.0.1",
"nodemon": "^3.0.1",
2021-10-20 04:08:10 -05:00
"npm-run-all": "^4.1.5",
2023-08-31 02:20:22 -05:00
"postcss": "^8.4.29",
2021-03-05 09:19:04 -05:00
"postcss-clean": "^1.2.2",
2023-08-31 02:20:22 -05:00
"prettier": "^3.0.3",
"rimraf": "^5.0.1",
"sass": "^1.66.1",
"shadow-cljs": "2.25.3"
},
"dependencies": {
"@sentry/browser": "^6.17.4",
"@sentry/tracing": "^6.17.4",
"date-fns": "^2.30.0",
"draft-js": "^0.11.7",
"highlight.js": "^11.8.0",
2023-08-31 02:20:22 -05:00
"js-beautify": "^1.14.9",
2022-12-27 08:29:14 -05:00
"jszip": "^3.10.1",
2023-08-31 02:20:22 -05:00
"luxon": "^3.4.2",
"mousetrap": "^1.6.5",
"opentype.js": "^1.3.4",
"postcss-modules": "^6.0.0",
2020-08-05 07:40:44 -05:00
"randomcolor": "^0.6.2",
2023-08-16 07:09:53 -05:00
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-virtualized": "^9.22.3",
"rxjs": "~7.8.1",
"sax": "^1.2.4",
2021-11-24 05:30:09 -05:00
"source-map-support": "^0.5.21",
"tdigest": "^0.1.2",
2022-12-27 08:29:14 -05:00
"ua-parser-js": "^1.0.32",
"xregexp": "^5.1.1"
2015-06-18 12:35:50 -05:00
}
}