mirror of
https://github.com/javaLuo/vue-flip-down.git
synced 2025-04-06 03:58:09 +08:00
62 lines
1.7 KiB
JSON
62 lines
1.7 KiB
JSON
{
|
|
"name": "vue-flip-down",
|
|
"version": "1.0.1",
|
|
"description": "vue 翻页效果的倒计时组件",
|
|
"main": "dist/main.js",
|
|
"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": {
|
|
"vue": "^2.5.17"
|
|
},
|
|
"devDependencies": {
|
|
"autoprefixer": "^9.1.1",
|
|
"babel-core": "^6.26.3",
|
|
"babel-loader": "^7.1.5",
|
|
"babel-plugin-import": "^1.8.0",
|
|
"babel-plugin-syntax-dynamic-import": "^6.18.0",
|
|
"babel-plugin-transform-class-properties": "^6.24.1",
|
|
"babel-plugin-transform-decorators-legacy": "^1.3.5",
|
|
"babel-plugin-transform-object-rest-spread": "^6.26.0",
|
|
"babel-plugin-transform-runtime": "^6.23.0",
|
|
"babel-polyfill": "^6.26.0",
|
|
"babel-preset-vue-app": "^2.0.0",
|
|
"babel-runtime": "^6.26.0",
|
|
"clean-webpack-plugin": "^0.1.19",
|
|
"css-loader": "^1.0.0",
|
|
"less": "^3.8.1",
|
|
"less-loader": "^4.1.0",
|
|
"postcss-loader": "^3.0.0",
|
|
"style-loader": "^0.22.1",
|
|
"uglifyjs-webpack-plugin": "^1.3.0",
|
|
"url-loader": "^1.1.1",
|
|
"vue-loader": "^15.3.0",
|
|
"vue-template-compiler": "^2.5.17",
|
|
"webpack": "^4.16.5",
|
|
"webpack-cli": "^3.1.0",
|
|
"webpack-dev-server": "^3.1.5"
|
|
},
|
|
"browserslist": [
|
|
"iOS >= 8",
|
|
"Android > 4.1",
|
|
"last 1 versions",
|
|
"> 1%",
|
|
"not dead"
|
|
]
|
|
}
|