-
Notifications
You must be signed in to change notification settings - Fork 30
/
Copy pathpackage.json
56 lines (56 loc) · 1.44 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
{
"name": "opensource-il-site",
"version": "0.1.0",
"private": true,
"engines": {
"node": "^18.0.0"
},
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@types/marked": "^4.3.0",
"@types/node": "18.15.3",
"@types/react": "18.0.28",
"@types/react-dom": "18.0.11",
"@vercel/analytics": "^0.1.11",
"@vercel/kv": "^0.2.1",
"axios": "^1.4.0",
"eslint-config-next": "13.2.4",
"eslint-config-standard-with-typescript": "^34.0.1",
"gemoji": "^8.1.0",
"github-markdown-css": "^5.2.0",
"html-react-parser": "^3.0.15",
"marked": "^5.0.2",
"moment": "^2.29.4",
"next": "13.2.4",
"octokit": "^2.0.14",
"react": "18.2.0",
"react-dom": "18.2.0",
"redis": "^4.6.6",
"sass": "^1.60.0",
"showdown": "^2.1.0",
"typescript": "5.0.2",
"uuid": "^9.0.0",
"winston": "^3.8.2",
"winston-mongodb": "^5.1.1"
},
"devDependencies": {
"@types/redis": "^4.0.11",
"@types/uuid": "^9.0.1",
"@typescript-eslint/eslint-plugin": "^5.59.5",
"@typescript-eslint/parser": "^5.59.5",
"autoprefixer": "^10.4.14",
"eslint": "^8.40.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.32.2",
"postcss": "^8.4.21",
"prettier": "^2.8.8",
"prettier-plugin-tailwindcss": "^0.2.8",
"tailwindcss": "^3.2.7"
}
}