-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
74 lines (74 loc) · 2.21 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
{
"name": "dashboard",
"version": "0.0.0",
"private": true,
"dependencies": {
"@apollo/react-common": "^3.1.3",
"@apollo/react-ssr": "^3.1.3",
"apollo-link-error": "^1.1.12",
"beautiful-react-hooks": "^0.20.0",
"cli-color": "^2.0.0",
"crypto-js": "^3.1.9-1",
"fusion-cli": "^2.6.0",
"fusion-core": "^2.0.9",
"fusion-plugin-apollo": "^3.4.0",
"fusion-plugin-apollo-mod": "^0.0.8",
"fusion-plugin-csrf-protection": "^3.1.0",
"fusion-plugin-error-handling": "^2.2.0",
"fusion-plugin-i18n-react": "^3.1.0",
"fusion-plugin-react-helmet-async": "^2.2.0",
"fusion-plugin-react-redux": "^2.1.0",
"fusion-plugin-react-router": "^2.1.3",
"fusion-plugin-redux-action-emitter-enhancer": "^3.1.0",
"fusion-plugin-service-worker": "^3.1.0",
"fusion-plugin-styletron-react": "^3.0.12",
"fusion-plugin-universal-events": "^2.0.10",
"fusion-react": "^3.1.9",
"fusion-tokens": "^2.0.9",
"immutable": "^4.0.0-rc.12",
"isomorphic-fetch": "^2.2.1",
"localforage": "^1.7.3",
"node-fetch": "^2.6.0",
"prop-types": "^15.7.2",
"react": "^16.10.2",
"react-dom": "^16.10.2",
"react-is": "^16.12.0",
"react-redux": "^7.1.3",
"react-router-dom": "^5.1.2",
"redux": "^4.0.5",
"redux-async-initial-state": "^0.3.0",
"styletron-react": "^5.2.2",
"styletron-standard": "latest"
},
"scripts": {
"dev": "fusion dev",
"lint": "eslint .",
"test": "fusion test",
"build": "fusion build",
"build-production": "fusion build --production",
"start": "fusion start",
"plop": "plop"
},
"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-absolute-import": "^1.4.4",
"eslint-plugin-cup": "^2.0.2",
"eslint-plugin-flowtype": "^4.3.0",
"eslint-plugin-graphql": "^3.1.0",
"eslint-plugin-import": "^2.20.1",
"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",
"plop": "^2.5.3",
"prettier": "^1.18.2"
},
"files": [
"dist",
"src"
]
}