2020-01-02 02:04:47 +01:00
|
|
|
{
|
2023-12-12 07:02:51 +01:00
|
|
|
"private": true,
|
|
|
|
"name": "excalidraw-monorepo",
|
|
|
|
"workspaces": [
|
|
|
|
"excalidraw-app",
|
2023-12-13 17:21:27 +01:00
|
|
|
"packages/excalidraw",
|
2024-01-24 12:37:54 +01:00
|
|
|
"packages/utils",
|
|
|
|
"examples/excalidraw",
|
|
|
|
"examples/excalidraw/*"
|
2023-12-12 07:02:51 +01:00
|
|
|
],
|
2020-01-02 02:04:47 +01:00
|
|
|
"dependencies": {
|
2023-12-12 07:02:51 +01:00
|
|
|
"@excalidraw/random-username": "1.0.0",
|
|
|
|
"@sentry/browser": "6.2.5",
|
|
|
|
"@sentry/integrations": "6.2.5",
|
|
|
|
"firebase": "8.3.3",
|
|
|
|
"i18next-browser-languagedetector": "6.1.4",
|
|
|
|
"idb-keyval": "6.0.3",
|
2023-12-16 00:23:59 +01:00
|
|
|
"jotai": "1.13.1",
|
2022-07-22 07:50:36 +02:00
|
|
|
"react": "18.2.0",
|
2023-12-16 00:23:59 +01:00
|
|
|
"react-dom": "18.2.0",
|
|
|
|
"socket.io-client": "4.7.2"
|
2020-04-29 07:53:07 +02:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2023-07-27 20:20:11 +02:00
|
|
|
"@excalidraw/eslint-config": "1.0.3",
|
2021-02-25 19:26:27 +01:00
|
|
|
"@excalidraw/prettier-config": "1.0.2",
|
2021-12-31 01:48:59 +01:00
|
|
|
"@types/chai": "4.3.0",
|
2023-03-14 13:06:57 +01:00
|
|
|
"@types/jest": "27.4.0",
|
2022-07-20 12:11:20 +02:00
|
|
|
"@types/lodash.throttle": "4.1.7",
|
2024-04-30 18:05:00 +02:00
|
|
|
"@types/react": "18.2.0",
|
|
|
|
"@types/react-dom": "18.2.0",
|
2023-12-16 00:23:59 +01:00
|
|
|
"@types/socket.io-client": "3.0.0",
|
2023-07-27 20:20:11 +02:00
|
|
|
"@vitejs/plugin-react": "3.1.0",
|
2023-08-01 12:43:04 +02:00
|
|
|
"@vitest/coverage-v8": "0.33.0",
|
2023-07-27 20:20:11 +02:00
|
|
|
"@vitest/ui": "0.32.2",
|
2022-02-09 08:19:53 +01:00
|
|
|
"chai": "4.3.6",
|
2022-07-20 12:20:17 +02:00
|
|
|
"dotenv": "16.0.1",
|
2022-05-10 14:22:58 +02:00
|
|
|
"eslint-config-prettier": "8.5.0",
|
2023-07-27 20:20:11 +02:00
|
|
|
"eslint-config-react-app": "7.0.1",
|
2021-01-10 11:34:37 +01:00
|
|
|
"eslint-plugin-prettier": "3.3.1",
|
2022-12-18 22:23:30 +01:00
|
|
|
"http-server": "14.1.1",
|
2021-10-29 13:06:13 +02:00
|
|
|
"husky": "7.0.4",
|
2023-07-27 20:20:11 +02:00
|
|
|
"jsdom": "22.1.0",
|
2022-03-22 08:36:48 +01:00
|
|
|
"lint-staged": "12.3.7",
|
2020-12-14 04:29:51 +01:00
|
|
|
"pepjs": "0.5.3",
|
2022-05-10 14:23:34 +02:00
|
|
|
"prettier": "2.6.2",
|
2023-03-14 13:06:57 +01:00
|
|
|
"rewire": "6.0.0",
|
2023-07-27 20:20:11 +02:00
|
|
|
"typescript": "4.9.4",
|
2024-01-24 14:59:50 +01:00
|
|
|
"vite": "5.0.12",
|
2023-07-27 20:20:11 +02:00
|
|
|
"vite-plugin-checker": "0.6.1",
|
2023-12-07 11:00:08 +01:00
|
|
|
"vite-plugin-ejs": "1.7.0",
|
|
|
|
"vite-plugin-pwa": "0.17.4",
|
2023-07-27 20:20:11 +02:00
|
|
|
"vite-plugin-svgr": "2.4.0",
|
2024-05-01 20:47:52 +02:00
|
|
|
"vitest": "1.5.3",
|
2023-07-27 20:20:11 +02:00
|
|
|
"vitest-canvas-mock": "0.3.2"
|
2020-01-02 02:04:47 +01:00
|
|
|
},
|
2020-03-25 18:10:05 +01:00
|
|
|
"engines": {
|
2023-11-17 14:23:19 +01:00
|
|
|
"node": "18.0.0 - 20.x.x"
|
2020-02-11 23:19:43 +01:00
|
|
|
},
|
2020-03-30 16:52:48 +02:00
|
|
|
"homepage": ".",
|
2021-02-25 19:26:27 +01:00
|
|
|
"prettier": "@excalidraw/prettier-config",
|
2020-01-18 02:02:14 +01:00
|
|
|
"scripts": {
|
2020-02-28 22:51:36 +01:00
|
|
|
"build-node": "node ./scripts/build-node.js",
|
2023-07-31 15:29:24 +02:00
|
|
|
"build:app:docker": "cross-env VITE_APP_DISABLE_SENTRY=true VITE_APP_DISABLE_TRACKING=true vite build",
|
|
|
|
"build:app": "cross-env VITE_APP_GIT_SHA=$VERCEL_GIT_COMMIT_SHA vite build",
|
2020-12-18 13:02:29 +01:00
|
|
|
"build:version": "node ./scripts/build-version.js",
|
2023-12-07 12:09:11 +01:00
|
|
|
"build": "yarn --cwd ./excalidraw-app build",
|
2021-02-23 10:41:36 +01:00
|
|
|
"fix:code": "yarn test:code --fix",
|
|
|
|
"fix:other": "yarn prettier --write",
|
2021-02-20 13:47:17 +01:00
|
|
|
"fix": "yarn fix:other && yarn fix:code",
|
2020-06-30 20:28:19 +02:00
|
|
|
"locales-coverage": "node scripts/build-locales-coverage.js",
|
2020-12-19 21:44:01 +01:00
|
|
|
"locales-coverage:description": "node scripts/locales-coverage-description.js",
|
2021-10-29 13:06:13 +02:00
|
|
|
"prepare": "husky install",
|
2020-02-02 19:04:35 +01:00
|
|
|
"prettier": "prettier \"**/*.{css,scss,json,md,html,yml}\" --ignore-path=.eslintignore",
|
2023-12-07 12:09:11 +01:00
|
|
|
"start": "yarn --cwd ./excalidraw-app start",
|
|
|
|
"start:app:production": "npm run build && npx http-server build -a localhost -p 5001 -o",
|
2023-08-01 12:43:04 +02:00
|
|
|
"test:all": "yarn test:typecheck && yarn test:code && yarn test:other && yarn test:app --watch=false",
|
2023-12-07 11:00:08 +01:00
|
|
|
"test:app": "vitest",
|
2021-03-02 19:36:28 +01:00
|
|
|
"test:code": "eslint --max-warnings=0 --ext .js,.ts,.tsx .",
|
2021-02-23 10:41:36 +01:00
|
|
|
"test:other": "yarn prettier --list-different",
|
2020-06-30 20:28:19 +02:00
|
|
|
"test:typecheck": "tsc",
|
2023-07-27 20:20:11 +02:00
|
|
|
"test:update": "yarn test:app --update --watch=false",
|
2021-05-22 16:13:28 +02:00
|
|
|
"test": "yarn test:app",
|
2023-08-01 12:43:04 +02:00
|
|
|
"test:coverage": "vitest --coverage",
|
|
|
|
"test:coverage:watch": "vitest --coverage --watch",
|
2023-11-03 13:11:34 +01:00
|
|
|
"test:ui": "yarn test --ui --coverage.enabled=true",
|
2022-07-06 11:50:52 +02:00
|
|
|
"autorelease": "node scripts/autorelease.js",
|
2023-11-14 12:07:57 +01:00
|
|
|
"prerelease:excalidraw": "node scripts/prerelease.js",
|
2023-07-27 20:20:11 +02:00
|
|
|
"build:preview": "yarn build && vite preview --port 5000",
|
2023-11-14 12:07:57 +01:00
|
|
|
"release:excalidraw": "node scripts/release.js"
|
2023-07-19 18:37:18 +02:00
|
|
|
}
|
2020-01-03 22:13:41 +01:00
|
|
|
}
|