fine-true
Version:
A small and beautiful Vue3 version of the UI Library
108 lines (107 loc) • 3.56 kB
JSON
{
"name": "fine-true",
"version": "0.0.12",
"description": "A small and beautiful Vue3 version of the UI Library",
"keywords": [
"vue",
"vue3",
"fine",
"true",
"vueComponent",
"component",
"components",
"ui",
"framework",
"frontend"
],
"main": "lib/index.js",
"module": "es/index.js",
"unpkg": "",
"typings": "lib/index.d.ts",
"scripts": {
"docs:dev": "webpack server --env mode=development --config build/webpack.docs.config",
"docs:build": "webpack --env mode=production --config build/webpack.docs.config ",
"build:start": "node build/buildStart.js",
"build:block": "webpack --env mode=production --config build/webpack.block.js",
"build:index": "webpack --env mode=production --config build/webpack.index.js",
"build:style": "node build/buildStyle.js",
"build:dts": "vue-tsc -p tsconfig.lib.json --declaration --emitDeclarationOnly",
"build:end": "node build/buildEnd.js",
"test": "cross-env NODE_ENV=test jest",
"lib": "npm run build:start && npm run build:block && npm run build:index && npm run build:style && npm run build:dts && npm run build:end",
"build:es": "rollup --config rollup/rollup.config.js",
"deploy": "npm run deploy",
"gh-clean":"gh-pages-clean"
},
"repository": {
"type": "git",
"url": "git+https://github.com/atJiangBei/fine-true.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/atJiangBei/fine-true/issues"
},
"homepage": "https://github.com/atJiangBei/fine-true#readme",
"devDependencies": {
"@babel/core": "^7.13.10",
"@babel/preset-env": "^7.14.7",
"@babel/preset-typescript": "^7.15.0",
"@rollup/plugin-babel": "^5.3.0",
"@rollup/plugin-node-resolve": "^11.2.0",
"@types/eslint": "^8.21.1",
"@types/estree": "^1.0.0",
"@types/jest": "^27.0.2",
"@vue/babel-plugin-jsx": "^1.0.6",
"@vue/compiler-dom": "^3.2.22",
"@vue/compiler-sfc": "^3.2.22",
"@vue/server-renderer": "^3.2.22",
"@vue/test-utils": "^2.0.0-rc.9",
"@vue/vue3-jest": "^27.0.0-alpha.4",
"autoprefixer": "^10.2.6",
"babel-loader": "^8.2.2",
"clean-webpack-plugin": "^4.0.0-alpha.0",
"copy-webpack-plugin": "^9.0.0",
"cross-env": "^7.0.3",
"css-loader": "^5.2.6",
"csso": "^4.2.0",
"eslint": "^8.36.0",
"fast-glob": "^3.2.5",
"fork-ts-checker-webpack-plugin": "^6.3.2",
"fs-extra": "^10.0.0",
"gh-pages": "^5.0.0",
"highlight.js": "^11.0.1",
"html-webpack-plugin": "^5.3.1",
"jest": "^27.4.5",
"jest-transform-stub": "^2.0.0",
"less": "^4.1.1",
"less-loader": "^9.0.0",
"markdown-it": "^12.0.6",
"markdown-it-anchor": "^8.0.1",
"markdown-it-chain": "^1.3.0",
"markdown-it-container": "^3.0.0",
"mini-css-extract-plugin": "^1.6.0",
"nprogress": "^0.2.0",
"postcss": "^8.3.5",
"postcss-load-config": "^3.1.0",
"style-loader": "^2.0.0",
"terser-webpack-plugin": "^5.3.0",
"transliteration": "^2.2.0",
"ts-jest": "^27.0.7",
"ts-loader": "^9.2.5",
"typescript": "^4.4.2",
"vue": "^3.2.22",
"vue-loader": "^16.2.0",
"vue-router": "^4.0.8",
"vuex": "^4.0.1",
"webpack": "^5.36.2",
"webpack-cli": "^4.7.0",
"webpack-dev-server": "^4.1.0"
},
"dependencies": {
"async-validator": "^4.0.7",
"dayjs": "^1.11.3",
"fine-icon": "0.0.6",
"fine-swiper": "^0.0.4"
}
}