-
Notifications
You must be signed in to change notification settings - Fork 45
/
package.json
106 lines (106 loc) · 3.17 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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
{
"name": "eosq",
"version": "0.1.0",
"private": true,
"dependencies": {
"@dfuse/client": "^0.3.21",
"@dfuse/explorer": "^0.0.7",
"@emotion/core": "^10.0.28",
"@emotion/styled": "^10.0.27",
"@fortawesome/fontawesome-svg-core": "^1.2.0-14",
"@fortawesome/free-brands-svg-icons": "^5.1.0-11",
"@fortawesome/free-regular-svg-icons": "^5.1.0-11",
"@fortawesome/free-solid-svg-icons": "^5.1.0-11",
"@fortawesome/react-fontawesome": "^0.1.0-11",
"@material-ui/core": "=3.8.3",
"@sentry/browser": "^4.4.1",
"@types/history": "^4.6.2",
"@types/i18next": "^8.4.3",
"@types/i18next-browser-languagedetector": "^2.0.1",
"@types/js-cookie": "^2.2.0",
"@types/material-ui": "^0.21.5",
"@types/moment-duration-format": "^2.2.2",
"@types/moment-timezone": "^0.5.8",
"@types/numeral": "0.0.22",
"@types/nvd3": "^1.8.39",
"@types/ramda": "^0.25.21",
"@types/react": "^16",
"@types/react-collapsible": "^2.2.1",
"@types/react-dom": "^16",
"@types/react-i18next": "^7.8.2",
"@types/react-modal": "^3.1.2",
"@types/react-router-dom": "^5.1.3",
"@types/react-spinkit": "^3.0.3",
"@types/styled-system": "^5.1.10",
"apisauce": "^1.0.2",
"d3": "^3.5.0",
"dayjs": "^1.8.30",
"debug": "^4.1.1",
"downshift": "^3.1.8",
"emotion-theming": "^10.0.27",
"graphql": "^15.3.0",
"graphql-tag": "^2.10.4",
"history": "^4.7.2",
"i18next": "^8.4.3",
"i18next-browser-languagedetector": "^2.2.0",
"js-cookie": "^2.2.0",
"js-sha256": "^0.9.0",
"mobx": "^4.1.1",
"mobx-react": "^5.0.0",
"mobx-react-router": "^4.0.2",
"mobx-task": "^1.0.0-alpha.0",
"moment": "^2.22.1",
"moment-duration-format": "^2.2.2",
"moment-timezone": "^0.5.21",
"numeral": "^2.0.6",
"nvd3": "^1.8.6",
"path-to-regexp": "^2.2.1",
"query-string": "^6.8.2",
"ramda": "^0.25.0",
"react": "~16",
"react-collapsible": "^2.2.0",
"react-dom": "~16",
"react-helmet": "^6.1.0",
"react-i18next": "^7.12.0",
"react-router": "^5.1.2",
"react-router-dom": "^5.1.2",
"sanitize.css": "^5.0.0",
"styled-system": "^5.1.5",
"ts-debounce": "^1.0.0"
},
"scripts": {
"start": "craco start",
"prebuild": "rimraf ./eosq-build",
"build": "BUILD_DIR=build-lite craco build && mv build ./eosq-build",
"test": "craco test",
"eject": "craco eject",
"lint": "eslint --config .eslintrc.js --ext .js,.jsx,.ts,.tsx src"
},
"devDependencies": {
"@craco/craco": "^5.8.0",
"@types/enzyme": "^3.10.8",
"@types/enzyme-adapter-react-16": "^1.0.6",
"@types/jest": "~26",
"craco-less": "^1.17.0",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.5",
"jest-enzyme": "^7.1.2",
"jest-localstorage-mock": "^2.4.3",
"prettier": "^2.1.2",
"react-scripts": "^4.0.1",
"rimraf": "^3.0.2",
"typescript": "^4.0.5"
},
"jest": {
"transformIgnorePatterns": [
"[/\\\\]node_modules[/\\\\](?!(antd|rc-.*|@dfuse|@babel/runtime)).+\\.(js|jsx|mjs|cjs|ts|tsx)$",
"^.+\\.module\\.(css|sass|scss)$"
]
},
"browserslist": [
">1%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}