-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.04 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.04 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
{
"name": "rogmor",
"version": "0.3.99",
"private": true,
"engines": {
"node": ">=18.0.0"
},
"dependencies": {
"apollo-server-micro": "^3.10.0",
"crypto-js": "^4.1.1",
"graphql": "^16.5.0",
"micro": "^9.4.1",
"micro-cors": "^0.1.1",
"mongodb": "^6.10.0",
"next": "^15.5.10",
"node-forge": "^1.3.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-markdown": "^9.0.0",
"react-troll": "^0.0.4",
"redux-saga": "^1.3.0",
"use-saga-reducer": "^3.0.0"
},
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"devDependencies": {
"@types/node": "^20.0.0",
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"@typescript-eslint/eslint-plugin": "^7.0.0",
"@typescript-eslint/parser": "^7.0.0",
"autoprefixer": "^10.4.7",
"eslint": "^8.57.0",
"eslint-config-next": "^15.5.10",
"postcss": "^8.4.14",
"sass": "^1.53.0",
"tailwindcss": "^3.4.0",
"typescript": "^5.6.0"
}
}