You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
96 lines
2.8 KiB
96 lines
2.8 KiB
{ |
|
"name": "@analysys/ans-ui", |
|
"version": "0.0.22", |
|
"description": "vue components for analysys", |
|
"keywords": [ |
|
"analysys", |
|
"UI" |
|
], |
|
"main": "lib/ans-ui.min.js", |
|
"style": "lib/ans-ui.min.css", |
|
"files": [ |
|
"lib", |
|
"src", |
|
"packages" |
|
], |
|
"license": "MIT", |
|
"scripts": { |
|
"build": "npm run clean && cross-env NODE_ENV=production webpack --config ./build/webpack.config.prod.js && webpack --config ./build/webpack.config.locale.js", |
|
"dev": "npm run clean && parcel ./example/index.html -p 4000", |
|
"build:c": "node build/component/buildComponent.js", |
|
"dev:c": "npm run clean && rimraf .cache && node build/component/devComponent.js", |
|
"clean": "rimraf dist", |
|
"lint": "standard \"**/*.{js,vue}\"", |
|
"lint:fix": "standard \"**/*.{js,vue}\" --fix", |
|
"theme": "node-sass --output-style compressed ./src/style/index.scss > ./theme/ans.min.css && cp -rf ./src/style/font/. ./theme/font", |
|
"prepublishOnly": "npm run build", |
|
"start": "npm run dev", |
|
"test": "npm run lint" |
|
}, |
|
"peerDependencies": { |
|
"vue": ">=2" |
|
}, |
|
"dependencies": { |
|
"async-validator": "^1.10.0", |
|
"dayjs": "^1.7.7", |
|
"deepmerge": "^3.2.0", |
|
"normalize-wheel": "^1.0.1", |
|
"popper.js": "^1.14.4" |
|
}, |
|
"devDependencies": { |
|
"@fedor/progress-webpack-plugin": "^1.0.0", |
|
"@fedor/standard": "^1.0.3", |
|
"autoprefixer": "^9.0.1", |
|
"babel-core": "^6.25.0", |
|
"babel-eslint": "^8.2.6", |
|
"babel-helper-vue-jsx-merge-props": "^2.0.0", |
|
"babel-loader": "^7.1.1", |
|
"babel-plugin-syntax-dynamic-import": "^6.18.0", |
|
"babel-plugin-syntax-jsx": "^6.18.0", |
|
"babel-plugin-transform-class-properties": "^6.24.1", |
|
"babel-plugin-transform-object-rest-spread": "^6.26.0", |
|
"babel-plugin-transform-remove-console": "^6.9.4", |
|
"babel-plugin-transform-runtime": "^6.23.0", |
|
"babel-plugin-transform-vue-jsx": "^3.7.0", |
|
"babel-preset-env": "^1.5.2", |
|
"babel-runtime": "^6.26.0", |
|
"cross-env": "^5.2.0", |
|
"css-loader": "0.28.8", |
|
"cssnano": "^4.0.3", |
|
"extract-text-webpack-plugin": "^3.0.2", |
|
"file-loader": "^1.1.11", |
|
"ghooks": "^2.0.4", |
|
"inquirer": "^6.2.0", |
|
"node-sass": "^4.9.3", |
|
"optimize-css-assets-webpack-plugin": "3.2.0", |
|
"postcss-loader": "^2.1.6", |
|
"rimraf": "^2.6.2", |
|
"sass-loader": "^7.0.3", |
|
"style-loader": "^0.21.0", |
|
"uglifyjs-webpack-plugin": "^1.2.7", |
|
"url-loader": "^1.0.1", |
|
"vue": "^2.5.17", |
|
"vue-loader": "^15.4.2", |
|
"vue-router": "^3.0.1", |
|
"vue-style-loader": "^4.1.1", |
|
"vue-template-compiler": "^2.5.17", |
|
"webpack": "^3", |
|
"webpack-merge": "^4.1.3" |
|
}, |
|
"maintainers": [ |
|
{ |
|
"name": "liuxin", |
|
"email": "liuxin@analysys.com.cn" |
|
} |
|
], |
|
"standard": { |
|
"parser": "babel-eslint", |
|
"ignore": [ |
|
"lib/*", |
|
"packages/*" |
|
] |
|
}, |
|
"config": { |
|
"ghooks": {} |
|
} |
|
}
|
|
|