-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
115 lines (115 loc) · 3.66 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
{
"name": "mongocarbon",
"version": "0.0.9",
"private": false,
"sideEffects": false,
"type": "module",
"scripts": {
"build": "run-s build:*",
"build:css": "sass --quiet --load-path=node_modules/ app/:app/ --style=compressed --no-source-map",
"build:remix": "remix vite:build",
"dev": "run-p dev:*",
"dev:css": "sass --quiet --load-path=node_modules/ --watch app/:app/",
"dev:remix": "remix vite:dev",
"prisma": "prisma generate && prisma db push",
"lint": "eslint --ignore-path .gitignore --cache --cache-location ./node_modules/.cache/eslint .",
"start": "NODE_OPTIONS=--trace-warnings remix-serve ./build/server/index.js",
"typecheck": "tsc",
"preinstall": "echo \"Welcome to Mongo Carbon\"",
"postinstall": "node console/install.js",
"test": "echo \"Error: No tests are added\""
},
"dependencies": {
"@codeium/react-code-editor": "^1.0.12",
"@json2csv/plainjs": "^7.0.6",
"@primer/octicons-react": "^19.14.0",
"@primer/react": "^37.8.0",
"@prisma/client": "^6.0.0",
"@radix-ui/react-accordion": "^1.2.2",
"@radix-ui/react-alert-dialog": "^1.1.4",
"@radix-ui/react-aspect-ratio": "^1.1.1",
"@radix-ui/react-avatar": "^1.1.2",
"@radix-ui/react-checkbox": "^1.1.3",
"@radix-ui/react-collapsible": "^1.1.2",
"@radix-ui/react-context-menu": "^2.2.4",
"@radix-ui/react-dropdown-menu": "^2.1.4",
"@radix-ui/react-hover-card": "^1.1.4",
"@radix-ui/react-label": "^2.1.1",
"@radix-ui/react-menubar": "^1.1.4",
"@radix-ui/react-navigation-menu": "^1.2.3",
"@radix-ui/react-popover": "^1.1.4",
"@radix-ui/react-progress": "^1.1.1",
"@radix-ui/react-radio-group": "^1.2.2",
"@radix-ui/react-scroll-area": "^1.2.2",
"@radix-ui/react-select": "^2.1.4",
"@radix-ui/react-separator": "^1.1.1",
"@radix-ui/react-slider": "^1.2.2",
"@radix-ui/react-switch": "^1.1.2",
"@radix-ui/react-tabs": "^1.1.2",
"@radix-ui/react-toast": "^1.2.4",
"@radix-ui/react-toggle": "^1.1.1",
"@radix-ui/react-toggle-group": "^1.1.1",
"@radix-ui/react-tooltip": "^1.1.6",
"@remix-run/node": "^2.14.0",
"@remix-run/react": "^2.14.0",
"@remix-run/serve": "^2.14.0",
"app-root-path": "^3.1.0",
"bcryptjs": "^2.4.3",
"bson": "^6.10.0",
"chalk": "^5.3.0",
"class-variance-authority": "^0.7.1",
"cmdk": "^1.0.4",
"commander": "^12.1.0",
"dotenv": "^16.4.5",
"dotenv-cli": "^7.4.4",
"embla-carousel-react": "^8.5.1",
"input-otp": "^1.4.1",
"isbot": "^4.1.0",
"lodash.isequal": "^4.5.0",
"lucide-react": "^0.468.0",
"mongodb": "^6.10.0",
"mongodb-query-parser": "^4.2.6",
"next-themes": "^0.4.4",
"prisma": "^6.0.0",
"react": "^18.2.0",
"react-day-picker": "^9.4.4",
"react-dom": "^18.2.0",
"react-resizable-panels": "^2.1.7",
"recharts": "^2.15.0",
"scroll-into-view-if-needed": "^3.1.0",
"sonner": "^1.7.1",
"tailwind-merge": "^2.5.5",
"textarea-caret": "^3.1.0",
"validator": "^13.12.0",
"vaul": "^1.1.2"
},
"devDependencies": {
"@remix-run/dev": "^2.14.0",
"@types/bcryptjs": "^2.4.6",
"@types/react": "^18.2.20",
"@types/react-dom": "^18.2.7",
"@types/validator": "^13.12.2",
"@typescript-eslint/eslint-plugin": "^6.7.4",
"@typescript-eslint/parser": "^6.7.4",
"@vitejs/plugin-react": "^4.3.3",
"autoprefixer": "^10.4.19",
"eslint": "^8.38.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"npm-run-all": "^4.1.5",
"postcss": "^8.4.38",
"run-p": "^0.0.0",
"run-s": "^0.0.0",
"sass": "^1.63.6",
"tailwindcss": "^3.4.4",
"typescript": "^5.1.6",
"vite": "^5.1.0",
"vite-tsconfig-paths": "^4.2.1"
},
"engines": {
"node": ">=20.0.0"
}
}