-
Notifications
You must be signed in to change notification settings - Fork 24
/
package.json
80 lines (80 loc) · 2.38 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
{
"name": "amae-koromo",
"version": "1.0.0",
"homepage": "https://amae-koromo.sapk.ch",
"description": "",
"keywords": [],
"main": "src/index.tsx",
"engines": {
"node": ">=14.0.0",
"npm": ">=8.0.0"
},
"dependencies": {
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@fontsource/roboto": "^4.5.8",
"@mui/icons-material": "^5.15.16",
"@mui/lab": "5.0.0-alpha.65",
"@mui/material": "^5.15.16",
"@sentry/react": "^6.17.4",
"clsx": "^1.1.1",
"copy-to-clipboard": "^3.3.3",
"dayjs": "^1.11.11",
"i18next": "^19.9.2",
"i18next-browser-languagedetector": "^6.1.8",
"notistack": "^2.0.8",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-helmet": "^6.1.0",
"react-i18next": "^11.8.3",
"react-router-dom": "5.3.0",
"react-scripts": "^5.0.1",
"react-virtualized": "9.22.2",
"recharts": "^2.1.9",
"uuid": "^8.3.2"
},
"devDependencies": {
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.13",
"@rescripts/cli": "git+https://github.com/SAPikachu/rescripts.git#cli",
"@rescripts/utilities": "git+https://github.com/SAPikachu/rescripts.git#utilities",
"@sentry/webpack-plugin": "^1.18.5",
"@types/google.analytics": "0.0.41",
"@types/history": "^5.0.0",
"@types/lodash": "^4.14.178",
"@types/react": "17.0.0",
"@types/react-dom": "17.0.0",
"@types/react-helmet": "^6.1.0",
"@types/react-loadable": "^5.5.4",
"@types/react-router-dom": "5.3.3",
"@types/react-virtualized": "9.21.10",
"@types/uuid": "^8.3.4",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"babel-plugin-direct-import": "^0.9.2",
"prettier": "^2.8.8",
"sass": "^1.76.0",
"typescript": "^4.9.5",
"webpack-bundle-analyzer": "^4.5.0",
"webpack-retry-chunk-load-plugin": "^3.0.0"
},
"overrides": {
"@rescripts/utilities": "git+https://github.com/SAPikachu/rescripts.git#utilities",
"react-virtualized": {
"react": "^17.0.2",
"react-dom": "^17.0.2"
}
},
"scripts": {
"analyze": "RUN_ANALYZER=1 npm run build",
"start": "unset BROWSER; rescripts start",
"build": "rescripts build && cp build/index.html build/404.html",
"test": "rescripts test",
"eject": "react-scripts eject"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}