-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 958 Bytes
/
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
{
"private": true,
"sideEffects": false,
"scripts": {
"build": "remix build",
"dev": "remix dev",
"lint": "eslint .",
"format": "prettier . --write",
"typecheck": "tsc"
},
"dependencies": {
"@emotion/css": "11.10.6",
"@emotion/react": "11.10.6",
"@emotion/server": "11.10.0",
"@remix-run/node": "^1.14.3",
"@remix-run/react": "^1.14.3",
"change-case": "4.1.2",
"cross-env": "^7.0.3",
"isbot": "^3.6.5",
"ramda": "0.29.0",
"react": "^18.2.0",
"react-countup": "6.4.2",
"react-dom": "^18.2.0",
"react-toastify": "9.1.2"
},
"devDependencies": {
"@remix-run/dev": "^1.14.3",
"@remix-run/eslint-config": "^1.14.3",
"@remix-run/serve": "^1.14.3",
"@types/ramda": "0.28.23",
"@types/react": "^18.0.25",
"@types/react-dom": "^18.0.8",
"eslint": "8.37.0",
"prettier": "2.8.7",
"typescript": "^4.8.4"
},
"engines": {
"node": ">=14"
}
}