mirror of
https://gitee.com/bitdance-team/chrome-extension
synced 2025-10-07 16:35:15 +08:00
feat: add monorepo
This commit is contained in:
49
package.json
Normal file
49
package.json
Normal file
@@ -0,0 +1,49 @@
|
||||
{
|
||||
"name": "bitdance",
|
||||
"version": "0.0.0",
|
||||
"license": "MIT",
|
||||
"workspaces": [
|
||||
"packages/*"
|
||||
],
|
||||
"scripts": {
|
||||
"postinstall": "node node_modules/@nx-plus/vite/patch-nx-dep-graph.js"
|
||||
},
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
"tslib": "^2.0.0",
|
||||
"vue": "^3.0.5"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@nrwl/cli": "13.5.3",
|
||||
"@nrwl/cypress": "^12.0.0",
|
||||
"@nrwl/eslint-plugin-nx": "13.5.3",
|
||||
"@nrwl/jest": "^12.0.0",
|
||||
"@nrwl/js": "13.5.3",
|
||||
"@nrwl/linter": "^12.0.0",
|
||||
"@nrwl/tao": "13.5.3",
|
||||
"@nrwl/workspace": "13.5.3",
|
||||
"@nx-plus/vite": "^12.2.0",
|
||||
"@types/jest": "27.0.2",
|
||||
"@types/node": "16.11.7",
|
||||
"@typescript-eslint/eslint-plugin": "~5.3.0",
|
||||
"@typescript-eslint/parser": "~5.3.0",
|
||||
"@vitejs/plugin-vue": "^2.0.0",
|
||||
"@vue/eslint-config-prettier": "6.0.0",
|
||||
"@vue/eslint-config-typescript": "^5.0.2",
|
||||
"@vue/test-utils": "^2.0.0-0",
|
||||
"cypress": "^8.3.0",
|
||||
"eslint": "8.2.0",
|
||||
"eslint-config-prettier": "8.1.0",
|
||||
"eslint-plugin-cypress": "^2.10.3",
|
||||
"eslint-plugin-prettier": "^3.1.3",
|
||||
"eslint-plugin-vue": "^7.0.0-0",
|
||||
"jest": "27.2.3",
|
||||
"jest-serializer-vue": "^2.0.2",
|
||||
"jest-transform-stub": "^2.0.0",
|
||||
"prettier": "^2.5.1",
|
||||
"ts-jest": "27.0.5",
|
||||
"typescript": "~4.4.3",
|
||||
"vite": "^2.7.1",
|
||||
"vue3-jest": "^27.0.0-alpha.1"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user