forked from xivanalysis/xivanalysis
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
147 lines (147 loc) · 4.71 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
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
{
"name": "@xivanalysis/client",
"version": "0.1.0",
"private": true,
"scripts": {
"start": "webpack serve --hot --mode development --open",
"build": "webpack --mode production",
"test": "jest",
"lint": "eslint src",
"types": "tsc",
"extract": "rimraf locale/_build && rimraf locale/en && lingui add-locale en && cross-env NODE_ENV=development lingui extract --clean",
"compile": "lingui compile",
"generate": "yarn run generate:unable-to-act",
"generate:unable-to-act": "babel-node -x .ts ./scripts/generate-unable-to-act"
},
"resolutions": {
"babel-core": "7.0.0-bridge.0"
},
"dependencies": {
"@babel/runtime-corejs3": "^7.12.5",
"@lingui/react": "^2.5.0",
"@reach/auto-id": "^0.15.0",
"@sentry/browser": "^6",
"@visx/pattern": "^1.7.0",
"@visx/shape": "^1.7.0",
"@xivanalysis/tooltips": "^0.1.3",
"chart.js": "^2.7.2",
"classnames": "^2.2.6",
"color": "^3.0.0",
"d3-scale": "^3.2.1",
"d3-time": "^1",
"d3-time-format": "^3",
"es6-error": "^4.1.1",
"intersection-observer": "^0.12",
"intl": "^1.2.5",
"ky": "^0.24",
"lodash": "^4.17.13",
"mathjs": "^7",
"mobx": "^5.10.1",
"mobx-react": "^6.1.3",
"prop-types": "^15.6.1",
"react": "^16.14.0",
"react-chartjs-2": "^2.7.4",
"react-dom": "^16.14.0",
"react-helmet": "^6",
"react-markdown": "^5",
"react-measure": "^2.3.0",
"react-popper": "^1.3.7",
"react-router-dom": "^5.0.0",
"react-use-gesture": "^7.0.5",
"react-window": "^1.8.6",
"reflect-metadata": "^0.1.12",
"semantic-ui-css": "^2.4.0",
"semantic-ui-react": "^1",
"stable": "^0.1.8",
"toposort": "^2",
"ts-toolbelt": "^8.0.7",
"tslib": "^2",
"url-search-params-polyfill": "^8",
"whatwg-fetch": "^3.0.0"
},
"devDependencies": {
"@babel/core": "^7.12.10",
"@babel/node": "^7.12.10",
"@babel/plugin-proposal-class-properties": "^7.12.1",
"@babel/plugin-proposal-decorators": "^7.12.12",
"@babel/plugin-transform-runtime": "^7.12.10",
"@babel/plugin-transform-typescript": "^7.14.4",
"@babel/preset-env": "^7.12.11",
"@babel/preset-react": "^7.12.10",
"@babel/register": "^7.12.10",
"@lingui/cli": "^2",
"@lingui/loader": "^2.5.0",
"@lingui/macro": "^2.7.4",
"@teamsupercell/typings-for-css-modules-loader": "^2.4.0",
"@types/chart.js": "^2.7.37",
"@types/classnames": "^2.2.6",
"@types/color": "^3.0.0",
"@types/copy-webpack-plugin": "^8",
"@types/d3-scale": "^3.2.0",
"@types/d3-time": "^1",
"@types/d3-time-format": "^3",
"@types/jest": "^26.0.19",
"@types/lingui__core": "^2.7.0",
"@types/lingui__macro": "^2.7.3",
"@types/lingui__react": "^2.5.2",
"@types/lodash": "^4.14.116",
"@types/mini-css-extract-plugin": "^1.2.2",
"@types/node": "^14.14.19",
"@types/react": "^16.7.20",
"@types/react-dom": "^16.0.11",
"@types/react-helmet": "^6.0.0",
"@types/react-measure": "^2.0.6",
"@types/react-router-dom": "^5",
"@types/react-scroll": "^1.5.4",
"@types/react-window": "^1.8.2",
"@types/webpack": "^5",
"@types/webpack-dev-server": "^3.11.1",
"@types/webpack-env": "^1.13.6",
"@typescript-eslint/eslint-plugin": "^4.26.0",
"@typescript-eslint/parser": "^4.26.0",
"@xivanalysis/eslint-plugin": "^0.0.2",
"autoprefixer": "^10.1.0",
"axios": "^0.24.0",
"babel-jest": "^26.6.3",
"babel-loader": "^8.2.2",
"babel-plugin-lodash": "^3.3.4",
"babel-plugin-macros": "^3",
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
"bodybuilder": "^2.4.0",
"clean-webpack-plugin": "^3.0.0",
"copy-webpack-plugin": "^8",
"cross-env": "^7.0.3",
"css-loader": "^5.0.1",
"cssnano": "^5",
"dotenv": "^9",
"dotenv-expand": "^5.1.0",
"eslint": "^7.17.0",
"eslint-import-resolver-typescript": "^2.3.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jest": "^24.1.3",
"eslint-plugin-react": "^7.22.0",
"eslint-plugin-react-hooks": "^4.2.0",
"file-loader": "^6.2.0",
"html-webpack-plugin": "^5.0.0-beta.1",
"identity-obj-proxy": "^3.0.0",
"jest": "^26.6.3",
"jest-chain": "^1.1.5",
"jest-extended": "^0.11.5",
"jest-junit": "^12.0.0",
"mini-css-extract-plugin": "^1.3.3",
"postcss": "^8.2.2",
"postcss-calc": "^8",
"postcss-color-function": "^4.1.0",
"postcss-loader": "^5",
"postcss-modules-tilda": "^2.0.0",
"postcss-modules-values-replace": "^3.1.0",
"raw-loader": "^4.0.2",
"style-loader": "^2.0.0",
"typescript": "~4.3.2",
"url-loader": "^4.1.1",
"webpack": "^5.11.1",
"webpack-cli": "^4.3.1",
"webpack-dev-server": "^4.0.0-beta.0",
"webpackbar": "^5.0.0-3"
}
}