UNPKG

1.19 kBJSONView Raw
1{
2 "name": "recoil",
3 "version": "0.0.3",
4 "description": "Recoil- A React state management library for complex UI's",
5 "main": "recoil.js",
6 "repository": "https://github.com/facebookexperimental/recoil.git",
7 "license": "MIT",
8 "scripts": {
9 "prepublish": "rollup -c",
10 "build": "rollup -c"
11 },
12 "peerDependencies": {
13 "react": "^16.13.1",
14 "react-dom": "^16.13.1"
15 },
16 "babel": {
17 "presets": [
18 "@babel/preset-react",
19 "@babel/preset-flow"
20 ],
21 "plugins": [
22 "@babel/plugin-proposal-class-properties"
23 ]
24 },
25 "devDependencies": {
26 "@babel/core": "^7.9.6",
27 "@babel/plugin-proposal-class-properties": "^7.8.3",
28 "@babel/plugin-proposal-nullish-coalescing-operator": "^7.8.3",
29 "@babel/plugin-proposal-optional-chaining": "^7.9.0",
30 "@babel/plugin-syntax-optional-chaining": "^7.8.3",
31 "@babel/preset-flow": "^7.9.0",
32 "@babel/preset-react": "^7.9.4",
33 "@rollup/plugin-babel": "^5.0.0",
34 "@rollup/plugin-commonjs": "^11.1.0",
35 "@rollup/plugin-node-resolve": "^7.1.3",
36 "flow-bin": "^0.124.0",
37 "rollup": "^2.10.0",
38 "rollup-plugin-includepaths": "^0.2.3",
39 "rollup-plugin-terser": "^5.3.0"
40 }
41}