forked from elamperti/OpenWebScrobbler
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
139 lines (139 loc) · 4.47 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
{
"name": "openscrobbler",
"version": "2.7.11",
"private": true,
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.2.1",
"@fortawesome/free-brands-svg-icons": "^6.2.1",
"@fortawesome/free-regular-svg-icons": "^6.2.1",
"@fortawesome/free-solid-svg-icons": "^6.2.1",
"@fortawesome/react-fontawesome": "^0.2.0",
"@growthbook/growthbook-react": "^0.11.2",
"@redux-devtools/extension": "^3.2.4",
"@sentry/react": "^7.61.0",
"axios": "^0.21.1",
"bootswatch": "^5.1.3",
"date-fns": "^2.29.3",
"history": "^5.3.0",
"i18next": "^22.4.9",
"i18next-browser-languagedetector": "^7.0.1",
"i18next-http-backend": "^2.1.1",
"localforage": "^1.7.4",
"lodash": "^4.17.13",
"md5": "^2.2.1",
"prop-types": "^15.6.2",
"qs": "^6.5.2",
"react": "^18.2.0",
"react-day-picker": "^7.4.9",
"react-dom": "^18.2.0",
"react-ga": "^3.1.2",
"react-i18next": "^12.1.5",
"react-lazy-load-image-component": "^1.5.4",
"react-lazy-with-preload": "^2.2.1",
"react-redux": "^7.2.0",
"react-router-dom": "^6.2.2",
"react-timekeeper": "^2.2.1",
"reactstrap": "9.1.4",
"redux": "^4.1.0",
"redux-debounced": "^0.5.0",
"redux-logger": "^3.0.6",
"redux-promise-middleware": "^6.1.3",
"shortid": "^2.2.16",
"web-vitals": "^2.1.0"
},
"devDependencies": {
"@craco/craco": "^7.0.0",
"@locator/babel-jsx": "^0.2.4",
"@locator/runtime": "^0.2.4",
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^13.0.0",
"@testing-library/user-event": "^13.2.1",
"@types/jest": "^27.0.1",
"@types/node": "^18.11.9",
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"@types/react-redux": "^7.1.24",
"@typescript-eslint/parser": "^5.45.0",
"babel-plugin-jsx-remove-data-test-id": "^2.1.3",
"concurrently": "^7.0.0",
"cypress": "12.7.0",
"eslint": "^8.35.0",
"eslint-config-react-app": "^7.0.1",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-cypress": "^2.12.1",
"eslint-plugin-n": "^15.6.1",
"eslint-plugin-promise": "^6.1.1",
"http-proxy-middleware": "^1.0.5",
"husky": "^8.0.3",
"is-ci": "^3.0.1",
"istanbul-lib-coverage": "^3.0.0",
"lint-staged": "^10.1.3",
"nyc": "^15.0.1",
"poeditor-ci": "^1.15.0",
"prettier": "^2.1.1",
"react-scripts": "5.0.1",
"sass": "^1.32.12",
"start-server-and-test": "^1.14.0",
"typescript": "^4.9.3",
"webpack-bundle-analyzer": "^4.7.0",
"workbox-background-sync": "^6.5.4",
"workbox-broadcast-update": "^6.5.4",
"workbox-cacheable-response": "^6.5.4",
"workbox-core": "^6.5.4",
"workbox-expiration": "^6.5.4",
"workbox-google-analytics": "^6.5.4",
"workbox-navigation-preload": "^6.5.4",
"workbox-precaching": "^6.5.4",
"workbox-range-requests": "^6.5.4",
"workbox-routing": "^6.5.4",
"workbox-strategies": "^6.5.4",
"workbox-streams": "^6.5.4"
},
"scripts": {
"prepare": "is-ci || husky install",
"start": "concurrently -r --kill-others 'yarn start:server' 'yarn start:services'",
"start:server": "craco start",
"start:services": "docker-compose up",
"build": "REACT_APP_VERSION=$npm_package_version craco build",
"prettier": "prettier --write \"src/**/*.js\"",
"lint": "eslint src/",
"fix": "yarn prettier && yarn lint --fix",
"patch": "yarn version --no-git-tag-version --patch",
"eject": "react-scripts eject",
"test": "yarn test:unit && yarn test:e2e",
"test:e2e": "BROWSER=none PORT=3030 start-test 'yarn start:server' http://127.0.0.1:3030/ 'cypress run'",
"test:e2e:rec": "BROWSER=none PORT=3030 start-test 'yarn start:server' http://127.0.0.1:3030/ 'cypress run --record'",
"test:unit": "craco test --watchAll=false",
"test:coverage": "yarn test:unit --coverage",
"watch": "craco test --watchAll",
"typecheck": "yarn run tsc",
"cypress": "BROWSER=none PORT=3030 start-test 'yarn start:server' http://127.0.0.1:3030/ 'cypress open'",
"translations:fetch": "poeditor pull",
"translations:update": "poeditor push"
},
"lint-staged": {
"src/**/*.{js,jsx,ts,tsx}": [
"eslint --fix"
],
"cypress/**/*": [
"yarn test:e2e"
]
},
"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"
]
}
}