-
Notifications
You must be signed in to change notification settings - Fork 50
/
package.json
43 lines (43 loc) · 1.07 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
{
"name": "maglit",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"docker:build": "docker-compose build",
"docker": "docker-compose up",
"docker:d": "docker-compose up -d"
},
"dependencies": {
"crypto-js": "^4.2.0",
"eslint-config-next": "^14.2.5",
"firebase": "^10.8.0",
"framer-motion": "^6.3.3",
"http-status-codes": "^2.3.0",
"jotai": "^2.6.4",
"monkey-typewriter": "^1.0.14",
"next": "^14.2.5",
"next-themes": "^0.2.1",
"qr-code-styling": "^1.6.0-rc.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-icons": "^5.0.1",
"react-spinners": "^0.13.8",
"react-swipeable": "^7.0.1",
"react-toastify": "^10.0.4"
},
"devDependencies": {
"@types/react": "18.3.3",
"autoprefixer": "^10.4.17",
"postcss": "^8.4.35",
"prettier": "^3.2.5",
"prettier-plugin-sort-imports": "^1.8.3",
"prettier-plugin-tailwindcss": "^0.5.11",
"tailwindcss": "^3.4.1"
},
"volta": {
"node": "20.11.0"
}
}