-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.12 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
{
"name": "reddit-apollo-clone",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.4.0",
"@fortawesome/free-regular-svg-icons": "^6.4.0",
"@fortawesome/free-solid-svg-icons": "^6.4.0",
"@fortawesome/react-fontawesome": "^0.2.0",
"@types/node": "18.16.0",
"@types/react": "18.0.38",
"@types/react-dom": "18.0.11",
"canihazusername": "^2.3.5",
"date-fns": "^2.30.0",
"eslint": "8.39.0",
"eslint-config-next": "13.3.1",
"firebase": "^9.20.0",
"framer-motion": "^10.12.4",
"lodash.debounce": "^4.0.8",
"lodash.merge": "^4.6.2",
"material-symbols": "^0.5.5",
"nanoid": "^4.0.2",
"next": "13.3.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-swipeable": "^7.0.0",
"slugify": "^1.6.6"
},
"devDependencies": {
"@types/lodash.debounce": "^4.0.7",
"@types/lodash.merge": "^4.6.7",
"eslint-config-prettier": "^8.8.0",
"sass": "^1.62.0",
"typescript": "^5.0.4"
}
}