generated from mantinedev/remix-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.61 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
56
57
58
{
"name": "remix-v2",
"private": true,
"sideEffects": false,
"type": "module",
"scripts": {
"build": "remix build",
"dev": "sst bind remix dev",
"start": "remix-serve ./build/index.js",
"typecheck": "tsc",
"sst:deploy": "sst deploy",
"sst:dev": "sst dev"
},
"dependencies": {
"@mantine/core": "^7.6.1",
"@mantine/hooks": "^7.6.1",
"@mantine/vanilla-extract": "^7.6.1",
"@remix-run/css-bundle": "^2.7.2",
"@remix-run/node": "^2.7.2",
"@remix-run/react": "^2.7.2",
"@remix-run/serve": "^2.7.2",
"@remix-run/server-runtime": "^2.7.2",
"@tabler/icons-react": "^2.47.0",
"date-fns": "^3.3.1",
"fast-xml-parser": "^4.3.5",
"isbot": "^5.1.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@iconify/react": "^4.1.1",
"@remix-run/dev": "^2.7.2",
"@remix-run/eslint-config": "^2.7.2",
"@testing-library/jest-dom": "^6.4.2",
"@testing-library/react": "^14.2.1",
"@types/jest": "^29.5.12",
"@types/react": "^18.2.35",
"@types/react-dom": "^18.2.14",
"@vanilla-extract/css": "^1.14.1",
"@vanilla-extract/recipes": "^0.5.2",
"@vanilla-extract/sprinkles": "^1.6.1",
"aws-cdk-lib": "2.124.0",
"constructs": "10.3.0",
"eslint": "^8.57.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-simple-import-sort": "^12.0.0",
"jest": "^29.7.0",
"postcss": "^8.4.31",
"postcss-preset-mantine": "1.13.0",
"postcss-simple-vars": "^7.0.1",
"sst": "^2.40.6",
"typescript": "^5.2.2"
},
"engines": {
"node": ">=20.0.0"
},
"packageManager": "[email protected]"
}