-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.33 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
{
"homepage": "https://isaque-s-0liveira.github.io/TrybeWallet-ts",
"name": "trybe-wallet-ts",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite --open",
"predeploy": "npm run build",
"deploy": "gh-pages -d dist",
"build": "tsc && vite build",
"lint": "eslint -c .eslintrc.json . --ext .js,.jsx,.ts,.tsx",
"preview": "vite preview",
"test": "vitest",
"coverage": "vitest run --coverage"
},
"dependencies": {
"@popperjs/core": "^2.11.8",
"@redux-devtools/extension": "^3.3.0",
"bootstrap": "^5.3.3",
"react": "^18.2.0",
"react-bootstrap": "^2.10.5",
"react-dom": "^18.2.0",
"react-redux": "^9.1.2",
"react-router-dom": "^6.28.0",
"redux": "^5.0.1",
"redux-persist": "^6.0.0",
"redux-thunk": "^3.1.0"
},
"devDependencies": {
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.0.1",
"@testing-library/user-event": "^14.5.2",
"@trybe/eslint-config-frontend": "^1.11.4",
"@types/jest": "^29.5.14",
"@types/react": "^18.2.66",
"@types/react-dom": "^18.2.22",
"@vitejs/plugin-react-swc": "^3.5.0",
"@vitest/coverage-v8": "^2.1.5",
"eslint": "^8.57.0",
"gh-pages": "^6.3.0",
"jsdom": "^25.0.1",
"typescript": "^5.2.2",
"vite": "^5.2.0",
"vitest": "^2.1.5"
}
}