mirror of
https://github.com/javaLuo/vue-flip-down.git
synced 2025-04-06 03:58:09 +08:00
66 lines
1.8 KiB
JSON
66 lines
1.8 KiB
JSON
{
|
|
"name": "vue-flip-down",
|
|
"version": "1.0.7",
|
|
"description": "vue 翻页效果的倒计时组件",
|
|
"main": "dist/main.js",
|
|
"files": [
|
|
"dist/"
|
|
],
|
|
"scripts": {
|
|
"dev": "webpack-dev-server --config webpack.dev.config.js",
|
|
"build": "webpack --config webpack.production.config.js --progress --profile --colors",
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/javaLuo/vue-flip-down.git"
|
|
},
|
|
"keywords": [
|
|
"vue"
|
|
],
|
|
"author": "L",
|
|
"license": "ISC",
|
|
"bugs": {
|
|
"url": "https://github.com/javaLuo/vue-flip-down/issues"
|
|
},
|
|
"homepage": "https://github.com/javaLuo/vue-flip-down#readme",
|
|
"dependencies": {
|
|
"optimize-css-assets-webpack-plugin": "^5.0.4",
|
|
"terser-webpack-plugin": "^4.1.0",
|
|
"vue": "^2.6.12"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.11.6",
|
|
"@babel/plugin-proposal-class-properties": "^7.10.4",
|
|
"@babel/plugin-proposal-object-rest-spread": "^7.11.0",
|
|
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
|
|
"@babel/plugin-transform-runtime": "^7.11.5",
|
|
"@babel/polyfill": "^7.11.5",
|
|
"@babel/runtime": "^7.11.2",
|
|
"autoprefixer": "^9.8.6",
|
|
"babel-loader": "^8.1.0",
|
|
"babel-plugin-import": "^1.13.0",
|
|
"babel-plugin-transform-decorators-legacy": "^1.3.5",
|
|
"babel-preset-vue-app": "^2.0.0",
|
|
"clean-webpack-plugin": "^3.0.0",
|
|
"css-loader": "^4.3.0",
|
|
"less": "^3.12.2",
|
|
"less-loader": "^7.0.1",
|
|
"postcss-loader": "^4.0.1",
|
|
"style-loader": "^1.2.1",
|
|
"url-loader": "^4.1.0",
|
|
"vue-loader": "^15.9.3",
|
|
"vue-template-compiler": "^2.6.12",
|
|
"webpack": "^4.44.1",
|
|
"webpack-cli": "^3.3.12",
|
|
"webpack-dev-server": "^3.11.0"
|
|
},
|
|
"browserslist": [
|
|
"iOS >= 8",
|
|
"Android > 4.1",
|
|
"last 1 versions",
|
|
"> 1%",
|
|
"not dead"
|
|
]
|
|
}
|