-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 877 Bytes
/
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
{
"name": "cadell-dev",
"version": "1.0.0",
"license": "MIT",
"scripts": {
"dev": "next dev",
"dev:watch": "next-remote-watch ./posts",
"build": "next build",
"start": "next start",
"export": "next export",
"typescript": "tsc"
},
"dependencies": {
"@fontsource/source-sans-pro": "^4.5.1",
"@fontsource/source-serif-pro": "^4.5.4",
"cadells-vanilla-components": "^1.5.3",
"date-fns": "2.10.0",
"gray-matter": "^4.0.2",
"next": "^14.0.3",
"next-mdx-remote": "^4.4.1",
"next-remote-watch": "^2.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@next/mdx": "^14.0.3",
"@types/node": "^14.0.1",
"@types/react": "^18.2.42",
"@vanilla-extract/css": "^1.14.0",
"@vanilla-extract/next-plugin": "^2.3.2",
"prettier": "2.2.0",
"typescript": "^5.3.3"
}
}