-
-
Notifications
You must be signed in to change notification settings - Fork 38
/
package.json
138 lines (138 loc) · 4.8 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
{
"name": "openscrobbler",
"version": "2.9.0",
"private": true,
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.5.1",
"@fortawesome/free-brands-svg-icons": "^6.5.1",
"@fortawesome/free-regular-svg-icons": "^6.5.1",
"@fortawesome/free-solid-svg-icons": "^6.5.1",
"@fortawesome/react-fontawesome": "^0.2.0",
"@growthbook/growthbook-react": "^0.21.0",
"@redux-devtools/extension": "^3.3.0",
"@sentry/react": "^7.98.0",
"@tanstack/react-query": "^5.17.8",
"axios": "^1.6.5",
"bootswatch": "^5.3.2",
"date-fns": "^2.30.0",
"history": "^5.3.0",
"i18next": "^23.7.16",
"i18next-browser-languagedetector": "^7.2.0",
"i18next-http-backend": "^2.4.2",
"lodash-es": "^4.17.21",
"qs": "^6.11.2",
"react": "^18.2.0",
"react-day-picker": "^7.4.10",
"react-dom": "^18.2.0",
"react-ga-neo": "^2.2.0",
"react-i18next": "^14.0.0",
"react-lazy-load-image-component": "^1.6.0",
"react-lazy-with-preload": "^2.2.1",
"react-redux": "^9.0.4",
"react-router-dom": "^6.21.1",
"react-timekeeper": "^2.2.1",
"reactstrap": "9.2.1",
"redux": "^5.0.1",
"redux-debounced": "^0.5.0",
"redux-promise-middleware": "^6.2.0",
"shortid": "^2.2.16",
"web-vitals": "^3.5.1"
},
"devDependencies": {
"@locator/babel-jsx": "^0.4.3",
"@locator/runtime": "^0.4.3",
"@rollup/plugin-terser": "^0.4.4",
"@sentry/vite-plugin": "^2.10.3",
"@tanstack/react-query-devtools": "^5.17.8",
"@testing-library/dom": "^9.3.3",
"@testing-library/react": "^14.1.2",
"@testing-library/user-event": "^14.5.2",
"@tweakpane/core": "^2.0.3",
"@types/lodash-es": "^4.17.12",
"@types/node": "^20.16.0",
"@types/qs": "^6.9.15",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@types/react-redux": "^7.1.33",
"@typescript-eslint/eslint-plugin": "^8.5.0",
"@typescript-eslint/parser": "^6.21.0",
"@vitejs/plugin-react-swc": "^3.5.0",
"@vitest/coverage-istanbul": "^1.2.2",
"@vitest/coverage-v8": "^1.1.3",
"babel-plugin-react-compiler": "0.0.0-experimental-592953e-20240517",
"concurrently": "^8.2.2",
"cypress": "13.6.2",
"eslint": "^8.56.0",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-cypress": "^2.15.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-n": "^16.6.1",
"eslint-plugin-no-only-tests": "^3.1.0",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-compiler": "0.0.0-experimental-53bb89e-20240515",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-vitest": "^0.3.20",
"husky": "^8.0.3",
"is-ci": "^3.0.1",
"jsdom": "^23.2.0",
"lint-staged": "^15.2.0",
"nyc": "^15.1.0",
"poeditor-ci": "^1.15.0",
"prettier": "^3.1.1",
"sass": "^1.69.7",
"start-server-and-test": "^2.0.4",
"tweakpane": "^4.0.3",
"typescript": "^5.3.3",
"vite": "^5.0.11",
"vite-bundle-visualizer": "^1.0.0",
"vite-plugin-externals": "^0.6.2",
"vite-plugin-pwa": "^0.17.4",
"vite-plugin-react-remove-attributes": "^1.0.3",
"vite-plugin-svgr": "^4.2.0",
"vite-tsconfig-paths": "^4.2.3",
"vitest": "^1.1.3",
"vitest-dom": "^0.1.1"
},
"scripts": {
"prepare": "is-ci || husky install",
"start": "concurrently -r --kill-others 'yarn start:server' 'yarn start:services'",
"start:server": "vite --port 3000",
"start:services": "docker-compose up",
"build": "yarn typecheck && vite build",
"prettier": "prettier --check \"src/**/*.{js,jsx,ts,tsx}\"",
"prettier:fix": "prettier --write \"src/**/*.{js,jsx,ts,tsx}\"",
"lint": "eslint src cypress --ext .js,.jsx,.ts,.tsx",
"lint:fix": "yarn lint --fix",
"fix": "yarn prettier:fix && yarn lint:fix",
"test": "yarn test:unit && yarn test:e2e",
"test:e2e": "TZ=Etc/GMT-3 start-test 'yarn start:server --port 3030' 3030 'cypress run'",
"test:e2e:quiet": "TZ=Etc/GMT-3 start-test 'yarn start:server --port 3030' 3030 'cypress run --quiet'",
"test:e2e:rec": "TZ=Etc/GMT-3 start-test 'yarn start:server --port 3030' 3030 'cypress run --record'",
"test:unit": "vitest run",
"test:coverage": "vitest run --coverage",
"watch": "vitest watch",
"typecheck": "yarn run tsc",
"cypress": "start-test 'NO_DEVTOOLS=1 yarn start:server --port 3030' 3030 'TZ=Etc/GMT-3 cypress open --e2e --browser chrome'",
"translations:fetch": "poeditor pull && prettier --write \"public/locales/*.json\"",
"translations:update": "poeditor push"
},
"browserslist": {
"development": [
"last 2 chrome versions",
"last 2 firefox versions",
"last 1 safari version"
],
"production": [
">0.2%",
"not dead",
"not op_mini all"
]
},
"nyc": {
"reporter": [
"html"
]
},
"packageManager": "[email protected]"
}