81 Star 205 Fork 104

GVPUBML/farris-vue

Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
Clone or Download
package.json 3.50 KB
Copy Edit Raw Blame History
{
"name": "farris-vue",
"private": true,
"version": "1.1.0",
"scripts": {
"prepare": "husky install",
"farrisTheme": "node ./packages/f-theme-editor-project/farris-themebuilder-service/farris.js",
"docs:dev": "pnpm --filter ui-vue run docs:dev"
},
"engines": {
"node": ">=18",
"pnpm": ">=9"
},
"devDependencies": {
"@babel/parser": "^7.19.0",
"@babel/preset-env": "^7.19.0",
"@babel/preset-typescript": "^7.18.0",
"@babel/traverse": "^7.19.0",
"@changesets/cli": "^2.27.7",
"@commitlint/cli": "^19.3.0",
"@commitlint/config-conventional": "^19.2.0",
"@docsearch/css": "^3.6.0",
"@farris/designer-dragula": "0.0.5",
"@jest/globals": "^29.7.0",
"@ls-lint/ls-lint": "^2.2.0",
"@rollup/plugin-babel": "^6.0.4",
"@rollup/plugin-node-resolve": "^15.2.3",
"@testing-library/vue": "^8.0.0",
"@types/crypto-js": "^4.2.2",
"@types/echarts": "^4.1.11",
"@types/jasmine": "~5.1.4",
"@types/jasminewd2": "~2.0.3",
"@types/jest": "^29.5.12",
"@types/jsonp": "^0.2.3",
"@types/lodash": "^4.14.182",
"@types/lodash-es": "^4.17.12",
"@types/node": "^18.15.0",
"@types/urlencode": "^1.1.4",
"@typescript-eslint/eslint-plugin": "^7.15.0",
"@typescript-eslint/parser": "^7.15.0",
"@vitejs/plugin-vue": "^5.0.0",
"@vitejs/plugin-vue-jsx": "^4.0.0",
"@vue/babel-plugin-jsx": "^1.2.2",
"@vue/compiler-sfc": "^3.2.0",
"@vue/test-utils": "^2.0.0",
"@vuedx/typecheck": "^0.7.5",
"@vuedx/typescript-plugin-vue": "^0.7.5",
"babel-cli": "^6.26.0",
"babel-jest": "^29.0.3",
"body-parser": "^1.18.3",
"body-scroll-lock": "4.0.0-beta.0",
"chalk": "^5.0.0",
"clean-css-cli": "^5.6.0",
"commander": "^12.0.0",
"compressing": "^1.4.0",
"compression": "^1.7.4",
"conventional-changelog-cli": "^5.0.0",
"cors": "^2.8.4",
"cpy-cli": "^5.0.0",
"crypto-js": "^4.2.0",
"csstype": "^3.1.3",
"date-fns": "^3.6.0",
"del-cli": "^5.1.0",
"esbuild-register": "^3.3.0",
"eslint": "^8.56.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-vue": "^9.4.0",
"express": "^4.16.3",
"fs-extra": "^11.2.0",
"happy-dom": "^14.12.0",
"highlight.js": "^11.9.0",
"husky": "^9.0.0",
"inquirer": "^9.1.1",
"intersection-observer": "^0.12.2",
"jest": "^29.0.0",
"jest-environment-jsdom": "^29.5.0",
"lint-staged": "^15.0.0",
"lodash-es": "^4.17.11",
"make-dir-cli": "^4.0.0",
"merge-stream": "^2.0.0",
"npm-run-all": "^4.1.2",
"ora": "^8.0.0",
"patch-vue-directive-ssr": "^0.0.1",
"rollup": "^4.18.0",
"sass": "^1.77.6",
"shelljs": "^0.8.4",
"shiki": "^0.11.1",
"stylelint": "^16.6.0",
"stylelint-config-recommended-scss": "^14.0.0",
"stylelint-config-standard": "^36.0.0",
"stylelint-order": "^6.0.0",
"stylelint-scss": "^6.3.0",
"ts-node": "~10.9.2",
"typescript": "^5.5.0",
"urlencode": "^2.0.0",
"vite": "^5.3.3",
"vite-plugin-dts": "3.9.1",
"vite-plugin-md": "^0.21.5",
"vite-svg-loader": "^5.1.0",
"vitepress": "^1.0.0-alpha.8",
"vitepress-theme-demoblock": "1.4.2",
"vitest": "^1.4.0",
"vue-tsc": "^2.0.0"
},
"lint-staged": {
"packages/ui-vue/{*.vue,*.js,*.ts,*.jsx,*.tsx}": "eslint --fix",
"packages/ui-vue/{*.scss,*.css}": "stylelint --fix"
},
"dependencies": {
"axios": "^1.7.2",
"echarts": "^5.5.0",
"jsonp": "^0.2.1",
"markdown-it": "^14.1.0",
"markdown-it-container": "^4.0.0",
"ts-jest": "^29.1.2"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
TypeScript
1
https://gitee.com/ubml/farris-vue.git
git@gitee.com:ubml/farris-vue.git
ubml
farris-vue
farris-vue
main

Search