-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.4 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.4 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
43
44
45
46
47
48
49
50
51
52
53
{
"name": "diary",
"private": true,
"sideEffects": false,
"type": "module",
"packageManager": "pnpm@10.14.0",
"scripts": {
"build": "remix vite:build",
"dev": "remix vite:dev",
"start": "remix-serve ./build/server/index.js",
"typecheck": "tsc",
"lint": "biome lint --write",
"format": "biome format --write",
"check": "biome check --write"
},
"dependencies": {
"@remix-run/node": "^2.12.0",
"@remix-run/react": "^2.12.0",
"@remix-run/serve": "^2.12.0",
"clsx": "^2.1.1",
"framer-motion": "^12.23.12",
"gray-matter": "^4.0.3",
"isbot": "^4.1.0",
"motion": "^12.23.12",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"rehype-highlight": "^7.0.2",
"rehype-stringify": "^10.0.1",
"remark-gfm": "^4.0.1",
"remark-parse": "^11.0.0",
"remark-rehype": "^11.1.2",
"remix-themes": "^2.0.4",
"unified": "^11.0.5"
},
"devDependencies": {
"@biomejs/biome": "1.9.1",
"@remix-run/dev": "^2.12.0",
"@types/react": "^18.2.20",
"@types/react-dom": "^18.2.7",
"@vanilla-extract/css": "^1.15.5",
"@vanilla-extract/recipes": "^0.5.5",
"@vanilla-extract/sprinkles": "^1.6.3",
"@vanilla-extract/vite-plugin": "^4.0.15",
"postcss": "^8.4.38",
"typescript": "^5.1.6",
"vite": "^5.1.0",
"vite-plugin-svgr": "^4.3.0",
"vite-tsconfig-paths": "^4.2.1"
},
"engines": {
"node": ">=20.0.0"
}
}