-
Notifications
You must be signed in to change notification settings - Fork 203
/
package.json
127 lines (127 loc) · 4.11 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
{
"name": "advanced-patterns-workshop",
"version": "1.0.0",
"main": "index.js",
"author": "Matt Pocock <team@totaltypescript.com>",
"license": "GPL-2.0",
"devDependencies": {
"@total-typescript/exercise-cli": "^0.11.0",
"@types/node": "^18.6.5",
"cross-fetch": "^3.1.5",
"jsdom": "^25.0.0",
"prettier": "^3.0.0",
"typescript": "5.6.2",
"vite-tsconfig-paths": "^5.0.0",
"vitest": "^2.0.0"
},
"scripts": {
"exercise": "tt-cli run",
"e": "npm run exercise",
"solution": "tt-cli run --solution",
"s": "npm run solution",
"ci": "(cd scripts/tests && npx vitest run)",
"prepare": "tt-cli prepare-stackblitz",
"update-snapshots": "(cd scripts/tests && npx vitest run -u)",
"e-00": "tt-cli run 00",
"s-00": "tt-cli run 00 --solution",
"e-01": "tt-cli run 01",
"s-01": "tt-cli run 01 --solution",
"e-02": "tt-cli run 02",
"s-02": "tt-cli run 02 --solution",
"e-03": "tt-cli run 03",
"s-03": "tt-cli run 03 --solution",
"e-04": "tt-cli run 04",
"s-04": "tt-cli run 04 --solution",
"e-05": "tt-cli run 05",
"s-05": "tt-cli run 05 --solution",
"e-06": "tt-cli run 06",
"s-06": "tt-cli run 06 --solution",
"e-07": "tt-cli run 07",
"s-07": "tt-cli run 07 --solution",
"e-08": "tt-cli run 08",
"s-08": "tt-cli run 08 --solution",
"e-09": "tt-cli run 09",
"s-09": "tt-cli run 09 --solution",
"e-10": "tt-cli run 10",
"s-10": "tt-cli run 10 --solution",
"e-12": "tt-cli run 12",
"s-12": "tt-cli run 12 --solution",
"e-13": "tt-cli run 13",
"s-13": "tt-cli run 13 --solution",
"e-14": "tt-cli run 14",
"s-14": "tt-cli run 14 --solution",
"e-15": "tt-cli run 15",
"s-15": "tt-cli run 15 --solution",
"e-16": "tt-cli run 16",
"s-16": "tt-cli run 16 --solution",
"e-17": "tt-cli run 17",
"s-17": "tt-cli run 17 --solution",
"e-17.8": "tt-cli run 17.8",
"s-17.8": "tt-cli run 17.8 --solution",
"e-18": "tt-cli run 18",
"s-18": "tt-cli run 18 --solution",
"e-18.2": "tt-cli run 18.2",
"s-18.2": "tt-cli run 18.2 --solution",
"e-19.3": "tt-cli run 19.3",
"s-19.3": "tt-cli run 19.3 --solution",
"e-19.4": "tt-cli run 19.4",
"s-19.4": "tt-cli run 19.4 --solution",
"e-20": "tt-cli run 20",
"s-20": "tt-cli run 20 --solution",
"e-21": "tt-cli run 21",
"s-21": "tt-cli run 21 --solution",
"e-22": "tt-cli run 22",
"s-22": "tt-cli run 22 --solution",
"e-22.5": "tt-cli run 22.5",
"s-22.5": "tt-cli run 22.5 --solution",
"e-22.9": "tt-cli run 22.9",
"s-22.9": "tt-cli run 22.9 --solution",
"e-23": "tt-cli run 23",
"s-23": "tt-cli run 23 --solution",
"e-23.9": "tt-cli run 23.9",
"s-23.9": "tt-cli run 23.9 --solution",
"e-24": "tt-cli run 24",
"s-24": "tt-cli run 24 --solution",
"e-24.9": "tt-cli run 24.9",
"s-24.9": "tt-cli run 24.9 --solution",
"e-25": "tt-cli run 25",
"s-25": "tt-cli run 25 --solution",
"e-25.9": "tt-cli run 25.9",
"s-25.9": "tt-cli run 25.9 --solution",
"e-26": "tt-cli run 26",
"s-26": "tt-cli run 26 --solution",
"e-26.5": "tt-cli run 26.5",
"s-26.5": "tt-cli run 26.5 --solution",
"e-27": "tt-cli run 27",
"s-27": "tt-cli run 27 --solution",
"e-28": "tt-cli run 28",
"s-28": "tt-cli run 28 --solution",
"e-29": "tt-cli run 29",
"s-29": "tt-cli run 29 --solution",
"e-30": "tt-cli run 30",
"s-30": "tt-cli run 30 --solution",
"e-30.5": "tt-cli run 30.5",
"s-30.5": "tt-cli run 30.5 --solution",
"e-31": "tt-cli run 31",
"s-31": "tt-cli run 31 --solution",
"e-32": "tt-cli run 32",
"s-32": "tt-cli run 32 --solution",
"e-33": "tt-cli run 33",
"s-33": "tt-cli run 33 --solution",
"e-34": "tt-cli run 34",
"s-34": "tt-cli run 34 --solution",
"e-38": "tt-cli run 38",
"s-38": "tt-cli run 38 --solution"
},
"dependencies": {
"@types/express": "^4.17.14",
"@types/lodash": "^4.14.186",
"@types/react": "^18.0.21",
"express": "^4.18.1",
"lodash": "^4.17.21",
"react": "^18.2.0",
"ts-toolbelt": "^9.6.0",
"zod": "^3.19.1"
},
"type": "module"
}