-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.14 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
{
"private": true,
"name": "tech-snacks",
"description": "",
"license": "",
"scripts": {
"build": "remix build",
"dev": "remix dev",
"start": "remix-serve build",
"lint": "eslint app/",
"format": "eslint app/ --fix"
},
"dependencies": {
"@remix-run/node": "^1.14.1",
"@remix-run/react": "^1.14.1",
"@remix-run/serve": "^1.14.1",
"dirty-kitchen": "^0.3.4",
"gray-matter": "^4.0.3",
"highlight.js": "^11.7.0",
"marked": "^4.2.12",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"typescript": "^4.9.5"
},
"devDependencies": {
"@remix-run/dev": "^1.14.1",
"@types/marked": "^4.0.8",
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"@typescript-eslint/eslint-plugin": "^5.54.1",
"@typescript-eslint/parser": "^5.54.1",
"eslint": "^8.36.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-import-resolver-typescript": "^3.5.3",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0"
},
"engines": {
"node": ">=14"
},
"sideEffects": false
}