-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
70 lines (70 loc) · 2.08 KB
/
package.json
File metadata and controls
70 lines (70 loc) · 2.08 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"name": "qpc",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"prettier-write": "npx prettier src --write",
"prettier-check": "npx prettier src --check",
"update-i18n": "node src/i18n/update-i18n.mjs"
},
"dependencies": {
"@auth/firebase-adapter": "^2.7.1",
"@dnd-kit/core": "^6.3.1",
"@dnd-kit/sortable": "^10.0.0",
"@dnd-kit/utilities": "^3.2.2",
"@emoji-mart/data": "^1.2.1",
"@emoji-mart/react": "^1.1.1",
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@fontsource/roboto": "^5.0.13",
"@mui/icons-material": "^5.15.20",
"@mui/lab": "^5.0.0-alpha.170",
"@mui/material": "^5.15.20",
"@mui/system": "^5.15.20",
"@mui/x-data-grid": "^7.7.1",
"@nivo/line": "^0.87.0",
"@radix-ui/react-dropdown-menu": "^2.1.1",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-slot": "^1.1.0",
"@uiw/react-color": "^2.0.5",
"@uiw/react-color-sketch": "^2.3.0",
"autoprefixer": "10.4.19",
"bootstrap": "^5.3.3",
"chart.js": "^4.4.3",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"emoji-mart": "^5.6.0",
"emoji-regex": "^10.3.0",
"encoding": "^0.1.13",
"firebase": "^10.12.2",
"firebase-admin": "^12.6.0",
"formik": "^2.4.9",
"lucide-react": "^0.396.0",
"next": "^16.1.1",
"next-auth": "^4.24.13",
"postcss": "8.4.31",
"react": "^18.2.0",
"react-chartjs-2": "^5.2.0",
"react-dom": "^18.2.0",
"react-firebase-hooks": "^5.1.1",
"react-intl": "^6.8.9",
"sass": "^1.77.6",
"tailwind-merge": "^2.3.0",
"tailwindcss-animate": "^1.0.7",
"yup": "^1.4.0"
},
"devDependencies": {
"@ianvs/prettier-plugin-sort-imports": "^4.7.1",
"autoprefixer": "^10.4.19",
"eslint": "^9.5.0",
"eslint-config-next": "^15.2.1",
"eslint-config-prettier": "^10.1.5",
"postcss": "^8.4.31",
"prettier": "^3.5.3",
"tailwindcss": "^3.4.4"
}
}