-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
53 lines (53 loc) · 1.39 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
{
"private": true,
"name": "remix-app-template",
"description": "",
"license": "",
"dependencies": {
"@analytics/google-tag-manager": "^0.5.2",
"@emotion/cache": "^11.7.1",
"@emotion/react": "^11.9.0",
"@emotion/server": "^11.4.0",
"@emotion/styled": "^11.8.1",
"@mui/icons-material": "^5.6.2",
"@mui/material": "^5.6.2",
"@remix-run/react": "^1.4.1",
"@remix-run/vercel": "^1.4.1",
"@remix-run/node": "^1.4.1",
"analytics": "^0.8.1",
"dayjs": "^1.11.1",
"dotenv": "^16.0.0",
"graphql-request": "^4.2.0",
"html-react-parser": "^1.4.11",
"lodash": "^4.17.21",
"query-string": "^7.1.1",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-router-dom": "^6.3.0",
"react-syntax-highlighter": "^15.5.0",
"remix": "^1.4.1",
"tslib": "^2.3.1",
"use-query-params": "^1.2.3"
},
"devDependencies": {
"@remix-run/dev": "^1.4.1",
"@remix-run/eslint-config": "^1.4.1",
"@remix-run/serve": "^1.4.1",
"@types/lodash": "^4.14.182",
"@types/react": "^18.0.5",
"@types/react-dom": "^18.0.1",
"@types/react-gravatar": "^2.6.10",
"@types/react-syntax-highlighter": "^13.5.2",
"eslint": "^8.13.0",
"typescript": "^4.6.3"
},
"engines": {
"node": ">=14"
},
"sideEffects": false,
"scripts": {
"build": "remix build",
"dev": "remix dev",
"postinstall": "remix setup node"
}
}