Add package.json files for //scouting/www
I'm not sure if these will be useful yet, but as far as I can tell,
they don't hurt anything. They will be required for the new Angular
rules I'm importing for the rules_js migration.
It's possible we can get rid of these, but I'll figure that out in a
future patch.
Signed-off-by: Philipp Schrader <philipp.schrader@gmail.com>
Change-Id: Ice7b87d164bcbd557d93591d33370dcde5371835
diff --git a/scouting/www/counter_button/package.json b/scouting/www/counter_button/package.json
new file mode 100644
index 0000000..61eb83b
--- /dev/null
+++ b/scouting/www/counter_button/package.json
@@ -0,0 +1,4 @@
+{
+ "name": "@org_frc971/scouting/www/counter_button",
+ "private": true
+}
diff --git a/scouting/www/driver_ranking/package.json b/scouting/www/driver_ranking/package.json
new file mode 100644
index 0000000..06472cf
--- /dev/null
+++ b/scouting/www/driver_ranking/package.json
@@ -0,0 +1,7 @@
+{
+ "name": "@org_frc971/scouting/www/driver_ranking",
+ "private": true,
+ "dependencies": {
+ "@angular/forms": "15.0.1"
+ }
+}
diff --git a/scouting/www/entry/package.json b/scouting/www/entry/package.json
new file mode 100644
index 0000000..5ecf57a
--- /dev/null
+++ b/scouting/www/entry/package.json
@@ -0,0 +1,8 @@
+{
+ "name": "@org_frc971/scouting/www/entry",
+ "private": true,
+ "dependencies": {
+ "@org_frc971/scouting/www/counter_button": "workspace:*",
+ "@angular/forms": "15.0.1"
+ }
+}
diff --git a/scouting/www/import_match_list/package.json b/scouting/www/import_match_list/package.json
new file mode 100644
index 0000000..d80b0dc
--- /dev/null
+++ b/scouting/www/import_match_list/package.json
@@ -0,0 +1,7 @@
+{
+ "name": "@org_frc971/scouting/www/import_match_list",
+ "private": true,
+ "dependencies": {
+ "@angular/forms": "15.0.1"
+ }
+}
diff --git a/scouting/www/match_list/package.json b/scouting/www/match_list/package.json
new file mode 100644
index 0000000..3a02094
--- /dev/null
+++ b/scouting/www/match_list/package.json
@@ -0,0 +1,8 @@
+{
+ "name": "@org_frc971/scouting/www/match_list",
+ "private": true,
+ "dependencies": {
+ "@org_frc971/scouting/www/rpc": "workspace:*",
+ "@angular/forms": "15.0.1"
+ }
+}
diff --git a/scouting/www/notes/package.json b/scouting/www/notes/package.json
new file mode 100644
index 0000000..8cbeb94
--- /dev/null
+++ b/scouting/www/notes/package.json
@@ -0,0 +1,7 @@
+{
+ "name": "@org_frc971/scouting/www/notes",
+ "private": true,
+ "dependencies": {
+ "@angular/forms": "15.0.1"
+ }
+}
diff --git a/scouting/www/package.json b/scouting/www/package.json
new file mode 100644
index 0000000..3ab0035
--- /dev/null
+++ b/scouting/www/package.json
@@ -0,0 +1,4 @@
+{
+ "private": true,
+ "dependencies": {}
+}
diff --git a/scouting/www/rpc/package.json b/scouting/www/rpc/package.json
new file mode 100644
index 0000000..6d1369a
--- /dev/null
+++ b/scouting/www/rpc/package.json
@@ -0,0 +1,4 @@
+{
+ "name": "@org_frc971/scouting/www/rpc",
+ "private": true
+}
diff --git a/scouting/www/shift_schedule/package.json b/scouting/www/shift_schedule/package.json
new file mode 100644
index 0000000..1d71623
--- /dev/null
+++ b/scouting/www/shift_schedule/package.json
@@ -0,0 +1,7 @@
+{
+ "name": "@org_frc971/scouting/www/shift_schedule",
+ "private": true,
+ "dependencies": {
+ "@angular/forms": "15.0.1"
+ }
+}