-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.5 KB
/
Copy pathpackage.json
File metadata and controls
54 lines (54 loc) · 1.5 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
45
46
47
48
49
50
51
52
53
54
{
"name": "openleaf",
"version": "0.3.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"lint:fix": "next lint --fix",
"analyze": "ANALYZE=true next build"
},
"dependencies": {
"@aws-sdk/client-dynamodb": "^3.799.0",
"@aws-sdk/lib-dynamodb": "^3.799.0",
"@lexical/code": "^0.31.1",
"@lexical/link": "^0.31.1",
"@lexical/list": "^0.31.1",
"@lexical/markdown": "^0.31.1",
"@lexical/react": "^0.31.1",
"@lexical/rich-text": "^0.31.1",
"@lexical/selection": "^0.31.1",
"@lexical/table": "^0.31.1",
"@lexical/utils": "^0.31.1",
"katex": "^0.16.22",
"lexical": "^0.31.1",
"lodash-es": "^4.17.21",
"next": "15.3.1",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"unique-names-generator": "^4.7.1"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@eslint/js": "^9.26.0",
"@next/bundle-analyzer": "^15.3.1",
"@svgr/webpack": "^8.1.0",
"@types/katex": "^0.16.7",
"@types/lodash-es": "^4.17.12",
"@types/node": "^22",
"@types/react": "^19.1.2",
"@types/react-dom": "^19.1.3",
"@typescript-eslint/parser": "^8.31.1",
"eslint": "^9",
"eslint-config-next": "15.3.1",
"eslint-import-resolver-typescript": "^4.3.4",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-unused-imports": "^4.1.4",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"typescript": "^5"
}
}