-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
88 lines (88 loc) · 2.5 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
{
"name": "game-front",
"version": "0.1.0",
"private": true,
"dependencies": {
"@ant-design/icons": "^4.7.0",
"@ant-design/plots": "^1.0.9",
"@ant-design/pro-components": "^2.6.2",
"@eosdacio/ual-wax": "^1.9.0",
"@rive-app/react-canvas": "^3.0.23",
"@sentry/react": "^7.15.0",
"@sentry/tracing": "^7.15.0",
"@testing-library/jest-dom": "^5.16.3",
"@testing-library/react": "^12.1.4",
"@types/jest": "^27.5.2",
"@types/node": "^16.11.26",
"@types/react": "^17.0.43",
"@types/react-dom": "^17.0.14",
"antd": "^5.6.4",
"axios": "^0.26.1",
"classnames": "^2.3.1",
"compose-function": "^3.0.3",
"effector": "^22.3.0",
"effector-react": "^22.0.6",
"effector-storage": "^6.0.1",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.0.0",
"i18next": "^21.6.14",
"i18next-browser-languagedetector": "^6.1.4",
"i18next-http-backend": "^1.4.0",
"lottie-react": "^2.4.0",
"prettier": "^2.6.1",
"qs": "^6.11.0",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-i18next": "^11.16.2",
"react-router": "^6.3.0",
"react-router-dom": "^6.3.0",
"react-scripts": "5.0.0",
"react-timer-hook": "^3.0.5",
"sass": "^1.49.10",
"ual-anchor": "^1.3.0",
"ual-reactjs-renderer": "^0.3.1"
},
"scripts": {
"start": "craco start",
"start:prod": "REACT_APP_MAINNET=true craco start",
"build": "craco build",
"test": "craco test",
"eject": "craco eject",
"lint": "eslint --ext .tsx,.ts .",
"lint:fix": "eslint --ext .tsx,.ts . --fix",
"stylelint": "stylelint **/*.{css,scss,sass} --cache",
"stylelint:fix": "stylelint **/*.{css,scss,sass} --fix"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@craco/craco": "^7.0.0-alpha.7",
"@types/compose-function": "^0.0.30",
"@types/react-router": "^5.1.18",
"@types/react-router-dom": "^5.3.3",
"@typescript-eslint/eslint-plugin": "^5.21.0",
"@typescript-eslint/parser": "^5.17.0",
"craco-less": "^2.1.0-alpha.0",
"stylelint": "^14.9.1",
"stylelint-config-prettier-scss": "^0.0.1",
"stylelint-config-standard-scss": "^4.0.0",
"typescript": "^4.6.3"
}
}