Spaces:
Build error
Build error
Raumkommander2 commited on
Commit ·
469a435
1
Parent(s): c2979be
inital deployment1
Browse files- package-lock.json +17 -0
package-lock.json
ADDED
|
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"name": "huggingface-webcam",
|
| 3 |
+
"version": "1.0.0",
|
| 4 |
+
"private": true,
|
| 5 |
+
"dependencies": {
|
| 6 |
+
"react": "^18.0.0",
|
| 7 |
+
"react-dom": "^18.0.0",
|
| 8 |
+
"lucide-react": "^0.24.0",
|
| 9 |
+
"tailwindcss": "^3.0.0",
|
| 10 |
+
"serve": "^14.0.1"
|
| 11 |
+
},
|
| 12 |
+
"scripts": {
|
| 13 |
+
"start": "react-scripts start",
|
| 14 |
+
"build": "react-scripts build"
|
| 15 |
+
}
|
| 16 |
+
}
|
| 17 |
+
|