-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json.save
More file actions
59 lines (58 loc) · 1.95 KB
/
Copy pathpackage.json.save
File metadata and controls
59 lines (58 loc) · 1.95 KB
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
{
"name": "reactbase",
"version": "1.0.0",
"description": "A Todo app built with Firebase and React",
"homepage": "https://reactbase.ahnafwafiq.com",
"main": "app.tsx",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"lint": "eslint src --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview",
"typecheck": "tsc",
"prettier": "prettier . --write",
"prettier:check": "prettier . --check",
"pre:commit": "concurrently \"npm run lint\" \"npm run typecheck\" \"npm run prettier\""
},
"dependencies": {
"atomic-spinner": "^1.2.8",
"firebase": "^10.2.0",
"immer": "^10.0.2",
"normalize.css": "^8.0.1",
"password-validator": "^5.3.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-dropzone": "^14.2.3",
"react-firebase-hooks": "^5.1.1",
"react-icons": "^4.10.1"
},
"devDependencies": {
"@types/react": "^18.0.37",
"@types/react-dom": "^18.0.11",
"@typescript-eslint/eslint-plugin": "^6.4.0",
"@typescript-eslint/parser": "^6.4.0",
"@vitejs/plugin-react": "^4.0.0",
"concurrently": "^8.2.1",
"eslint": "^8.47.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.3",
"prettier": "^3.0.1",
"typescript": "^5.0.2",
"vite": "^4.3.9"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ahnafwafiq09/firebase-react.git"
},
"author": "Ahnaf Wafiq",
"license": "ISC",
"bugs": {
"url": "https://github.com/ahnafwafiq09/firebase-react/issues"
},
"prettier": GNU nano 6.2 .prettierrc.json {
"semi": true,
"tabWidth": 4,
"singleQuote": false
}
}