UNPKG

y-design-ssr

Version:

SSR component library of YUI with Vue3

139 lines (138 loc) 4.33 kB
{ "name": "y-design-ssr", "version": "1.1.16-alpha.2", "description": "SSR component library of YUI with Vue3", "author": "yux-fe", "license": "MIT", "keywords": [ "YUEWEN", "YUI", "UI", "SSR" ], "files": [ "README.md", "libs/*", "package.json" ], "main": "libs/index.umd.js", "module": "libs/index.mjs", "types": "libs/index.d.ts", "scripts": { "dev": "webpack serve --open --config config/webpack.dev.js", "vite-dev": "vite --config vite.dev.config.js", "build:docs": "webpack --config config/webpack.docs.js", "build:packages": "rm -rf libs && webpack --config config/webpack.libs.js", "vite-build:libs": "rm -rf libs && esno buildAll.js", "component:init": "node ./config/create/index.js", "lint:js": "eslint --ext .vue,.ts,.tsx,.spec.js packages docs", "lint:css": "stylelint 'packages/**/*.scss' 'docs/**/*.scss'", "lint": "npm run lint:js -- --no-fix && npm run lint:css -- --no-fix", "lint:fix": "npm run lint:js -- --fix && npm run lint:css -- --fix", "test:unit": "jest --coverage --passWithNoTests", "test:watch": "jest --watch", "test:com": "bash tests/run.sh", "lint-staged": "lint-staged" }, "devDependencies": { "@babel/core": "^7.13.10", "@babel/eslint-parser": "^7.11.0", "@babel/plugin-transform-runtime": "^7.13.10", "@babel/preset-env": "^7.13.10", "@babel/preset-flow": "^7.12.13", "@babel/preset-typescript": "^7.16.0", "@commitlint/cli": "^12.0.1", "@commitlint/config-conventional": "^12.0.1", "@types/jest": "^26.0.4", "@types/webpack-env": "^1.16.0", "@typescript-eslint/eslint-plugin": "^4.10.0", "@typescript-eslint/parser": "^4.17.0", "@vitejs/plugin-vue": "^4.1.0", "@vitejs/plugin-vue-jsx": "^3.0.1", "@vue/babel-plugin-jsx": "^1.0.3", "@vue/cli-plugin-unit-jest": "^4.5.15", "@vue/compiler-sfc": "^3.0.7", "@vue/test-utils": "^2.0.0-rc.4", "autoprefixer": "^10.2.5", "axios": "^0.21.1", "babel-jest": "^26.6.3", "babel-loader": "^8.2.2", "babel-preset-typescript-vue3": "^2.0.16", "clean-webpack-plugin": "^3.0.0", "core-js": "^3.6.5", "css-loader": "^5.1.1", "eslint": "^7.28.0", "eslint-config-prettier": "^8.1.0", "eslint-config-yux-lint": "^0.11.2", "eslint-friendly-formatter": "^4.0.1", "eslint-plugin-html": "^6.1.2", "eslint-plugin-import": "^2.22.1", "eslint-plugin-jest": "^24.3.6", "eslint-plugin-jsx-a11y": "^6.4.1", "eslint-plugin-prettier": "^3.3.1", "eslint-plugin-vue": "^7.7.0", "eslint-webpack-plugin": "^2.5.3", "file-loader": "^6.2.0", "flush-promises": "^1.0.2", "glob": "^9.3.2", "highlight.js": "^10.7.1", "html-webpack-plugin": "^5.3.1", "husky": "^6.0.0", "jest": "^26.4.0", "jest-cli": "^26.6.3", "jest-transform-stub": "^2.0.0", "lint-staged": "^9.5.0", "markdown-it": "^12.0.4", "mini-css-extract-plugin": "^2.4.4", "node-sass": "^8.0.0", "postcss": "^8.2.7", "postcss-loader": "^5.1.0", "prettier": "^2.2.1", "sass": "^1.60.0", "sass-loader": "^13.2.2", "strip-indent": "^3.0.0", "style-loader": "^2.0.0", "stylelint": "^13.12.0", "stylelint-config-standard": "^21.0.0", "stylelint-scss": "^3.19.0", "ts-jest": "^26.4.0", "typescript": "^4.2.3", "vite": "^4.2.1", "vite-plugin-dts": "^2.1.0", "vue-docgen-api": "^4.38.1", "vue-i18n": "^9.1.6", "vue-jest": "^5.0.0-alpha.10", "vue-loader": "^16.1.2", "vue-router": "^4.1.2", "vue-style-loader": "^4.1.3", "vue-template-compiler": "^2.6.12", "vue3-jest": "^27.0.0-alpha.1", "webpack": "^5.24.3", "webpack-cli": "^4.5.0", "webpack-dev-server": "^3.11.2", "webpack-merge": "^5.7.3" }, "dependencies": { "smoothscroll-polyfill": "^0.4.4", "vue": "^3.2.33" }, "yui": { "scssPreData": [ "/packages/style/src/_variables.scss", "/packages/style/src/_mixin.scss" ] }, "lint-staged": { "{packages,docs,tests}/**/*.{js,jsx,ts,tsx,vue,.spec.js}": [ "eslint --cache --fix --max-warnings 0", "npm run test:unit -o" ], "{packages,docs}/**/*.{css,scss}": [ "stylelint --cache --fix" ] }, "repository": { "type": "git", "url": "" } }