-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
65 lines (65 loc) · 1.81 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
{
"name": "coinsly",
"version": "2.45.0",
"description": "",
"main": "src/index.js",
"keywords": [
"coins",
"collecting"
],
"author": "Damian Mullins <[email protected]>",
"license": "MIT",
"homepage": "https://coinsly.co.uk",
"repository": {
"type": "git",
"url": "https://github.com/DamianMullins/Coinsly.git"
},
"dependencies": {
"connected-react-router": "6.9.3",
"firebase": "8.10.1",
"history": "4.10.1",
"immer": "10.1.1",
"logrocket": "9.0.1",
"logrocket-react": "6.0.3",
"prop-types": "15.8.1",
"qs": "6.13.1",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-redux": "8.1.3",
"react-router-dom": "5.3.4",
"redux": "4.2.1",
"redux-devtools-extension": "2.13.9",
"redux-thunk": "2.4.2"
},
"devDependencies": {
"@testing-library/dom": "10.4.0",
"@testing-library/react": "16.1.0",
"@vitejs/plugin-react-swc": "3.7.2",
"@vitest/coverage-v8": "2.1.8",
"coveralls": "3.1.1",
"happy-dom": "16.5.3",
"sass": "1.83.1",
"vite": "6.0.7",
"vitest": "2.1.8"
},
"scripts": {
"dev": "VITE_APP_RELEASE_VERSION=$npm_package_version vite",
"build": "VITE_APP_RELEASE_VERSION=$npm_package_version vite build",
"build:ci": "pnpm build && pnpm test:coverage && pnpm test:coveralls",
"test": "vitest run",
"test:coverage": "pnpm test -- --coverage",
"test:coveralls": "cat coverage/lcov.info | coveralls"
},
"browserslist": {
"development": [
"last 2 chrome versions",
"last 2 firefox versions",
"last 2 edge versions"
],
"production": [
">0.5%",
"not op_mini all"
]
},
"packageManager": "[email protected]+sha512.76e2379760a4328ec4415815bcd6628dee727af3779aaa4c914e3944156c4299921a89f976381ee107d41f12cfa4b66681ca9c718f0668fa0831ed4c6d8ba56c"
}