-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.51 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"name": "magnesium-web",
"version": "0.8.1",
"private": true,
"license": "GPL-3.0-only",
"scripts": {
"build": "next build",
"dev": "prettier --write . && next dev",
"format": "prettier --write .",
"lint": "next lint",
"prod": "prettier --write . && next build && next start",
"start": "next start"
},
"dependencies": {
"@headlessui/react": "^1.7.7",
"@heroicons/react": "^2.0.13",
"@types/archiver": "^5.3.1",
"@types/crypto-js": "^4.1.1",
"@types/pg": "^8.6.6",
"archiver": "^5.3.1",
"crypto-js": "^4.1.1",
"discord-oauth2": "^2.11.0",
"flowbite": "^1.5.5",
"flowbite-react": "^0.3.7",
"fs": "^0.0.1-security",
"https": "^1.0.0",
"json5": "^2.2.3",
"lru-cache": "^7.14.1",
"moment": "^2.29.4",
"next": "latest",
"next-themes": "^0.2.1",
"notiflix": "^3.2.6",
"pg": "^8.8.0",
"prettier": "^2.8.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-router-dom": "^6.6.1",
"redux-persist": "^6.0.0",
"sharp": "^0.31.3",
"sqlite": "^4.1.2",
"sqlite3": "^5.1.6",
"uuid": "^9.0.0"
},
"devDependencies": {
"@fullhuman/postcss-purgecss": "^5.0.0",
"@tailwindcss/forms": "^0.5.3",
"@types/cors": "^2.8.13",
"@types/react": "18.0.21",
"@types/react-dom": "18.0.6",
"autoprefixer": "^10.4.13",
"eslint": "8.30.0",
"eslint-config-next": "13.1.1",
"postcss": "^8.4.20",
"tailwind-scrollbar": "^2.1.0",
"tailwindcss": "^3.2.4",
"typescript": "4.9.4"
}
}