-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
50 lines (50 loc) · 1.3 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
{
"name": "facebook",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"browser": {
"child_process": false
},
"dependencies": {
"@fortawesome/fontawesome-free": "^6.2.1",
"@fortawesome/fontawesome-svg-core": "^6.2.1",
"@fortawesome/free-solid-svg-icons": "^6.2.1",
"@fortawesome/react-fontawesome": "^0.2.0",
"@react-spring/web": "^9.7.2",
"@tanstack/react-query-devtools": "^4.29.25",
"@types/node": "18.11.11",
"@types/react": "18.0.26",
"@types/react-dom": "18.0.9",
"@use-gesture/react": "^10.2.27",
"eslint": "8.29.0",
"file-loader": "^6.2.0",
"firebase": "^9.15.0",
"firebase-admin": "^11.9.0",
"framer-motion": "^10.12.16",
"next": "^14.0.2",
"nookies": "^2.5.2",
"nprogress": "^0.2.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"sass": "^1.58.3",
"sharp": "^0.32.6",
"typescript": "4.9.3",
"url-loader": "^4.1.1",
"use-sound": "^4.0.1"
},
"devDependencies": {
"@types/nprogress": "^0.2.0",
"autoprefixer": "^10.4.16",
"eslint-config-next": "^13.4.7",
"postcss": "^8.4.31",
"prettier": "^3.0.3",
"prettier-plugin-tailwindcss": "^0.5.6",
"tailwindcss": "^3.3.5"
}
}