Files
ncform/packages/ncform-theme-elementui/package.json
T
Dmitry Nagibin 586a9a6633 v1.11.0
2022-11-18 14:34:14 +03:00

77 lines
2.0 KiB
JSON
Executable File

{
"name": "@vxcontrol/ncform-theme-elementui",
"version": "1.11.0",
"description": "ncform theme element-ui",
"author": "daniel.xiao; kyle.lo; F-loat; vxcontrol",
"main": "dist/ncformStdComps.min.js",
"keywords": [
"ncform",
"theme",
"element-ui"
],
"devDependencies": {
"@vxcontrol/ncform": "^1.11.0",
"autoprefixer": "^6.0.2",
"axios": "^0.21.1",
"babel-core": "^6.26.3",
"babel-eslint": "^6.0.4",
"babel-plugin-transform-runtime": "^6.3.13",
"babel-preset-es2015": "^6.24.1",
"babel-preset-power-assert": "^1.0.0",
"babel-runtime": "^6.3.19",
"browser-sync": "^2.26.14",
"concat": "^1.0.0",
"cross-env": "^5.2.0",
"css-loader": "^0.23.1",
"csswring": "^4.0.0",
"eslint": "~2.2.0",
"eslint-loader": "^1.0.0",
"eslint-plugin-html": "^1.5.3",
"file-loader": "^0.8.5",
"gulp": "^4.0.0",
"gulp-jshint": "^2.0.0",
"gulp-notify": "^3.2.0",
"gulp-sequence": "^0.4.6",
"html-loader": "^0.5.1",
"map-stream": "0.0.6",
"mocha": "^4.0.1",
"node-libs-browser": "^1.0.0",
"node-sass": "^4.11.0",
"postcss-loader": "^0.8.0",
"postcss-sprites": "^4.0.0",
"power-assert": "^1.4.4",
"rimraf": "~2.5.0",
"sass-loader": "^6.0.6",
"source-map-loader": "^0.1.5",
"style-loader": "^0.13.0",
"url-loader": "^1.1.2",
"vue-hot-reload-api": "^2.0.6",
"vue-html-loader": "^1.1.0",
"vue-style-loader": "^1.0.0"
},
"scripts": {
"dev": "gulp dev",
"build": "gulp build",
"watch-build": "gulp watch-build",
"release": "cross-env NODE_ENV=production gulp build"
},
"files": [
"dist",
"src"
],
"license": "MIT",
"dependencies": {
"@vxcontrol/ncform-common": "^1.11.0",
"element-ui": "^2.13.2",
"lodash-es": "^4.17.15",
"sortablejs": "^1.12.0",
"vue": "^2.6.11",
"vue-loader": "^15.2.6",
"webpack": "^4.44.0",
"webpack-merge": "^4.1.4"
},
"publishConfig": {
"access": "public"
}
}