mirror of
https://gitee.com/bitdance-team/chrome-extension
synced 2025-01-10 21:58:14 +08:00
55 lines
1.5 KiB
JSON
55 lines
1.5 KiB
JSON
{
|
|
"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": {
|
|
"@byteinspire/api": "^1.0.12",
|
|
"lodash": "^4.17.21",
|
|
"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/koa": "^2.13.4",
|
|
"@types/koa__router": "^8.0.11",
|
|
"@types/lodash": "^4.14.178",
|
|
"@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"
|
|
}
|
|
}
|