-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
79 lines (79 loc) · 2.43 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
{
"name": "sophia-dev.io",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"postbuild": "next-sitemap",
"start": "next start",
"lint": "next lint",
"album": "TS_NODE_PROJECT=./tsconfig.node.json ts-node ./scripts/album.ts",
"album:dev": "TS_NODE_PROJECT=./tsconfig.node.json node --watch -r ts-node/register ./scripts/album.ts",
"movie": "TS_NODE_PROJECT=./tsconfig.node.json ts-node ./scripts/movie.ts",
"movie:dev": "TS_NODE_PROJECT=./tsconfig.node.json node --watch -r ts-node/register ./scripts/movie.ts"
},
"dependencies": {
"@channel.io/channel-web-sdk-loader": "^1.1.7",
"@emotion/css": "^11.11.2",
"@emotion/react": "^11.11.3",
"@emotion/styled": "^11.11.0",
"@giscus/react": "^2.4.0",
"@mui/icons-material": "^5.15.6",
"@mui/material": "^5.15.6",
"@vercel/analytics": "^1.1.2",
"@vercel/og": "^0.6.2",
"@vercel/speed-insights": "^1.0.8",
"dayjs": "^1.11.10",
"gray-matter": "^4.0.3",
"localforage": "^1.10.0",
"lodash": "^4.17.21",
"next": "14.1.0",
"next-mdx-remote": "^4.4.1",
"next-sitemap": "^4.2.3",
"next-translate": "^2.6.2",
"react": "^18",
"react-dom": "^18",
"react-markdown": "^9.0.1",
"react-transition-group": "^4.4.5",
"reading-time": "^1.5.0",
"recharts": "^2.12.3",
"rehype-pretty-code": "^0.13.1",
"satori": "^0.10.13",
"yup": "^1.3.3",
"zustand": "^4.5.2"
},
"devDependencies": {
"@mdx-js/loader": "^3.0.0",
"@mdx-js/react": "^3.0.0",
"@next/mdx": "^14.1.0",
"@spotify/web-api-ts-sdk": "^1.2.0",
"@types/fs-extra": "^11.0.4",
"@types/jsdom": "^21.1.6",
"@types/lodash": "^4.14.202",
"@types/mdx": "^2.0.10",
"@types/node": "^20",
"@types/node-fetch": "^2.6.11",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/react-transition-group": "^4.4.10",
"@types/recharts": "^1.8.29",
"dotenv": "^16.4.2",
"eslint": "^8",
"eslint-config-next": "14.1.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react-hooks": "^4.6.0",
"fs-extra": "^11.2.0",
"jsdom": "^24.0.0",
"next-remote-refresh": "^0.10.0",
"next-translate-plugin": "^2.6.2",
"node-fetch": "^2.6.7",
"prettier": "^3.2.4",
"sharp": "^0.32.6",
"ts-node": "^10.9.2",
"typescript": "^5",
"url-slug": "^4.0.1",
"yaml": "^2.3.4"
}
}