-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
90 lines (90 loc) · 3.24 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
{
"name": "scroll",
"private": "true",
"scripts": {
"start": "convex dev --once && concurrently --restart-tries=-1 --prefix-colors=\"black.bold.bgCyan,black.bold.bgYellow\" --prefix=\" {name} \" --names=\"PARCEL,CONVEX\" \"parcel serve src/elm-ts/index.html\" \"convex dev\"",
"pretest": "concurrently --group --prefix-colors=\"black.bold.bgMagenta,black.bold.bgBlue,black.bold.bgCyan\" --prefix=\" {name} \" --names=\"PRETTIER,ESLINT,CONVEX + TSC\" \"prettier --check .\" \"eslint --max-warnings=0 .\" \"convex codegen && tsc -noEmit\"",
"test": "jest",
"posttest": "parcel build src/elm-ts/index.html"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rjdellecese/scroll.git"
},
"devDependencies": {
"@parcel/packager-raw-url": "^2.11.0",
"@parcel/transformer-webmanifest": "^2.11.0",
"@parcel/validator-typescript": "^2.11.0",
"@tsconfig/recommended": "^1.0.3",
"@tsconfig/strictest": "^2.0.3",
"@types/jest": "^29.5.12",
"@types/luxon": "^3.4.2",
"@types/node": "^20.11.20",
"@types/react": "^18.2.58",
"@types/react-dom": "^18.2.19",
"@typescript-eslint/eslint-plugin": "^7.0.2",
"@typescript-eslint/parser": "^7.0.2",
"buffer": "^6.0.3",
"concurrently": "^8.2.2",
"eslint": "^8.56.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-n": "^16.6.2",
"eslint-plugin-no-relative-import-paths": "^1.5.3",
"eslint-plugin-no-type-assertion": "^1.3.0",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-simple-import-sort": "^12.0.0",
"eslint-plugin-unicorn": "^51.0.1",
"fast-check": "^3.15.1",
"jest": "^29.7.0",
"os-browserify": "^0.3.0",
"parcel": "^2.11.0",
"postcss": "^8.4.35",
"postcss-nested": "^6.0.1",
"prettier": "^3.2.5",
"process": "^0.11.10",
"tailwindcss": "^3.4.1",
"ts-jest": "^29.1.2",
"typescript": "^5.3.3"
},
"dependencies": {
"@clerk/clerk-react": "4.30.5",
"@fontsource-variable/jetbrains-mono": "^5.0.19",
"@fontsource-variable/lora": "^5.0.14",
"@fontsource-variable/mulish": "^5.0.17",
"@netlify/functions": "2.6.0",
"@sentry/browser": "7.102.1",
"@sentry/tracing": "7.102.1",
"@tiptap/core": "^2.2.4",
"@tiptap/extension-link": "^2.2.4",
"@tiptap/extension-placeholder": "^2.2.4",
"@tiptap/extension-task-item": "^2.2.4",
"@tiptap/extension-task-list": "^2.2.4",
"@tiptap/extension-typography": "^2.2.4",
"@tiptap/extension-underline": "^2.2.4",
"@tiptap/react": "^2.2.4",
"@tiptap/starter-kit": "^2.2.4",
"convex": "1.9.1",
"elm-ts": "npm:@rjdellecese/elm-ts@^0.9.0",
"fp-ts": "2.16.2",
"fp-ts-react-stable-hooks": "^1.5.0",
"fp-ts-routing": "npm:@rjdellecese/fp-ts-routing@^0.6.0",
"fp-ts-std": "0.18.0",
"io-ts": "2.2.21",
"lucide-react": "0.338.0",
"luxon": "3.4.4",
"monocle-ts": "^2.3.13",
"newtype-ts": "^0.3.5",
"node-fetch": "3.3.2",
"prosemirror-collab": "1.3.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-intersection-observer": "9.8.1",
"rxjs": "7.8.1",
"ts-pattern": "5.0.8"
},
"optionalDependencies": {
"@parcel/watcher-linux-x64-glibc": "^2.4.1"
}
}