Files
Recoil/package.json
David McCabe fd46beeb70 package.json
2020-05-13 21:17:45 -07:00

33 lines
1.0 KiB
JSON

{
"name": "recoil",
"version": "0.0.6",
"description": "Recoil - A React state management library for complex UIs",
"main": "dist/recoil.js",
"files": ["dist/recoil.js"],
"repository": "https://github.com/facebookexperimental/recoil.git",
"license": "MIT",
"scripts": {
"build": "rollup -c"
},
"peerDependencies": {
"react": "^16.13.1",
"react-dom": "^16.13.1"
},
"devDependencies": {
"@babel/core": "^7.9.6",
"@babel/plugin-proposal-class-properties": "^7.8.3",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.8.3",
"@babel/plugin-proposal-optional-chaining": "^7.9.0",
"@babel/plugin-syntax-optional-chaining": "^7.8.3",
"@babel/preset-flow": "^7.9.0",
"@babel/preset-react": "^7.9.4",
"@rollup/plugin-babel": "^5.0.0",
"@rollup/plugin-commonjs": "^11.1.0",
"@rollup/plugin-node-resolve": "^7.1.3",
"flow-bin": "^0.124.0",
"rollup": "^2.10.0",
"rollup-plugin-includepaths": "^0.2.3",
"rollup-plugin-terser": "^5.3.0"
}
}