mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
125 lines
3.1 KiB
JSON
125 lines
3.1 KiB
JSON
{
|
|
"name": "@vant/cli",
|
|
"version": "2.2.4",
|
|
"description": "",
|
|
"main": "lib/index.js",
|
|
"typings": "lib/index.d.ts",
|
|
"bin": {
|
|
"vant-cli": "./lib/index.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"scripts": {
|
|
"dev": "tsc --watch",
|
|
"release": "tsc & release-it"
|
|
},
|
|
"files": [
|
|
"lib",
|
|
"site",
|
|
"template",
|
|
"preset.js"
|
|
],
|
|
"keywords": [
|
|
"vant"
|
|
],
|
|
"author": "chenjiahan",
|
|
"license": "MIT",
|
|
"peerDependencies": {
|
|
"vue": "^2.5.22",
|
|
"vue-template-compiler": "^2.5.22"
|
|
},
|
|
"devDependencies": {
|
|
"@types/fs-extra": "^8.1.0",
|
|
"@types/html-webpack-plugin": "^3.2.2",
|
|
"@types/lodash": "^4.14.149",
|
|
"@types/postcss-load-config": "^2.0.1",
|
|
"@types/sass": "^1.16.0",
|
|
"@types/shelljs": "^0.8.6",
|
|
"@types/webpack": "^4.41.7",
|
|
"@types/webpack-dev-server": "^3.10.0",
|
|
"@types/webpack-merge": "^4.1.5"
|
|
},
|
|
"dependencies": {
|
|
"@babel/core": "^7.8.7",
|
|
"@babel/plugin-syntax-jsx": "^7.8.3",
|
|
"@babel/plugin-transform-object-assign": "^7.8.3",
|
|
"@babel/plugin-transform-runtime": "^7.8.3",
|
|
"@babel/preset-env": "^7.8.7",
|
|
"@babel/preset-typescript": "^7.8.3",
|
|
"@nuxt/friendly-errors-webpack-plugin": "^2.5.0",
|
|
"@types/jest": "^25.1.3",
|
|
"@vant/eslint-config": "^2.0.0",
|
|
"@vant/markdown-loader": "^2.3.0",
|
|
"@vant/markdown-vetur": "^1.1.0",
|
|
"@vant/stylelint-config": "^1.2.0",
|
|
"@vant/touch-emulator": "^1.2.0",
|
|
"@vue/babel-preset-jsx": "^1.1.2",
|
|
"@vue/component-compiler-utils": "^3.1.1",
|
|
"@vue/test-utils": "1.0.0-beta.29",
|
|
"address": "^1.1.2",
|
|
"autoprefixer": "^9.7.4",
|
|
"babel-jest": "^25.1.0",
|
|
"babel-loader": "^8.0.6",
|
|
"babel-plugin-import": "^1.13.0",
|
|
"cache-loader": "^4.1.0",
|
|
"chokidar": "^3.3.1",
|
|
"clean-css": "^4.2.3",
|
|
"codecov": "^3.6.5",
|
|
"commander": "^4.1.1",
|
|
"consola": "^2.11.3",
|
|
"conventional-changelog": "^3.1.18",
|
|
"cross-env": "^7.0.2",
|
|
"css-loader": "^3.4.2",
|
|
"eslint": "^6.8.0",
|
|
"fast-glob": "^3.2.2",
|
|
"gh-pages": "2.0.1",
|
|
"html-webpack-plugin": "3.2.0",
|
|
"husky": "^4.2.3",
|
|
"jest": "^25.1.0",
|
|
"jest-canvas-mock": "^2.2.0",
|
|
"jest-serializer-vue": "^2.0.2",
|
|
"less": "^3.11.1",
|
|
"less-loader": "^5.0.0",
|
|
"lint-staged": "^10.0.8",
|
|
"lodash": "^4.17.15",
|
|
"ora": "^4.0.3",
|
|
"portfinder": "^1.0.25",
|
|
"postcss": "^7.0.27",
|
|
"postcss-loader": "^3.0.0",
|
|
"release-it": "^12.6.3",
|
|
"sass": "^1.26.2",
|
|
"sass-loader": "^8.0.2",
|
|
"shelljs": "^0.8.3",
|
|
"style-loader": "^1.1.3",
|
|
"stylelint": "^13.2.0",
|
|
"typescript": "^3.8.3",
|
|
"vue-jest": "4.0.0-beta.2",
|
|
"vue-loader": "^15.9.0",
|
|
"vue-router": "^3.1.6",
|
|
"webpack": "^4.42.0",
|
|
"webpack-dev-server": "3.10.3",
|
|
"webpack-merge": "^4.2.2",
|
|
"webpackbar": "^4.0.0"
|
|
},
|
|
"release-it": {
|
|
"git": {
|
|
"tag": false,
|
|
"commitMessage": "chore: release @vant/cli@${version}"
|
|
}
|
|
},
|
|
"eslintConfig": {
|
|
"root": true,
|
|
"extends": [
|
|
"@vant"
|
|
],
|
|
"rules": {
|
|
"global-require": 0,
|
|
"import/no-dynamic-require": 0
|
|
}
|
|
}
|
|
}
|