|
18 | 18 | "solution": "SOLUTION=true node scripts/exercise.js",
|
19 | 19 | "s": "npm run solution",
|
20 | 20 | "prepare": "node ./scripts/prepare-stackblitz.js",
|
21 |
| - "e-01": "npm run exercise 01", |
22 |
| - "s-01": "npm run solution 01", |
23 |
| - "e-02": "npm run exercise 02", |
24 |
| - "s-02": "npm run solution 02", |
25 |
| - "e-03": "npm run exercise 03", |
26 |
| - "s-03": "npm run solution 03", |
27 |
| - "e-04": "npm run exercise 04", |
28 |
| - "s-04": "npm run solution 04", |
29 |
| - "e-05": "npm run exercise 05", |
30 |
| - "s-05": "npm run solution 05", |
31 |
| - "e-06": "npm run exercise 06", |
32 |
| - "s-06": "npm run solution 06", |
33 |
| - "e-07": "npm run exercise 07", |
34 |
| - "s-07": "npm run solution 07", |
35 |
| - "e-08": "npm run exercise 08", |
36 |
| - "s-08": "npm run solution 08", |
37 |
| - "e-09": "npm run exercise 09", |
38 |
| - "s-09": "npm run solution 09", |
39 |
| - "e-10": "npm run exercise 10", |
40 |
| - "s-10": "npm run solution 10", |
41 |
| - "e-11": "npm run exercise 11", |
42 |
| - "s-11": "npm run solution 11", |
43 |
| - "e-12": "npm run exercise 12", |
44 |
| - "s-12": "npm run solution 12", |
45 |
| - "e-13": "npm run exercise 13", |
46 |
| - "s-13": "npm run solution 13", |
47 |
| - "e-14": "npm run exercise 14", |
48 |
| - "s-14": "npm run solution 14", |
49 |
| - "e-15": "npm run exercise 15", |
50 |
| - "s-15": "npm run solution 15", |
51 |
| - "e-16": "npm run exercise 16", |
52 |
| - "s-16": "npm run solution 16", |
53 |
| - "e-17": "npm run exercise 17", |
54 |
| - "s-17": "npm run solution 17", |
55 |
| - "e-18": "npm run exercise 18", |
56 |
| - "s-18": "npm run solution 18", |
57 |
| - "e-19": "npm run exercise 19", |
58 |
| - "s-19": "npm run solution 19", |
59 |
| - "e-20": "npm run exercise 20", |
60 |
| - "s-20": "npm run solution 20", |
61 |
| - "e-21": "npm run exercise 21", |
62 |
| - "s-21": "npm run solution 21", |
63 |
| - "e-22": "npm run exercise 22", |
64 |
| - "s-22": "npm run solution 22", |
65 |
| - "e-23": "npm run exercise 23", |
66 |
| - "s-23": "npm run solution 23", |
67 |
| - "e-24": "npm run exercise 24", |
68 |
| - "s-24": "npm run solution 24", |
69 |
| - "e-25": "npm run exercise 25", |
70 |
| - "s-25": "npm run solution 25", |
71 |
| - "e-26": "npm run exercise 26", |
72 |
| - "s-26": "npm run solution 26", |
73 |
| - "e-27": "npm run exercise 27", |
74 |
| - "s-27": "npm run solution 27", |
75 |
| - "e-28": "npm run exercise 28", |
76 |
| - "s-28": "npm run solution 28", |
77 |
| - "e-29": "npm run exercise 29", |
78 |
| - "s-29": "npm run solution 29", |
79 |
| - "e-30": "npm run exercise 30", |
80 |
| - "s-30": "npm run solution 30", |
81 |
| - "e-31": "npm run exercise 31", |
82 |
| - "s-31": "npm run solution 31", |
83 |
| - "e-32": "npm run exercise 32", |
84 |
| - "s-32": "npm run solution 32", |
85 |
| - "e-33": "npm run exercise 33", |
86 |
| - "s-33": "npm run solution 33", |
87 |
| - "e-34": "npm run exercise 34", |
88 |
| - "s-34": "npm run solution 34", |
89 |
| - "e-35": "npm run exercise 35", |
90 |
| - "s-35": "npm run solution 35", |
91 |
| - "e-36": "npm run exercise 36", |
92 |
| - "s-36": "npm run solution 36", |
93 |
| - "e-37": "npm run exercise 37", |
94 |
| - "s-37": "npm run solution 37", |
95 |
| - "e-38": "npm run exercise 38", |
96 |
| - "s-38": "npm run solution 38", |
97 |
| - "e-39": "npm run exercise 39", |
98 |
| - "s-39": "npm run solution 39", |
99 |
| - "e-40": "npm run exercise 40", |
100 |
| - "s-40": "npm run solution 40", |
101 |
| - "e-20.1": "npm run exercise 20.1", |
102 |
| - "s-20.1": "npm run solution 20.1", |
103 |
| - "e-20.2": "npm run exercise 20.2", |
104 |
| - "s-20.2": "npm run solution 20.2", |
105 |
| - "e-20.3": "npm run exercise 20.3", |
106 |
| - "s-20.3": "npm run solution 20.3", |
107 |
| - "e-20.4": "npm run exercise 20.4", |
108 |
| - "s-20.4": "npm run solution 20.4", |
109 |
| - "e-20.5": "npm run exercise 20.5", |
110 |
| - "s-20.5": "npm run solution 20.5", |
111 |
| - "e-20.6": "npm run exercise 20.6", |
112 |
| - "s-20.6": "npm run solution 20.6", |
113 |
| - "e-20.7": "npm run exercise 20.7", |
114 |
| - "s-20.7": "npm run solution 20.7" |
| 21 | + "e-01": "npm run exercise -- 01", |
| 22 | + "s-01": "npm run solution -- 01", |
| 23 | + "e-02": "npm run exercise -- 02", |
| 24 | + "s-02": "npm run solution -- 02", |
| 25 | + "e-03": "npm run exercise -- 03", |
| 26 | + "s-03": "npm run solution -- 03", |
| 27 | + "e-04": "npm run exercise -- 04", |
| 28 | + "s-04": "npm run solution -- 04", |
| 29 | + "e-05": "npm run exercise -- 05", |
| 30 | + "s-05": "npm run solution -- 05", |
| 31 | + "e-06": "npm run exercise -- 06", |
| 32 | + "s-06": "npm run solution -- 06", |
| 33 | + "e-07": "npm run exercise -- 07", |
| 34 | + "s-07": "npm run solution -- 07", |
| 35 | + "e-08": "npm run exercise -- 08", |
| 36 | + "s-08": "npm run solution -- 08", |
| 37 | + "e-09": "npm run exercise -- 09", |
| 38 | + "s-09": "npm run solution -- 09", |
| 39 | + "e-10": "npm run exercise -- 10", |
| 40 | + "s-10": "npm run solution -- 10", |
| 41 | + "e-11": "npm run exercise -- 11", |
| 42 | + "s-11": "npm run solution -- 11", |
| 43 | + "e-12": "npm run exercise -- 12", |
| 44 | + "s-12": "npm run solution -- 12", |
| 45 | + "e-13": "npm run exercise -- 13", |
| 46 | + "s-13": "npm run solution -- 13", |
| 47 | + "e-14": "npm run exercise -- 14", |
| 48 | + "s-14": "npm run solution -- 14", |
| 49 | + "e-15": "npm run exercise -- 15", |
| 50 | + "s-15": "npm run solution -- 15", |
| 51 | + "e-16": "npm run exercise -- 16", |
| 52 | + "s-16": "npm run solution -- 16", |
| 53 | + "e-17": "npm run exercise -- 17", |
| 54 | + "s-17": "npm run solution -- 17", |
| 55 | + "e-18": "npm run exercise -- 18", |
| 56 | + "s-18": "npm run solution -- 18", |
| 57 | + "e-19": "npm run exercise -- 19", |
| 58 | + "s-19": "npm run solution -- 19", |
| 59 | + "e-20": "npm run exercise -- 20", |
| 60 | + "s-20": "npm run solution -- 20", |
| 61 | + "e-21": "npm run exercise -- 21", |
| 62 | + "s-21": "npm run solution -- 21", |
| 63 | + "e-22": "npm run exercise -- 22", |
| 64 | + "s-22": "npm run solution -- 22", |
| 65 | + "e-23": "npm run exercise -- 23", |
| 66 | + "s-23": "npm run solution -- 23", |
| 67 | + "e-24": "npm run exercise -- 24", |
| 68 | + "s-24": "npm run solution -- 24", |
| 69 | + "e-25": "npm run exercise -- 25", |
| 70 | + "s-25": "npm run solution -- 25", |
| 71 | + "e-26": "npm run exercise -- 26", |
| 72 | + "s-26": "npm run solution -- 26", |
| 73 | + "e-27": "npm run exercise -- 27", |
| 74 | + "s-27": "npm run solution -- 27", |
| 75 | + "e-28": "npm run exercise -- 28", |
| 76 | + "s-28": "npm run solution -- 28", |
| 77 | + "e-29": "npm run exercise -- 29", |
| 78 | + "s-29": "npm run solution -- 29", |
| 79 | + "e-30": "npm run exercise -- 30", |
| 80 | + "s-30": "npm run solution -- 30", |
| 81 | + "e-31": "npm run exercise -- 31", |
| 82 | + "s-31": "npm run solution -- 31", |
| 83 | + "e-32": "npm run exercise -- 32", |
| 84 | + "s-32": "npm run solution -- 32", |
| 85 | + "e-33": "npm run exercise -- 33", |
| 86 | + "s-33": "npm run solution -- 33", |
| 87 | + "e-34": "npm run exercise -- 34", |
| 88 | + "s-34": "npm run solution -- 34", |
| 89 | + "e-35": "npm run exercise -- 35", |
| 90 | + "s-35": "npm run solution -- 35", |
| 91 | + "e-36": "npm run exercise -- 36", |
| 92 | + "s-36": "npm run solution -- 36", |
| 93 | + "e-37": "npm run exercise -- 37", |
| 94 | + "s-37": "npm run solution -- 37", |
| 95 | + "e-38": "npm run exercise -- 38", |
| 96 | + "s-38": "npm run solution -- 38", |
| 97 | + "e-39": "npm run exercise -- 39", |
| 98 | + "s-39": "npm run solution -- 39", |
| 99 | + "e-40": "npm run exercise -- 40", |
| 100 | + "s-40": "npm run solution -- 40", |
| 101 | + "e-20.1": "npm run exercise -- 20.1", |
| 102 | + "s-20.1": "npm run solution -- 20.1", |
| 103 | + "e-20.2": "npm run exercise -- 20.2", |
| 104 | + "s-20.2": "npm run solution -- 20.2", |
| 105 | + "e-20.3": "npm run exercise -- 20.3", |
| 106 | + "s-20.3": "npm run solution -- 20.3", |
| 107 | + "e-20.4": "npm run exercise -- 20.4", |
| 108 | + "s-20.4": "npm run solution -- 20.4", |
| 109 | + "e-20.5": "npm run exercise -- 20.5", |
| 110 | + "s-20.5": "npm run solution -- 20.5", |
| 111 | + "e-20.6": "npm run exercise -- 20.6", |
| 112 | + "s-20.6": "npm run solution -- 20.6", |
| 113 | + "e-20.7": "npm run exercise -- 20.7", |
| 114 | + "s-20.7": "npm run solution -- 20.7" |
115 | 115 | },
|
116 | 116 | "dependencies": {
|
117 | 117 | "@types/express": "^4.17.13",
|
|
0 commit comments