-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.41 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
{
"private": true,
"license": "MIT",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"test:e2e": "start-server-and-test dev http://localhost:3000 pwc",
"test:e2e:pwc-p": "start-server-and-test dev http://localhost:3000 pwc-p",
"test": "start-server-and-test dev http://localhost:3000 playwright",
"playwright": "playwright test",
"pwc": "pwc",
"pwc-p": "pwc-p --ci-build-id `date +%s`"
},
"dependencies": {
"@types/node": "22.5.0",
"@types/react": "18.3.4",
"@types/react-dom": "18.3.0",
"@vercel/analytics": "^1.3.1",
"@vercel/speed-insights": "^1.0.12",
"feed": "^4.2.2",
"geist": "1.3.1",
"katex": "^0.16.11",
"next": "^14.2.6",
"next-mdx-remote": "^5.0.0",
"next-themes": "^0.3.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-icons": "^5.3.0",
"react-tweet": "^3.2.1",
"react-wrap-balancer": "^1.1.1",
"react-youtube": "^10.1.0",
"rehype-katex": "^7.0.1",
"remark-math": "^6.0.0",
"sugar-high": "^0.7.0",
"typescript": "5.5.4"
},
"devDependencies": {
"@babel/runtime": "^7.26.0",
"@currents/playwright": "^1.8.0",
"@playwright/test": "^1.49.0",
"@tailwindcss/typography": "^0.5.14",
"autoprefixer": "^10.4.20",
"babel-plugin-istanbul": "^7.0.0",
"postcss": "^8.4.41",
"start-server-and-test": "^2.0.8",
"tailwindcss": "3.4.10"
}
}