linguabot commited on
Commit
611cdf0
·
verified ·
1 Parent(s): 4be51b0

Upload folder using huggingface_hub

Browse files
Files changed (2) hide show
  1. client/package-lock.json +5 -5
  2. client/package.json +15 -15
client/package-lock.json CHANGED
@@ -1,12 +1,12 @@
1
  {
2
- "name": "transcreation-sandbox-client",
3
- "version": "1.0.0",
4
  "lockfileVersion": 3,
5
  "requires": true,
6
  "packages": {
7
  "": {
8
- "name": "transcreation-sandbox-client",
9
- "version": "1.0.0",
10
  "dependencies": {
11
  "@headlessui/react": "^1.7.17",
12
  "@heroicons/react": "^2.0.18",
@@ -17,7 +17,7 @@
17
  "autoprefixer": "^10.4.16",
18
  "axios": "^1.6.2",
19
  "clsx": "^2.0.0",
20
- "framer-motion": "^10.16.16",
21
  "lucide-react": "^0.294.0",
22
  "postcss": "^8.4.32",
23
  "react": "^18.2.0",
 
1
  {
2
+ "name": "transhub-client",
3
+ "version": "1.0.1",
4
  "lockfileVersion": 3,
5
  "requires": true,
6
  "packages": {
7
  "": {
8
+ "name": "transhub-client",
9
+ "version": "1.0.1",
10
  "dependencies": {
11
  "@headlessui/react": "^1.7.17",
12
  "@heroicons/react": "^2.0.18",
 
17
  "autoprefixer": "^10.4.16",
18
  "axios": "^1.6.2",
19
  "clsx": "^2.0.0",
20
+ "framer-motion": "^10.18.0",
21
  "lucide-react": "^0.294.0",
22
  "postcss": "^8.4.32",
23
  "react": "^18.2.0",
client/package.json CHANGED
@@ -4,29 +4,29 @@
4
  "description": "Frontend for TransHub",
5
  "private": true,
6
  "dependencies": {
 
 
7
  "@types/node": "^16.18.0",
8
  "@types/react": "^18.0.0",
9
  "@types/react-dom": "^18.0.0",
 
 
 
 
 
 
 
10
  "react": "^18.2.0",
11
  "react-dom": "^18.2.0",
12
- "react-router-dom": "^6.8.0",
13
- "react-scripts": "5.0.1",
14
- "typescript": "^4.9.5",
15
- "axios": "^1.6.2",
16
- "react-query": "^3.39.3",
17
  "react-hook-form": "^7.48.2",
18
  "react-hot-toast": "^2.4.1",
19
- "lucide-react": "^0.294.0",
20
- "clsx": "^2.0.0",
21
- "tailwindcss": "^3.3.6",
22
- "autoprefixer": "^10.4.16",
23
- "postcss": "^8.4.32",
24
- "@headlessui/react": "^1.7.17",
25
- "@heroicons/react": "^2.0.18",
26
- "framer-motion": "^10.16.16",
27
  "react-markdown": "^9.0.1",
 
 
 
28
  "react-syntax-highlighter": "^15.5.0",
29
- "@types/react-syntax-highlighter": "^15.5.11"
 
30
  },
31
  "scripts": {
32
  "start": "react-scripts start",
@@ -53,4 +53,4 @@
53
  ]
54
  },
55
  "proxy": "http://localhost:5000"
56
- }
 
4
  "description": "Frontend for TransHub",
5
  "private": true,
6
  "dependencies": {
7
+ "@headlessui/react": "^1.7.17",
8
+ "@heroicons/react": "^2.0.18",
9
  "@types/node": "^16.18.0",
10
  "@types/react": "^18.0.0",
11
  "@types/react-dom": "^18.0.0",
12
+ "@types/react-syntax-highlighter": "^15.5.11",
13
+ "autoprefixer": "^10.4.16",
14
+ "axios": "^1.6.2",
15
+ "clsx": "^2.0.0",
16
+ "framer-motion": "^10.18.0",
17
+ "lucide-react": "^0.294.0",
18
+ "postcss": "^8.4.32",
19
  "react": "^18.2.0",
20
  "react-dom": "^18.2.0",
 
 
 
 
 
21
  "react-hook-form": "^7.48.2",
22
  "react-hot-toast": "^2.4.1",
 
 
 
 
 
 
 
 
23
  "react-markdown": "^9.0.1",
24
+ "react-query": "^3.39.3",
25
+ "react-router-dom": "^6.8.0",
26
+ "react-scripts": "5.0.1",
27
  "react-syntax-highlighter": "^15.5.0",
28
+ "tailwindcss": "^3.3.6",
29
+ "typescript": "^4.9.5"
30
  },
31
  "scripts": {
32
  "start": "react-scripts start",
 
53
  ]
54
  },
55
  "proxy": "http://localhost:5000"
56
+ }