generated from remix-run/indie-stack
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
152 lines (152 loc) · 4.95 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
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
{
"type": "module",
"name": "transit-agency-site-4f17",
"private": true,
"sideEffects": false,
"scripts": {
"gtfs": "tsx app/gtfs-load/index.ts",
"build": "remix vite:build",
"start": "remix-serve ./build/server/index.js",
"dev": "remix vite:dev",
"dev:serve": "binode --require ./mocks -- @remix-run/serve:remix-serve ./build/index.js",
"format": "prettier --write .",
"lint": "eslint --cache --cache-location ./node_modules/.cache/eslint .",
"start:mocks": "binode --require ./mocks -- @remix-run/serve:remix-serve ./build/index.js",
"test": "vitest",
"predeploy": "tsx ./app/predeploy.ts",
"backup": "tsx ./drizzle/backup.ts",
"seed": "tsx ./drizzle/seed.ts",
"db:push": "npx drizzle-kit push:sqlite --config=./drizzle/config.ts",
"generate": "npx drizzle-kit generate:sqlite --config=./drizzle/config.ts",
"test:e2e:dev": "start-server-and-test dev http://localhost:3000 \"npx cypress open\"",
"pretest:e2e:run": "npm run build",
"test:e2e:run": "cross-env PORT=8811 start-server-and-test start:mocks http://localhost:8811 \"npx cypress run\"",
"typecheck": "tsc && tsc -p cypress",
"drizzle:pull": "drizzle-kit introspect:sqlite --config=drizzle/config.ts",
"validate": "run-p \"test -- --run\" lint typecheck test:e2e:run"
},
"prettier": {},
"eslintIgnore": [
"/node_modules",
"/build",
"/public/build"
],
"dependencies": {
"@aws-sdk/client-s3": "^3.504.0",
"@libsql/client": "0.4.0-pre.7",
"@paralleldrive/cuid2": "^2.2.2",
"@radix-ui/react-accordion": "^1.1.2",
"@radix-ui/react-dropdown-menu": "^2.0.6",
"@radix-ui/react-slot": "^1.0.2",
"@remix-run/node": "*",
"@remix-run/react": "*",
"@remix-run/serve": "*",
"@turf/bbox": "^7.0.0",
"@turf/bbox-polygon": "^7.0.0",
"@turf/buffer": "^7.0.0",
"@turf/convex": "^7.0.0",
"@turf/helpers": "^7.0.0",
"@turf/meta": "^7.0.0",
"@turf/simplify": "^7.0.0",
"@turf/union": "^7.0.0",
"@types/geojson": "^7946.0.13",
"@types/lodash": "^4.14.202",
"@types/mapbox-gl": "^2.7.19",
"archiver": "^7.0.1",
"bcryptjs": "^2.4.3",
"better-sqlite3": "^9.3.0",
"bun": "^1.0.25",
"class-variance-authority": "^0.7.0",
"cli-table": "^0.3.11",
"clsx": "^2.1.0",
"crypto-js": "^4.2.0",
"dotenv": "^16.4.5",
"drizzle-orm": "^0.29.3",
"gtfs": "^4.13.1",
"gtfs-to-geojson": "^3.7.4",
"gtfs-to-html": "^2.6.10",
"isbot": "^4.1.0",
"lodash": "^4.17.21",
"lodash-es": "^4.17.21",
"lucide-react": "^0.314.0",
"mapbox-gl": "^3.1.2",
"node-cron": "^3.0.3",
"p-limit": "^6.1.0",
"pretty-error": "^4.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-map-gl": "^7.1.7",
"sanitize-filename": "^1.6.3",
"sqlite": "^5.1.1",
"sqlite3": "^5.1.7",
"sqlstring-sqlite": "^0.1.1",
"tailwind-merge": "^2.2.1",
"tailwindcss-animate": "^1.0.7",
"timer-machine": "^1.1.0",
"tiny-invariant": "^1.3.1",
"toposort": "^2.0.2",
"tsx": "^4.7.0",
"yargs": "^17.7.2",
"yoctocolors": "^2.1.1",
"zod": "^3.22.4"
},
"devDependencies": {
"@faker-js/faker": "^8.2.0",
"@remix-run/dev": "^2.10.3",
"@testing-library/cypress": "^10.0.1",
"@testing-library/jest-dom": "^6.1.4",
"@types/bcryptjs": "^2.4.5",
"@types/better-sqlite3": "^7.6.9",
"@types/crypto-js": "^4.2.2",
"@types/eslint": "^8.44.6",
"@types/lodash-es": "^4.17.12",
"@types/node": "^18.19.40",
"@types/node-cron": "^3.0.11",
"@types/react": "^18.2.20",
"@types/react-dom": "^18.2.7",
"@types/timer-machine": "^1.1.3",
"@types/yargs": "^17.0.32",
"@typescript-eslint/eslint-plugin": "^6.7.4",
"@typescript-eslint/parser": "^6.7.4",
"@vitejs/plugin-react": "^4.1.0",
"@vitest/coverage-v8": "^0.34.6",
"autoprefixer": "^10.4.19",
"binode": "^1.0.5",
"cookie": "^0.5.0",
"cross-env": "^7.0.3",
"cypress": "^13.3.2",
"drizzle-kit": "^0.20.13",
"eslint": "^8.38.0",
"eslint-config-prettier": "^9.0.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-cypress": "^2.15.1",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-jest": "^27.4.3",
"eslint-plugin-jest-dom": "^5.1.0",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-markdown": "^3.0.1",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-testing-library": "^6.1.0",
"happy-dom": "^12.9.1",
"husky": "^9.0.11",
"lint-staged": "^15.2.7",
"msw": "^1.3.2",
"npm-run-all": "^4.1.5",
"postcss": "^8.4.38",
"prettier": "3.0.3",
"prettier-plugin-tailwindcss": "^0.5.6",
"start-server-and-test": "^2.0.1",
"tailwindcss": "^3.4.4",
"ts-node": "^10.9.1",
"tsconfig-paths": "^4.2.0",
"tsup": "^8.0.1",
"typescript": "^5.1.6",
"vite": "^5.1.0",
"vite-tsconfig-paths": "^4.3.2",
"vitest": "^0.34.6"
},
"engines": {
"node": ">=20.0.0"
}
}