LibreChat/package.json

47 lines
1.2 KiB
JSON
Raw Normal View History

{
"name": "rpp2210-mvp",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "webpack-dev-server .",
"build": "Webpack .",
"test": "test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/danny-avila/rpp2210-mvp.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/danny-avila/rpp2210-mvp/issues"
},
"homepage": "https://github.com/danny-avila/rpp2210-mvp#readme",
"dependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@babel/cli": "^7.20.7",
"@babel/core": "^7.20.12",
"@babel/eslint-parser": "^7.19.1",
"@babel/plugin-transform-runtime": "^7.19.6",
"@babel/preset-env": "^7.20.2",
"@babel/preset-react": "^7.18.6",
"@babel/runtime": "^7.20.13",
"babel-loader": "^9.1.2",
"babel-preset-react": "^6.24.1",
"eslint": "^8.33.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-jest": "^27.2.1",
"html-webpack-plugin": "^5.5.0",
"path": "^0.12.7",
"webpack": "^5.75.0",
"webpack-cli": "^5.0.1",
"webpack-dev-server": "^4.11.1"
}
}