-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.25 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
{
"name": "firebase-with-nextjs",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"next": "next",
"lint:fix": "eslint --fix --ext .tsx"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.6.0",
"@fortawesome/free-solid-svg-icons": "^6.6.0",
"@fortawesome/react-fontawesome": "^0.2.2",
"@popperjs/core": "^2.11.8",
"@types/probe-image-size": "^7.2.5",
"bootstrap": "^5.3.2",
"dompurify": "^3.1.7",
"draft-js": "^0.11.7",
"draftjs-to-html": "^0.9.1",
"firebase": "^10.14.1",
"firebase-admin": "^12.7.0",
"fs": "^0.0.1-security",
"immutable": "4.x.x",
"isomorphic-dompurify": "^2.16.0",
"js-cookie": "^3.0.5",
"next": "^14.2.15",
"probe-image-size": "^7.2.3",
"react": "^18.3.1",
"react-bootstrap": "^2.10.5",
"react-dom": "^18.3.1",
"react-draft-wysiwyg": "^1.15.0",
"react-firebaseui": "^6.0.0",
"slugify": "^1.6.6"
},
"devDependencies": {
"@types/dompurify": "^3.0.4",
"@types/draft-js": "^0.11.18",
"@types/react-draft-wysiwyg": "^1.13.8",
"eslint": "8.57.1",
"eslint-config-next": "^15.0.1",
"sass": "^1.80.3",
"typescript": "^5.6.3"
}
}