This repository was archived by the owner on Jul 1, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.34 KB
/
Copy pathpackage.json
File metadata and controls
49 lines (49 loc) · 1.34 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
{
"name": "bitbybit",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"format": "prettier --write .",
"check": "prettier --check .",
"eslint": "eslint . --ext js --ext jsx --ext ts --ext tsx",
"create-env": "printenv > .env"
},
"dependencies": {
"@auth/firebase-adapter": "^1.0.0",
"@codemirror/lang-cpp": "^6.0.2",
"@codemirror/lang-javascript": "^6.1.7",
"@codemirror/lang-python": "^6.1.2",
"@next/font": "13.1.2",
"@uiw/codemirror-theme-aura": "^4.19.16",
"@uiw/react-codemirror": "^4.19.16",
"axios": "^1.3.6",
"bootstrap": "^5.2.3",
"daisyui": "^2.51.3",
"firebase": "^9.16.0",
"firebase-admin": "^11.10.1",
"next": "13.1.2",
"next-auth": "^4.22.1",
"react": "18.2.0",
"react-bootstrap": "^2.7.0",
"react-dom": "18.2.0",
"react-icons": "^4.7.1",
"react-resizable-panels": "^0.0.55"
},
"devDependencies": {
"autoprefixer": "^10.4.13",
"babel-eslint": "^10.1.0",
"eslint": "^8.32.0",
"eslint-config-google": "^0.14.0",
"eslint-config-next": "^13.1.2",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-react": "^7.32.0",
"husky": "^8.0.0",
"postcss": "^8.4.21",
"prettier": "^2.8.3",
"tailwindcss": "^3.2.4"
}
}