-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.55 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
{
"name": "react-shadcn-profile-report",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"dev2": "HOST=0.0.0.0 NODE_OPTIONS='--inspect' next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@apollo/server": "^4.11.2",
"@mikro-orm/core": "^6.3.13",
"@mikro-orm/sqlite": "^6.3.13",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-scroll-area": "^1.2.0",
"@radix-ui/react-select": "^2.1.2",
"@radix-ui/react-slot": "^1.1.0",
"@tanstack/query-sync-storage-persister": "^5.59.20",
"@tanstack/react-query": "^4.36.1",
"@tanstack/react-query-devtools": "^4.36.1",
"@tanstack/react-query-persist-client": "^5.59.20",
"awesome-react-repl": "^1.0.3",
"class-validator": "^0.14.1",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"core-js": "^3.39.0",
"graphql": "^16.9.0",
"graphql-scalars": "^1.23.0",
"jshint": "^2.13.6",
"lucide-react": "^0.454.0",
"next": "^15.0.3-canary.5",
"path-browserify": "^1.0.1",
"react": "^18",
"react-dom": "^18",
"recharts": "^2.13.0",
"reflect-metadata": "^0.2.2",
"tailwind-merge": "^2.5.4",
"tailwindcss-animate": "^1.0.7",
"tslint": "^6.1.3",
"type-graphql": "^2.0.0-rc.2"
},
"devDependencies": {
"@types/node": "^22",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/styled-components": "^5.1.34",
"eslint": "^8.57.1",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"typescript": "^5"
}
}