Bromeo777 commited on
Commit
ea7fa4d
·
unverified ·
1 Parent(s): 1b981f7

Update package.json

Browse files
Files changed (1) hide show
  1. package.json +6 -41
package.json CHANGED
@@ -1,19 +1,13 @@
1
  {
2
  "name": "rm-research-assistant",
3
- "version": "1.0.0-mai-veritas",
4
- "description": "RM Research Assistant - MAI Veritas Edition for Hugging Face Spaces",
5
  "private": true,
6
- "author": "Romeo AI Research",
7
- "license": "MIT",
8
  "scripts": {
9
- "dev": "next dev -p 3000",
10
  "build": "next build",
11
  "start": "next start -p 7860 -H 0.0.0.0",
12
  "lint": "next lint",
13
- "lint:fix": "next lint --fix",
14
- "type-check": "tsc --noEmit",
15
- "clean": "rm -rf .next node_modules",
16
- "analyze": "ANALYZE=true next build"
17
  },
18
  "dependencies": {
19
  "next": "14.2.3",
@@ -25,48 +19,19 @@
25
  "framer-motion": "^11.2.6",
26
  "class-variance-authority": "^0.7.0",
27
  "jwt-decode": "^4.0.0",
28
- "tailwindcss-animate": "^1.0.7",
29
- "@radix-ui/react-dialog": "^1.0.5",
30
- "@radix-ui/react-dropdown-menu": "^2.0.6",
31
- "@radix-ui/react-tooltip": "^1.0.7",
32
- "@radix-ui/react-toast": "^1.1.5",
33
- "@radix-ui/react-tabs": "^1.0.4",
34
- "@radix-ui/react-accordion": "^1.1.2",
35
- "@radix-ui/react-select": "^2.0.0",
36
- "@radix-ui/react-slider": "^1.1.2",
37
- "zustand": "^4.5.2",
38
- "react-query": "^3.39.3",
39
- "axios": "^1.7.2",
40
- "date-fns": "^3.6.0",
41
- "recharts": "^2.12.7",
42
- "react-markdown": "^9.0.1",
43
- "remark-gfm": "^4.0.0",
44
- "uuid": "^9.0.1"
45
  },
46
  "devDependencies": {
47
  "typescript": "^5.4.5",
48
  "@types/node": "^20.12.12",
49
  "@types/react": "^18.3.3",
50
  "@types/react-dom": "^18.3.0",
51
- "@types/uuid": "^9.0.8",
52
  "postcss": "^8.4.38",
53
  "tailwindcss": "^3.4.3",
54
  "autoprefixer": "^10.4.19",
55
  "eslint": "^8.57.0",
56
  "eslint-config-next": "14.2.3",
57
  "@tailwindcss/forms": "^0.5.7",
58
- "@tailwindcss/typography": "^0.5.13",
59
- "@next/bundle-analyzer": "^14.2.3"
60
- },
61
- "engines": {
62
- "node": ">=18.0.0",
63
- "pnpm": ">=8.0.0"
64
- },
65
- "packageManager": "pnpm@8.15.0",
66
- "browserslist": [
67
- ">0.3%",
68
- "not dead",
69
- "not op_mini all",
70
- "not IE > 0"
71
- ]
72
  }
 
1
  {
2
  "name": "rm-research-assistant",
3
+ "version": "1.0.0",
 
4
  "private": true,
 
 
5
  "scripts": {
6
+ "dev": "next dev",
7
  "build": "next build",
8
  "start": "next start -p 7860 -H 0.0.0.0",
9
  "lint": "next lint",
10
+ "type-check": "tsc --noEmit"
 
 
 
11
  },
12
  "dependencies": {
13
  "next": "14.2.3",
 
19
  "framer-motion": "^11.2.6",
20
  "class-variance-authority": "^0.7.0",
21
  "jwt-decode": "^4.0.0",
22
+ "tailwindcss-animate": "^1.0.7"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
23
  },
24
  "devDependencies": {
25
  "typescript": "^5.4.5",
26
  "@types/node": "^20.12.12",
27
  "@types/react": "^18.3.3",
28
  "@types/react-dom": "^18.3.0",
 
29
  "postcss": "^8.4.38",
30
  "tailwindcss": "^3.4.3",
31
  "autoprefixer": "^10.4.19",
32
  "eslint": "^8.57.0",
33
  "eslint-config-next": "14.2.3",
34
  "@tailwindcss/forms": "^0.5.7",
35
+ "@tailwindcss/typography": "^0.5.13"
36
+ }
 
 
 
 
 
 
 
 
 
 
 
 
37
  }