|
|
@@ -0,0 +1,103 @@
|
|
|
+{
|
|
|
+ "name": "@nutui/cli",
|
|
|
+ "version": "0.1.1",
|
|
|
+ "description": "nutui cli",
|
|
|
+ "main": "./dist_cli/bin/index.js",
|
|
|
+ "files": [
|
|
|
+ "dist_cli",
|
|
|
+ "README.md",
|
|
|
+ "package.json",
|
|
|
+ "site",
|
|
|
+ "README.md"
|
|
|
+ ],
|
|
|
+ "bin": {
|
|
|
+ "nutui-cli": "./dist_cli/bin/index.js"
|
|
|
+ },
|
|
|
+ "scripts": {
|
|
|
+ "dev": "tsc --watch --incremental"
|
|
|
+ },
|
|
|
+ "keywords": [
|
|
|
+ "nutui/cli"
|
|
|
+ ],
|
|
|
+ "author": "richard1015",
|
|
|
+ "license": "ISC",
|
|
|
+ "dependencies": {
|
|
|
+ "@babel/cli": "^7.8.4",
|
|
|
+ "@babel/core": "^7.8.7",
|
|
|
+ "@babel/plugin-transform-object-assign": "^7.8.3",
|
|
|
+ "@babel/plugin-transform-runtime": "^7.8.3",
|
|
|
+ "@babel/preset-env": "^7.8.7",
|
|
|
+ "@commitlint/cli": "^8.0.0",
|
|
|
+ "@commitlint/config-conventional": "^8.0.0",
|
|
|
+ "@nutui/markdown-to-vue": "0.0.1",
|
|
|
+ "@types/node": "^13.1.1",
|
|
|
+ "@vue/test-utils": "1.0.0-beta.25",
|
|
|
+ "autoprefixer": "^9.7.3",
|
|
|
+ "babel-loader": "^8.0.6",
|
|
|
+ "cache-loader": "^4.1.0",
|
|
|
+ "clipboard": "^2.0.4",
|
|
|
+ "commander": "^4.0.1",
|
|
|
+ "copy": "^0.3.2",
|
|
|
+ "copy-webpack-plugin": "^5.1.1",
|
|
|
+ "coveralls": "^3.0.2",
|
|
|
+ "cross-env": "^5.2.0",
|
|
|
+ "css-loader": "^3.4.1",
|
|
|
+ "eslint": "^6.8.0",
|
|
|
+ "eslint-plugin-vue": "^6.1.2",
|
|
|
+ "expect": "23.6.0",
|
|
|
+ "file-loader": "^5.0.2",
|
|
|
+ "fs": "0.0.1-security",
|
|
|
+ "fs-extra": "^8.1.0",
|
|
|
+ "highlight.js": "^9.17.1",
|
|
|
+ "html-webpack-plugin": "^3.2.0",
|
|
|
+ "husky": "^3.0.0",
|
|
|
+ "inquirer": "^7.0.3",
|
|
|
+ "istanbul-instrumenter-loader": "3.0.1",
|
|
|
+ "jsdom": "13.0.0",
|
|
|
+ "jsdom-global": "3.0.2",
|
|
|
+ "mini-css-extract-plugin": "^0.9.0",
|
|
|
+ "mocha": "5.2.0",
|
|
|
+ "mocha-webpack": "2.0.0-beta.0",
|
|
|
+ "node-sass": "^4.13.0",
|
|
|
+ "nyc": "10.0.0",
|
|
|
+ "offline-plugin": "^5.0.7",
|
|
|
+ "optimize-css-assets-webpack-plugin": "^5.0.3",
|
|
|
+ "path": "^0.12.7",
|
|
|
+ "postcss-import": "^12.0.1",
|
|
|
+ "postcss-loader": "^3.0.0",
|
|
|
+ "postcss-url": "^8.0.0",
|
|
|
+ "qrcode": "^1.4.4",
|
|
|
+ "raw-loader": "^4.0.0",
|
|
|
+ "sass-loader": "^8.0.0",
|
|
|
+ "signale": "^1.4.0",
|
|
|
+ "style-loader": "^1.1.2",
|
|
|
+ "stylelint": "^13.0.0",
|
|
|
+ "stylelint-config-standard": "^19.0.0",
|
|
|
+ "stylelint-webpack-plugin": "^1.2.0",
|
|
|
+ "typescript": "^3.7.4",
|
|
|
+ "url-loader": "^3.0.0",
|
|
|
+ "vue": "^2.6.11",
|
|
|
+ "vue-lazyload": "^1.3.3",
|
|
|
+ "vue-loader": "^15.8.3",
|
|
|
+ "vue-router": "^3.1.3",
|
|
|
+ "vue-style-loader": "^4.1.2",
|
|
|
+ "vue-template-compiler": "^2.6.11",
|
|
|
+ "vueg": "^1.4.5",
|
|
|
+ "webpack": "^4.41.5",
|
|
|
+ "webpack-dev-server": "^3.10.1",
|
|
|
+ "webpack-merge": "^4.2.2",
|
|
|
+ "webpack-node-externals": "1.7.2",
|
|
|
+ "webpackbar": "^4.0.0"
|
|
|
+ },
|
|
|
+ "devDependencies": {
|
|
|
+ "@types/copy-webpack-plugin": "^5.0.0",
|
|
|
+ "@types/eslint": "^6.1.3",
|
|
|
+ "@types/html-webpack-plugin": "^3.2.1",
|
|
|
+ "@types/mini-css-extract-plugin": "^0.9.0",
|
|
|
+ "@types/optimize-css-assets-webpack-plugin": "^5.0.1",
|
|
|
+ "@types/stylelint": "^9.10.1",
|
|
|
+ "@types/vfile-message": "^2.0.0",
|
|
|
+ "@types/webpack": "^4.41.0",
|
|
|
+ "@types/webpack-merge": "^4.1.5"
|
|
|
+ }
|
|
|
+}
|