-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.62 KB
/
package.json
File metadata and controls
57 lines (57 loc) · 1.62 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
54
55
56
57
{
"private": true,
"sideEffects": false,
"scripts": {
"build": "remix build",
"deploy": "fly deploy --remote-only",
"dev": "remix dev",
"start": "remix-serve build",
"lint": "run-p lint:*",
"lint:eslint": "eslint --cache --cache-location ./node_modules/.cache/eslint --max-warnings 0 .",
"lint:typescript": "tsc --noEmit"
},
"dependencies": {
"@phosphor-icons/react": "^2.0.9",
"@remix-run/node": "^1.18.0",
"@remix-run/react": "^1.18.0",
"@remix-run/serve": "^1.18.0",
"airtable": "^0.12.1",
"classnames": "^2.3.2",
"date-fns": "^2.30.0",
"date-fns-tz": "^2.0.0",
"ioredis": "^5.3.2",
"isbot": "^3.6.8",
"react": "^18.2.0",
"react-copy-to-clipboard": "^5.1.0",
"react-dom": "^18.2.0",
"react-markdown": "^8.0.7",
"react-syntax-highlighter": "^15.5.0",
"remark-gfm": "^3.0.1",
"remix-utils": "^6.3.0",
"slug": "^8.2.2",
"tiny-invariant": "^1.3.1",
"zod": "^3.21.4"
},
"devDependencies": {
"@maanu-devtools/eslint-config-remix": "^1.1.0",
"@maanu-devtools/prettier-config": "^0.1.0",
"@remix-run/dev": "^1.18.0",
"@tailwindcss/typography": "^0.5.9",
"@types/react": "^18.2.6",
"@types/react-copy-to-clipboard": "^5.0.4",
"@types/react-dom": "^18.2.4",
"@types/react-syntax-highlighter": "^15.5.6",
"@types/slug": "^5.0.3",
"daisyui": "^3.1.6",
"eslint": "^8.41.0",
"husky": "^8.0.3",
"npm-run-all": "^4.1.5",
"prettier": "^2.8.8",
"prettier-plugin-tailwindcss": "^0.3.0",
"tailwindcss": "^3.3.2",
"typescript": "^5.0.4"
},
"engines": {
"node": ">=14"
}
}