-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.14 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.14 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
{
"name": "dappl3_site",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test:e2e": "playwright test",
"test:e2e:ui": "playwright test --ui",
"test:e2e:debug": "playwright test --debug",
"test:e2e:ci": "CI=true playwright test --reporter=list",
"test:e2e:github": "playwright test --reporter=github"
},
"dependencies": {
"@tailwindcss/typography": "^0.5.16",
"gray-matter": "^4.0.3",
"highlight.js": "^11.11.1",
"next": "15.4.4",
"next-seo": "^6.8.0",
"next-themes": "^0.4.6",
"react": "19.1.0",
"react-dom": "19.1.0",
"rehype-highlight": "^7.0.2",
"rehype-prism-plus": "^2.0.1",
"rehype-stringify": "^10.0.1",
"remark": "^15.0.1",
"remark-html": "^16.0.1",
"remark-rehype": "^11.1.2"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@playwright/test": "^1.54.1",
"@tailwindcss/postcss": "^4",
"eslint": "^9",
"eslint-config-next": "15.4.4",
"http-server": "^14.1.1",
"style-dictionary": "^5.0.1",
"tailwindcss": "^4"
}
}