-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
55 lines (55 loc) · 1.5 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
{
"name": "personal-v3",
"private": true,
"sideEffects": false,
"scripts": {
"build": "remix build",
"dev": "sst bind remix dev",
"deploy": "sst deploy",
"start": "NODE_ENV=development remix-serve build/index.js",
"remove": "sst remove",
"typecheck": "tsc",
"sst:deploy": "sst deploy",
"sst:dev": "sst dev",
"test": "NODE_ENV=test jest"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.369.0",
"@aws-sdk/s3-request-presigner": "^3.369.0",
"@fontsource/cormorant-garamond": "^5.0.8",
"@fontsource/titillium-web": "^5.0.8",
"@phosphor-icons/react": "^2.0.10",
"@remix-run/css-bundle": "^1.19.3",
"@remix-run/node": "^1.19.3",
"@remix-run/react": "^1.19.3",
"@remix-run/serve": "^1.19.3",
"isbot": "^3.6.12",
"marked": "^9.0.3",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@remix-run/dev": "^1.19.3",
"@remix-run/eslint-config": "^1.19.3",
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^14.0.0",
"@types/jest": "^29.5.3",
"@types/marked": "^5.0.2",
"@types/react": "^18.2.14",
"@types/react-dom": "^18.2.6",
"aws-cdk-lib": "2.84.0",
"babel-jest": "^29.6.2",
"constructs": "10.1.156",
"eslint": "^8.44.0",
"jest": "^29.6.2",
"jest-environment-jsdom": "^29.6.2",
"prettier": "3.0.3",
"react-router-dom": "^6.14.2",
"sst": "^2.20.1",
"ts-jest": "^29.1.1",
"typescript": "^5.1.6"
},
"engines": {
"node": ">=14"
}
}