加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 3.24 KB
一键复制 编辑 原始数据 按行查看 历史
{
"private": true,
"workspaces": [
"packages/*",
"play",
"docs"
],
"scripts": {
"dev": "pnpm -C play dev",
"build": "pnpm run -C scripts/build start",
"build:play": "pnpm -C play build",
"build:theme": "pnpm run -C packages/theme build",
"test": "vitest",
"coverage": "vitest run --coverage",
"lint:script": "eslint --ext .js,.jsx,.vue,.ts,.tsx --fix --quiet ./",
"lint:style": "stylelint --fix ./**/*.{css,scss}",
"docs:dev": "pnpm run -C docs dev",
"docs:build": "pnpm run -C docs build",
"docs:serve": "pnpm run -C docs serve",
"docs:style": "stylelint '{,**/}.vitepress/**/*.{css,scss}' --fix"
},
"author": "",
"license": "MIT",
"devDependencies": {
"@pnpm/types": "^9.4.2",
"@types/gulp": "^4.0.17",
"@types/gulp-autoprefixer": "^0.0.37",
"@types/gulp-clean-css": "^4.3.4",
"@types/gulp-sass": "^5.0.4",
"@types/node": "^20.10.4",
"@typescript-eslint/eslint-plugin": "^6.13.1",
"@typescript-eslint/parser": "^6.13.1",
"@vitejs/plugin-vue": "^2.0.0",
"@vitejs/plugin-vue-jsx": "^3.1.0",
"@vitest/coverage-v8": "^0.34.6",
"@vue/runtime-core": "^3.3.9",
"@vue/shared": "^3.4.23",
"@vue/test-utils": "^2.4.3",
"@vue/tsconfig": "^0.4.0",
"c8": "^8.0.1",
"element-plus": "^2.7.1",
"eslint": "^8.54.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.1",
"eslint-plugin-vue": "^9.18.1",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^8.0.0",
"gulp-sass": "^5.1.0",
"happy-dom": "^12.10.3",
"postcss-html": "^1.5.0",
"rollup": "^4.6.0",
"rollup-plugin-vue": "^6.0.0",
"sass": "^1.69.5",
"stylelint": "^15.11.0",
"stylelint-config-prettier": "^9.0.5",
"stylelint-config-recess-order": "^4.4.0",
"stylelint-config-recommended-scss": "^13.1.0",
"stylelint-config-recommended-vue": "^1.5.0",
"stylelint-config-standard": "^34.0.0",
"stylelint-prettier": "^4.1.0",
"sucrase": "^3.34.0",
"typescript": "^5.3.2",
"unplugin-vue-define-options": "^1.4.0",
"vite": "^5.0.2",
"vite-plugin-dts": "^3.6.3",
"vitest": "^0.34.6",
"vue": "^3.4.23"
},
"dependencies": {
"@codemirror/lang-css": "^6.2.1",
"@codemirror/lang-html": "^6.4.7",
"@codemirror/lang-javascript": "^6.2.1",
"@codemirror/lang-json": "^6.0.1",
"@codemirror/lang-vue": "^0.1.2",
"@codemirror/theme-one-dark": "^6.1.2",
"@element-plus/icons-vue": "^2.3.1",
"@exercise-form/components": "workspace:^",
"@exercise-form/constants": "workspace:^",
"@exercise-form/core": "workspace:^",
"@exercise-form/directives": "workspace:^",
"@exercise-form/hooks": "workspace:^",
"@exercise-form/theme": "workspace:^",
"@exercise-form/utils": "workspace:^",
"@exercise-form/widget": "workspace:^",
"@types/file-saver": "^2.0.7",
"@types/sortablejs": "^1.15.7",
"@wangeditor/editor": "^5.1.23",
"@wangeditor/editor-for-vue": "^5.1.12",
"axios": "^1.6.7",
"codemirror": "^6.0.1",
"file-saver": "^2.0.5",
"gulp-clean-css": "^4.3.0",
"prettier": "^3.1.0",
"sortablejs": "^1.15.2",
"vite-svg-loader": "^5.1.0",
"vue-codemirror": "^6.1.1",
"vuedraggable": "^4.0.0"
},
"engines": {
"node": ">= 16"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化