| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192 |
- {
- "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": {
- "serve": "vue-cli-service serve",
- "build": "vue-cli-service build",
- "lint": "vue-cli-service lint"
- },
- "dependencies": {
- "core-js": "^3.6.5",
- "sass": "^1.27.0",
- "sass-loader": "^10.0.4",
- "vue": "^3.0.0",
- "vue-router": "^4.0.0-0"
- },
- "devDependencies": {
- "@typescript-eslint/eslint-plugin": "^2.33.0",
- "@typescript-eslint/parser": "^2.33.0",
- "@vue/cli-plugin-babel": "~4.5.0",
- "@vue/cli-plugin-eslint": "~4.5.0",
- "@vue/cli-plugin-router": "~4.5.0",
- "@vue/cli-plugin-typescript": "~4.5.0",
- "@vue/cli-service": "~4.5.0",
- "@vue/compiler-sfc": "^3.0.0",
- "@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",
- "prettier": "^1.19.1",
- "typescript": "~3.9.3"
- },
- "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",
- "no-console": "off"
- }
- },
- "repository": {
- "type": "git",
- "url": "https://github.com/jdf2e/nutui.git"
- },
- "browserslist": [
- "> 1%",
- "last 2 versions",
- "not dead"
- ]
- }
|