-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.71 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
{
"name": "react-finance",
"version": "1.0.0",
"description": "App para cadastrar entradas e saidas de suas finanças, Inicialmente 1 button para que um modal com form para cadastro se abra.",
"main": "build/main.js",
"private": true,
"scripts": {
"dev": "vite",
"build": "rimraf ./build && tsc && vite build",
"preview": "vite preview"
},
"repository": {
"type": "git",
"url": "git+https://github.com/joaov1ct0r/react-finance.git"
},
"keywords": [
"javascript", "react", "typescript", "redux", "react-router", "docker", "docker-compose", "eslint", "jest", "vite"
],
"author": "github.com/joaov1ct0r",
"license": "MIT",
"bugs": {
"url": "https://github.com/joaov1ct0r/react-finance/issues"
},
"homepage": "https://github.com/joaov1ct0r/react-finance#readme",
"dependencies": {
"@reduxjs/toolkit": "^1.9.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.42.1",
"react-icons": "^4.7.1",
"react-redux": "^8.0.5",
"react-router-dom": "^6.8.0",
"redux": "^4.2.0",
"rimraf": "^4.1.1"
},
"devDependencies": {
"@babel/eslint-parser": "^7.19.1",
"@types/react": "^18.0.25",
"@types/react-dom": "^18.0.9",
"@typescript-eslint/eslint-plugin": "^5.49.0",
"@vitejs/plugin-react": "^3.0.1",
"eslint": "^8.32.0",
"eslint-config-prettier": "^8.6.0",
"eslint-config-standard-with-typescript": "^31.0.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-n": "^15.6.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-react": "^7.32.1",
"prettier": "^2.8.3",
"typescript": "^4.9.4",
"vite": "^4.0.4"
}
}