-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 787 Bytes
/
Copy pathpackage.json
File metadata and controls
31 lines (31 loc) · 787 Bytes
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
{
"name": "bara",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@babel/core": "^7.16.7",
"@ladifire-opensource/stylex": "^0.1.0-beta.0",
"@ladifire-opensource/stylex-nextjs-plugin": "^0.1.0-beta.0",
"@nextui-org/react": "^1.0.2-beta.4",
"body-scroll-lock": "^4.0.0-beta.0",
"firebase": "^9.6.7",
"framer-motion": "^5.6.0",
"moment": "^2.29.1",
"next": "12.0.7",
"next-auth": "4.0.0-beta.4",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-lorem-ipsum": "^1.4.9",
"sass": "^1.49.9"
},
"devDependencies": {
"eslint": "8.6.0",
"eslint-config-next": "12.0.7",
"next-transpile-modules": "^9.0.0"
}
}