forked from NayamAmarshe/thiss.link
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 999 Bytes
/
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
{
"name": "maglit",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"docker": "sudo docker-compose build && sudo docker-compose up -d"
},
"dependencies": {
"crypto-js": "^4.1.1",
"firebase": "^9.6.2",
"framer-motion": "^6.3.3",
"http-status-codes": "^2.2.0",
"monkey-typewriter": "^1.0.14",
"next": "12.1.0",
"next-themes": "^0.1.1",
"qr-code-styling": "^1.6.0-rc.1",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-icons": "^4.3.1",
"react-spinners": "^0.11.0",
"react-swipeable": "^6.2.0",
"react-toastify": "^8.1.0",
"recoil": "^0.6.1",
"sharp": "^0.31.3"
},
"devDependencies": {
"autoprefixer": "^10.4.2",
"postcss": "^8.4.5",
"prettier": "^2.6.2",
"prettier-plugin-sort-imports": "^1.6.0",
"prettier-plugin-tailwindcss": "^0.1.10",
"tailwindcss": "^3.0.13"
},
"volta": {
"node": "16.15.0"
}
}