Files
ncform/packages/ncform/package.json
T
daniel.xiao abb6ea697e v0.1.18-0
2018-10-29 14:51:01 +08:00

75 lines
1.8 KiB
JSON
Executable File

{
"name": "@ncform/ncform",
"version": "0.1.18-0",
"description": "nice form",
"author": "daniel.xiao",
"main": "dist/vueNcform.min.js",
"keywords": [
"json",
"form",
"automatic",
"json-schema",
"ncform"
],
"scripts": {
"dev": "gulp dev",
"build": "gulp build",
"release": "cross-env NODE_ENV=production gulp build",
"test": "mocha --recursive --require ./test/testHelper.js -t 5000",
"watch-build": "gulp watch-build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vipshop/ncform.git"
},
"devDependencies": {
"autoprefixer": "^6.0.2",
"bootstrap": "^4.1.1",
"browser-sync": "^2.9.1",
"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": "^3.9.1",
"gulp-jshint": "^2.0.0",
"gulp-notify": "^2.2.0",
"gulp-sequence": "^0.4.6",
"html-loader": "^0.5.1",
"map-stream": "0.0.6",
"mocha": "^4.0.1",
"nock": "^10.0.1",
"node-libs-browser": "^1.0.0",
"node-sass": "^4.5.3",
"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": "^0.5.7",
"vue-hot-reload-api": "^2.0.6",
"vue-html-loader": "^1.1.0",
"vue-style-loader": "^1.0.0"
},
"license": "MIT",
"files": [
"dist",
"src"
],
"dependencies": {
"@ncform/ncform-common": "^0.1.12",
"axios": "^0.18.0",
"extend": "^3.0.1",
"lodash-es": "^4.16.2",
"vue": "^2.1.8"
},
"publishConfig": {
"access": "public"
}
}