| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120 |
- {
- "name": "@nutui/nutui",
- "version": "3.0.0-beta.0",
- "npm": {
- "tag": "next"
- },
- "description": "一套京东风格的轻量级移动端 Vue 组件库",
- "main": "dist/lib/nutui.js",
- "module": "dist/es/nutui.js",
- "style": "dist/lib/index.css",
- "typings": "dist/types/index.d.ts",
- "keywords": [
- "nutui",
- "nutui2",
- "nutui3",
- "vue",
- "vue3",
- "webpack",
- "vue component",
- "vue3 component",
- "jdc",
- "jdcfe"
- ],
- "author": "jdcfe",
- "license": "MIT",
- "files": [
- "dist",
- "README.md",
- "package.json",
- "LICENSE",
- "CHANGELOG.md"
- ],
- "scripts": {
- "dev": "vue-cli-service serve",
- "serve": "vue-cli-service serve",
- "build": "vue-cli-service build",
- "lint": "vue-cli-service lint",
- "upload": "vue-cli-service build && node ./jd/upload.js",
- "add": "node jd/createComponentMode.js"
- },
- "dependencies": {
- "@types/swiper": "^5.4.1",
- "axios": "^0.21.0",
- "core-js": "^3.6.5",
- "sass": "^1.27.0",
- "sass-loader": "^10.0.4",
- "swiper": "^4.0.2",
- "vue": "^3.0.0",
- "vue-router": "^4.0.0-rc.1"
- },
- "devDependencies": {
- "@commitlint/cli": "^11.0.0",
- "@commitlint/config-conventional": "^11.0.0",
- "@typescript-eslint/eslint-plugin": "^2.33.0",
- "@typescript-eslint/parser": "^2.33.0",
- "@vue/cli-plugin-babel": "~4.5.8",
- "@vue/cli-plugin-eslint": "~4.5.8",
- "@vue/cli-plugin-router": "~4.5.8",
- "@vue/cli-plugin-typescript": "~4.5.8",
- "@vue/cli-service": "~4.5.8",
- "@vue/compiler-sfc": "^3.0.2",
- "@vue/eslint-config-prettier": "^6.0.0",
- "@vue/eslint-config-typescript": "^5.0.2",
- "eslint": "^6.7.2",
- "eslint-plugin-prettier": "^3.1.3",
- "eslint-plugin-vue": "^7.0.0-0",
- "front-matter": "^4.0.2",
- "highlight.js": "^10.3.1",
- "husky": "^4.3.0",
- "lint-staged": "^10.5.0",
- "loader-utils": "^2.0.0",
- "markdown-it": "^12.0.2",
- "markdown-it-anchor": "^6.0.0",
- "markdown-it-chain": "^1.3.0",
- "markdown-it-container": "^3.0.0",
- "prettier": "^1.19.1",
- "transliteration": "^2.2.0",
- "typescript": "~3.9.3",
- "vue-loader": "16.0.0-beta.7",
- "vue-template-compiler": "^2.6.12"
- },
- "eslintConfig": {
- "root": true,
- "env": {
- "node": true
- },
- "extends": [
- "plugin:vue/vue3-essential",
- "eslint:recommended",
- "@vue/typescript/recommended",
- "@vue/prettier",
- "@vue/prettier/@typescript-eslint"
- ],
- "parserOptions": {
- "ecmaVersion": 2020
- },
- "rules": {
- "vue/no-unused-components": "off",
- "no-debugger": "off"
- }
- },
- "husky": {
- "hooks": {
- "pre-commit": "node ./jd/verifymail.js && lint-staged",
- "commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
- }
- },
- "lint-staged": {
- "*.{ts,js,vue,scss}": "prettier --write"
- },
- "repository": {
- "type": "git",
- "url": "https://github.com/jdf2e/nutui.git"
- },
- "browserslist": [
- "> 1%",
- "last 2 versions",
- "not dead"
- ]
- }
|