-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.69 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
47
48
49
50
51
52
53
54
55
56
57
58
{
"name": "fusion-giphy",
"version": "0.0.1",
"private": true,
"dependencies": {
"@bit/sbrow.react.render-count-hook": "^0.2.3",
"@giphy/react-components": "^3.0.4",
"@hooks/render-count": "^0.1.0",
"@material-ui/core": "^4.12.1",
"bignumber": "^1.1.0",
"fusion-cli": "^2.6.0",
"fusion-core": "^2.0.9",
"fusion-plugin-jwt": "^2.1.9",
"fusion-plugin-react-helmet-async": "^2.2.10",
"fusion-plugin-react-router": "^2.1.3",
"fusion-plugin-rpc-redux-react": "^4.3.12",
"fusion-plugin-styletron-react": "^3.0.12",
"fusion-plugin-universal-events": "^2.0.10",
"fusion-react": "^3.1.9",
"fusion-tokens": "^2.0.9",
"json-view-for-react": "^2.0.1",
"prop-types": "^15.7.2",
"react": "^16.10.2",
"react-dom": "^16.10.2",
"react-resize-observer": "^1.1.1",
"react-test-renderer": "^17.0.2",
"styletron-react": "^5.2.2",
"unique-by-set": "^1.0.7"
},
"scripts": {
"dev": "fusion dev",
"lint": "eslint .",
"test": "fusion test --updateSnapshot",
"build": "fusion build",
"build-production": "fusion build --production",
"start": "fusion start"
},
"devDependencies": {
"babel-eslint": "^10.0.3",
"enzyme": "^3.10.0",
"enzyme-adapter-react-16": "^1.15.1",
"eslint": "^6.5.1",
"eslint-config-fusion": "^6.0.7",
"eslint-plugin-cup": "^2.0.2",
"eslint-plugin-flowtype": "^4.3.0",
"eslint-plugin-graphql": "^3.1.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-jest": "^22.20.0",
"eslint-plugin-prettier": "^3.1.1",
"eslint-plugin-react": "^7.16.0",
"eslint-plugin-react-hooks": "^2.1.2",
"prettier": "^1.18.2"
},
"files": [
"dist",
"src"
]
}