-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 839 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 839 Bytes
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
{
"name": "smartclover-webpage",
"version": "1.1.2",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "node --test tests/*.test.mjs",
"pregenerate:gep-pdf": "playwright install chromium",
"generate:gep-pdf": "node scripts/generate-gep-pdf.mjs"
},
"dependencies": {
"gray-matter": "^4.0.3",
"next": "^14.2.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"remark": "^15.0.1",
"remark-html": "^16.0.1",
"turndown": "^7.2.4"
},
"devDependencies": {
"@types/node": "^20.14.9",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"eslint": "^8.57.0",
"eslint-config-next": "^14.2.4",
"pdf-lib": "^1.17.1",
"playwright": "^1.59.1",
"typescript": "^5.4.5"
}
}