-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 1.04 KB
/
package.json
File metadata and controls
34 lines (34 loc) · 1.04 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"devDependencies": {
"@babel/core": "^7.0.0",
"@babel/plugin-proposal-class-properties": "^7.0.0",
"@babel/plugin-proposal-decorators": "^7.0.0",
"@babel/plugin-proposal-object-rest-spread": "^7.0.0",
"@babel/plugin-transform-runtime": "^7.0.0",
"@babel/polyfill": "^7.0.0",
"@babel/preset-env": "^7.0.0",
"@babel/preset-react": "^7.0.0",
"@babel/register": "^7.0.0",
"@babel/runtime": "^7.0.0",
"babel-eslint": "^10.0.3",
"babel-jest": "^24.0.0",
"babel-plugin-add-module-exports": "^1.0.2",
"babel-plugin-transform-require-default": "^0.1.5",
"esdoc": "^1.1.0",
"esdoc-ecmascript-proposal-plugin": "^1.0.0",
"esdoc-standard-plugin": "^1.0.0",
"eslint": "^4.0.0",
"eslint-config-founderlab": "^0.3.0",
"expect": "^21.0.0",
"graphql": "^14.0.0",
"jest": "^27.0.0",
"lerna": "^5.1.4",
"mocha": "^6.0.0",
"react": ">=16.0.0",
"redux": "^4.0.0",
"redux-form": "^8.0.0",
"regenerator-runtime": "^0.11.0",
"sinon": "^7.0.0"
},
"version": "0.1.0"
}