2015-06-18 19:35:50 +02:00
|
|
|
{
|
2023-11-28 15:17:23 +01:00
|
|
|
"name": "frontend",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"license": "MPL-2.0",
|
2023-11-27 12:28:28 +01:00
|
|
|
"author": "Kaleidos INC",
|
|
|
|
"private": true,
|
|
|
|
"packageManager": "yarn@4.0.2",
|
2020-02-25 16:18:55 +01:00
|
|
|
"browserslist": [
|
|
|
|
"defaults"
|
|
|
|
],
|
2023-11-27 12:28:28 +01:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/penpot/penpot"
|
|
|
|
},
|
2023-11-29 11:24:53 +01:00
|
|
|
"resolutions": {
|
|
|
|
"@vitejs/plugin-react": "^4.2.0"
|
|
|
|
},
|
2021-01-22 14:33:44 +01:00
|
|
|
"scripts": {
|
2023-11-27 12:28:28 +01:00
|
|
|
"fmt:clj:check": "cljfmt check --parallel=false src/ test/",
|
|
|
|
"fmt:clj": "cljfmt fix --parallel=true src/ test/",
|
2023-05-29 18:21:48 +02:00
|
|
|
"test:compile": "clojure -M:dev:shadow-cljs compile test --config-merge '{:autorun false}'",
|
|
|
|
"lint:scss": "yarn run prettier -c resources/styles -c src/**/*.scss",
|
2023-11-29 16:22:56 +01:00
|
|
|
"lint:scss:fix": "yarn run prettier -c resources/styles -c src/**/*.scss -w",
|
|
|
|
"lint:clj": "clj-kondo --parallel --lint src/",
|
2023-05-29 18:21:48 +02:00
|
|
|
"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",
|
2021-12-10 09:45:17 +01:00
|
|
|
"validate-translations": "node ./scripts/validate-translations.js",
|
2022-10-18 22:46:41 +02:00
|
|
|
"find-unused-translations": "node ./scripts/find-unused-translations.js",
|
2023-09-19 12:16:37 +02:00
|
|
|
"build:clean": "gulp clean:output && gulp clean:dist",
|
|
|
|
"build:styles": "gulp build:styles",
|
|
|
|
"build:assets": "gulp build:assets",
|
2023-11-24 12:24:47 +01:00
|
|
|
"build:copy": "gulp build:copy",
|
2023-11-27 12:27:01 +01:00
|
|
|
"storybook:compile": "gulp template:storybook && clojure -M:dev:shadow-cljs compile storybook",
|
|
|
|
"storybook:watch": "npm run storybook:compile && concurrently \"clojure -M:dev:shadow-cljs watch storybook\" \"storybook dev -p 6006\"",
|
|
|
|
"storybook:build": "npm run storybook:compile && storybook build"
|
2021-01-22 14:33:44 +01:00
|
|
|
},
|
2020-03-29 14:33:54 +02:00
|
|
|
"devDependencies": {
|
2023-11-24 12:24:47 +01:00
|
|
|
"@storybook/addon-essentials": "^7.5.3",
|
|
|
|
"@storybook/addon-interactions": "^7.5.3",
|
|
|
|
"@storybook/addon-links": "^7.5.3",
|
|
|
|
"@storybook/addon-onboarding": "^1.0.8",
|
|
|
|
"@storybook/blocks": "^7.5.3",
|
|
|
|
"@storybook/react": "^7.5.3",
|
|
|
|
"@storybook/react-vite": "^7.5.3",
|
|
|
|
"@storybook/testing-library": "^0.2.2",
|
2023-11-27 14:31:05 +01:00
|
|
|
"animate.css": "^4.1.1",
|
2023-08-31 09:20:22 +02:00
|
|
|
"autoprefixer": "^10.4.15",
|
2023-11-27 12:27:01 +01:00
|
|
|
"concurrently": "^8.2.2",
|
2023-08-31 09:20:22 +02:00
|
|
|
"gettext-parser": "^7.0.1",
|
2019-05-31 13:50:55 +02:00
|
|
|
"gulp": "4.0.2",
|
2023-11-07 17:29:17 +01:00
|
|
|
"gulp-cached": "^1.1.1",
|
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",
|
2022-02-03 12:57:49 +01:00
|
|
|
"gulp-sass": "^5.1.0",
|
2020-11-12 13:35:20 +01:00
|
|
|
"gulp-sourcemaps": "^3.0.0",
|
2023-08-31 09:20:22 +02:00
|
|
|
"gulp-svg-sprite": "^2.0.3",
|
2020-11-12 13:35:20 +01:00
|
|
|
"map-stream": "0.0.7",
|
2023-08-31 09:20:22 +02:00
|
|
|
"marked": "^7.0.5",
|
|
|
|
"mkdirp": "^3.0.1",
|
|
|
|
"nodemon": "^3.0.1",
|
2021-10-20 11:08:10 +02:00
|
|
|
"npm-run-all": "^4.1.5",
|
2023-08-31 09:20:22 +02:00
|
|
|
"postcss": "^8.4.29",
|
2021-03-05 15:19:04 +01:00
|
|
|
"postcss-clean": "^1.2.2",
|
2023-08-31 09:20:22 +02:00
|
|
|
"prettier": "^3.0.3",
|
2023-11-24 12:24:47 +01:00
|
|
|
"prop-types": "^15.8.1",
|
2023-08-31 09:20:22 +02:00
|
|
|
"rimraf": "^5.0.1",
|
|
|
|
"sass": "^1.66.1",
|
2023-11-24 12:24:47 +01:00
|
|
|
"shadow-cljs": "2.25.10",
|
|
|
|
"storybook": "^7.5.3",
|
|
|
|
"vite": "^5.0.2"
|
2020-03-29 14:33:54 +02:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2023-05-09 14:00:23 +02:00
|
|
|
"date-fns": "^2.30.0",
|
2021-03-15 08:43:23 +01:00
|
|
|
"draft-js": "^0.11.7",
|
2023-05-09 14:00:23 +02:00
|
|
|
"highlight.js": "^11.8.0",
|
2023-08-31 09:20:22 +02:00
|
|
|
"js-beautify": "^1.14.9",
|
2022-12-27 14:29:14 +01:00
|
|
|
"jszip": "^3.10.1",
|
2023-08-31 09:20:22 +02:00
|
|
|
"luxon": "^3.4.2",
|
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",
|
2023-03-06 14:13:21 +01:00
|
|
|
"postcss-modules": "^6.0.0",
|
2020-08-05 14:40:44 +02:00
|
|
|
"randomcolor": "^0.6.2",
|
2023-08-16 14:09:53 +02:00
|
|
|
"react": "^18.2.0",
|
|
|
|
"react-dom": "^18.2.0",
|
2021-05-12 09:48:06 +02:00
|
|
|
"react-virtualized": "^9.22.3",
|
2023-05-09 14:00:23 +02:00
|
|
|
"rxjs": "~7.8.1",
|
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",
|
2022-07-12 08:17:50 +02:00
|
|
|
"tdigest": "^0.1.2",
|
2022-12-27 14:29:14 +01:00
|
|
|
"ua-parser-js": "^1.0.32",
|
2022-07-12 08:17:50 +02:00
|
|
|
"xregexp": "^5.1.1"
|
2023-11-27 12:28:28 +01:00
|
|
|
}
|
2015-06-18 19:35:50 +02:00
|
|
|
}
|