-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.63 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
{
"private": true,
"name": "remix-app-template",
"description": "",
"license": "",
"type": "module",
"scripts": {
"build": "yarn generate && cross-env NODE_ENV=production remix build",
"dev": "cross-env NODE_ENV=development remix dev",
"generate": "graphql-codegen",
"lint": "eslint app"
},
"dependencies": {
"@giscus/react": "^2.4.0",
"@picocss/pico": "^1.5.10",
"@remix-run/node": "^2.4.0",
"@remix-run/react": "^2.4.0",
"@vercel/analytics": "^1.1.1",
"date-fns": "^2.30.0",
"datocms-structured-text-to-plain-text": "^2.0.4",
"dedent": "^1.5.1",
"feed": "^4.2.2",
"pretendard": "^1.3.9",
"react": "^18.2.0",
"react-datocms": "^4.1.3",
"react-dom": "^18.2.0",
"react-feather": "^2.0.10",
"react-syntax-highlighter": "^15.5.0",
"rosetta": "^1.1.0",
"tiny-invariant": "^1.3.1"
},
"devDependencies": {
"@biomejs/biome": "^1.4.1",
"@graphql-codegen/cli": "^5.0.0",
"@graphql-codegen/typescript": "^4.0.1",
"@graphql-codegen/typescript-document-nodes": "^4.0.1",
"@graphql-codegen/typescript-operations": "^4.0.1",
"@parcel/watcher": "^2.3.0",
"@remix-run/dev": "^2.4.0",
"@remix-run/eslint-config": "^2.4.0",
"@remix-run/serve": "^2.4.0",
"@types/dedent": "^0.7.2",
"@types/eslint": "^8.44.9",
"@types/react": "^18.2.45",
"@types/react-dom": "^18.2.18",
"@types/react-syntax-highlighter": "^15.5.11",
"cross-env": "^7.0.3",
"eslint": "^8.56.0",
"graphql": "^16.8.1",
"typescript": "^5.3.3"
},
"engines": {
"node": ">=18"
},
"sideEffects": false,
"packageManager": "yarn@3.1.1"
}