{
    "name": "013-carrousel-multipe",
    "version": "1.0.0",
    "main": "index.js",
    "description": "Un carrousel pour plusieurs environnements",
    "scripts": {
        "webpack:react": "webpack --config ./app-react/webpack.config.js --watch",
        "webpack:vue": "webpack --config ./app-vue/webpack.config.js --watch",
        "server": "live-server",
        "webpack": "yarn webpack:react & yarn webpack:vue & yarn server"
    },
    "author": "",
    "license": "ISC",
    "dependencies": {
        "@babel/core": "^7.12.17",
        "@babel/preset-env": "^7.12.17",
        "@babel/preset-react": "^7.12.13",
        "@vue/babel-plugin-transform-vue-jsx": "^1.2.1",
        "@vue/babel-preset-app": "^4.5.11",
        "babel-loader": "^8.2.2",
        "live-server": "^1.2.1",
        "react": "^17.0.1",
        "react-dom": "^17.0.1",
        "vue": "^2.6.12",
        "webpack": "^5.23.0"
    },
    "devDependencies": {
        "webpack-cli": "^4.5.0",
        "webpack-dev-server": "^3.11.2"
    }
}
