mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-12-16 13:31:57 +03:00
35a6cf655b
## Features - https://github.com/toeverything/BlockSuite/pull/7052 @donteatfriedrice ## Bugfix - https://github.com/toeverything/BlockSuite/pull/7072 @Flrande - https://github.com/toeverything/BlockSuite/pull/7073 @Flrande - https://github.com/toeverything/BlockSuite/pull/7062 @akumatus - https://github.com/toeverything/BlockSuite/pull/7066 @L-Sun - https://github.com/toeverything/BlockSuite/pull/7061 @Flrande - https://github.com/toeverything/BlockSuite/pull/7058 @L-Sun - https://github.com/toeverything/BlockSuite/pull/7060 @doouding - https://github.com/toeverything/BlockSuite/pull/7051 @L-Sun - https://github.com/toeverything/BlockSuite/pull/7054 @L-Sun - https://github.com/toeverything/BlockSuite/pull/7023 @golok727 - https://github.com/toeverything/BlockSuite/pull/7022 @golok727 - https://github.com/toeverything/BlockSuite/pull/7047 @fundon - https://github.com/toeverything/BlockSuite/pull/7043 @akumatus - https://github.com/toeverything/BlockSuite/pull/7041 @donteatfriedrice - https://github.com/toeverything/BlockSuite/pull/7038 @fourdim - https://github.com/toeverything/BlockSuite/pull/7040 @regischen ## Refactor - https://github.com/toeverything/BlockSuite/pull/7068 @doouding - https://github.com/toeverything/BlockSuite/pull/7069 @zzj3720 - https://github.com/toeverything/BlockSuite/pull/7065 @Flrande - https://github.com/toeverything/BlockSuite/pull/7048 @fundon - https://github.com/toeverything/BlockSuite/pull/7045 @Flrande - https://github.com/toeverything/BlockSuite/pull/7046 @donteatfriedrice - https://github.com/toeverything/BlockSuite/pull/7039 @Flrande - https://github.com/toeverything/BlockSuite/pull/7036 @Saul-Mirone - https://github.com/toeverything/BlockSuite/pull/7032 @Saul-Mirone ## Misc - https://github.com/toeverything/BlockSuite/pull/7063 @Saul-Mirone - https://github.com/toeverything/BlockSuite/pull/7050 @fourdim - https://github.com/toeverything/BlockSuite/pull/7044 @doouding - https://github.com/toeverything/BlockSuite/pull/7042 @Flrande - https://github.com/toeverything/BlockSuite/pull/6992 @doouding
47 lines
1.4 KiB
JSON
47 lines
1.4 KiB
JSON
{
|
|
"name": "@affine/cli",
|
|
"type": "module",
|
|
"private": true,
|
|
"devDependencies": {
|
|
"@affine/env": "workspace:*",
|
|
"@affine/templates": "workspace:*",
|
|
"@aws-sdk/client-s3": "3.577.0",
|
|
"@blocksuite/presets": "0.15.0-canary-202405160907-89e5893",
|
|
"@clack/core": "^0.3.4",
|
|
"@clack/prompts": "^0.7.0",
|
|
"@magic-works/i18n-codegen": "^0.6.0",
|
|
"@napi-rs/simple-git": "^0.1.16",
|
|
"@perfsee/webpack": "^1.12.2",
|
|
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.11",
|
|
"@sentry/webpack-plugin": "^2.16.1",
|
|
"@types/webpack-env": "^1.18.4",
|
|
"@vanilla-extract/webpack-plugin": "^2.3.7",
|
|
"copy-webpack-plugin": "^12.0.2",
|
|
"css-loader": "^7.1.1",
|
|
"cssnano": "^7.0.0",
|
|
"dotenv": "^16.4.5",
|
|
"html-webpack-plugin": "^5.6.0",
|
|
"lodash-es": "^4.17.21",
|
|
"mime-types": "^2.1.35",
|
|
"mini-css-extract-plugin": "^2.8.1",
|
|
"postcss-loader": "^8.1.1",
|
|
"raw-loader": "^4.0.2",
|
|
"source-map-loader": "^5.0.0",
|
|
"style-loader": "^4.0.0",
|
|
"swc-loader": "^0.2.6",
|
|
"terser-webpack-plugin": "^5.3.10",
|
|
"thread-loader": "^4.0.2",
|
|
"ts-node": "^10.9.2",
|
|
"vite": "^5.2.8",
|
|
"webpack": "^5.91.0",
|
|
"webpack-cli": "^5.1.4",
|
|
"webpack-dev-server": "^5.0.4",
|
|
"webpack-merge": "^5.10.0"
|
|
},
|
|
"scripts": {
|
|
"build": "node --loader ts-node/esm/transpile-only.mjs ./src/bin/build.ts",
|
|
"dev": "node --loader ts-node/esm/transpile-only.mjs ./src/bin/dev.ts"
|
|
},
|
|
"version": "0.14.0"
|
|
}
|