-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
87 lines (87 loc) · 2.68 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
{
"name": "digitalcanvas-dev-87dc",
"private": true,
"sideEffects": false,
"scripts": {
"build": "remix build",
"dev": "run-p dev:*",
"dev:arc": "node ./dev sandbox",
"dev:remix": "remix watch",
"format": "prettier --write .",
"lint": "eslint --cache --cache-location ./node_modules/.cache/eslint .",
"test": "vitest",
"test:e2e:dev": "start-server-and-test dev http://localhost:3000 \"npx cypress open\"",
"test:e2e:run": "cross-env PORT=8811 start-server-and-test dev http://localhost:8811 \"npx cypress run\"",
"typecheck": "tsc && tsc -p cypress",
"validate": "run-p \"test -- --run\" lint typecheck test:e2e:run"
},
"prettier": {
"singleQuote": true
},
"license": "MIT",
"eslintIgnore": [
"/node_modules",
"/server/index.js",
"/public/build"
],
"dependencies": {
"@architect/architect": "^10.13.1",
"@architect/functions": "^6.0.1",
"@aws-sdk/client-ses": "^3.363.0",
"@paralleldrive/cuid2": "^2.2.1",
"@remix-run/architect": "^1.17.0",
"@remix-run/css-bundle": "^1.17.0",
"@remix-run/node": "^1.17.0",
"@remix-run/react": "^1.17.0",
"@remix-run/server-runtime": "^1.17.0",
"@tabler/icons-react": "^2.23.0",
"isbot": "^3.6.12",
"node-fetch": "^3.3.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-ga4": "^2.1.0",
"react-google-recaptcha": "^2.1.0",
"tiny-invariant": "^1.3.1"
},
"devDependencies": {
"@faker-js/faker": "^8.0.2",
"@remix-run/dev": "^1.17.0",
"@remix-run/eslint-config": "^1.16.1",
"@testing-library/cypress": "^9.0.0",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^14.4.3",
"@types/architect__functions": "^3.13.7",
"@types/eslint": "^8.40.2",
"@types/node": "^18.16.19",
"@types/react": "^18.2.14",
"@types/react-dom": "^18.2.6",
"@types/react-google-recaptcha": "^2.1.5",
"@vitejs/plugin-react": "^4.0.1",
"@vitest/coverage-v8": "^0.32.4",
"autoprefixer": "^10.4.14",
"cross-env": "^7.0.3",
"cypress": "^12.16.0",
"esbuild": "^0.18.11",
"eslint": "^8.44.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-cypress": "^2.13.3",
"eslint-plugin-testing-library": "^5.11.0",
"happy-dom": "^9.20.3",
"mock-aws-s3": "^4.0.2",
"msw": "^1.2.2",
"npm-run-all": "^4.1.5",
"prettier": "^3.0.0",
"prettier-plugin-tailwindcss": "^0.3.0",
"start-server-and-test": "^2.0.0",
"tailwindcss": "^3.3.2",
"ts-node": "^10.9.1",
"typescript": "^5.0.4",
"vite": "^4.3.9",
"vite-tsconfig-paths": "^4.2.0",
"vitest": "^0.32.4"
},
"engines": {
"node": ">=18"
}
}