-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.31 KB
/
package.json
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
35
36
37
38
39
40
41
42
43
44
45
46
{
"name": "@bemto/dev-react-setup",
"version": "0.1.0",
"description": "A common deps list for dev deps of react bemto projects",
"author": "Roman Komarov <kizu@kizu.ru>",
"license": "MIT",
"files": [
"Readme.md",
"LICENSE"
],
"scripts": {
},
"repository": {
"type": "git",
"url": "git+https://github.com/bemto/dev-react-setup.git"
},
"bugs": {
"url": "https://github.com/bemto/dev-react-setup/issues"
},
"homepage": "https://github.com/bemto/dev-react-setup#readme",
"dependencies": {
"@babel/core": "^7.4.4",
"@babel/preset-env": "^7.4.4",
"@babel/preset-react": "^7.0.0",
"babel-core": "^7.0.0-bridge.0",
"babel-eslint": "^10.0.1",
"babel-jest": "^24.8.0",
"babel-plugin-transform-object-assign": "^6.22.0",
"eslint": "^5.16.0",
"eslint-plugin-react": "^7.12.4",
"eslint-plugin-react-hooks": "^1.6.0",
"jest": "^24.8.0",
"jest-styled-components": "^6.3.1",
"prettier": "^1.17.1",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-test-renderer": "16.8.6",
"rollup": "^1.12.3",
"rollup-plugin-babel": "^4.3.2",
"rollup-plugin-commonjs": "^9.2.1",
"rollup-plugin-node-resolve": "^4.0.1",
"rollup-plugin-size-snapshot": "^0.8.0",
"rollup-plugin-uglify": "^6.0.2",
"styled-components": "^4.2.0"
}
}