-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
63 lines (63 loc) · 1.64 KB
/
package.json
File metadata and controls
63 lines (63 loc) · 1.64 KB
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
{
"name": "lf-aliexpress",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"schema": "tsx scripts/schema.ts",
"relay": "relay-compiler",
"db": "knex migrate:latest",
"db:make": "knex migrate:make",
"db:down": "knex migrate:down",
"db:rollback": "knex migrate:rollback",
"lint": "next lint"
},
"dependencies": {
"@popperjs/core": "^2.11.8",
"@types/ioredis": "^4.28.10",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"crypto": "^1.0.1",
"dataloader": "^2.2.3",
"date-fns": "^4.1.0",
"dateformat": "^5.0.3",
"dotenv": "^16.4.7",
"embla-carousel-react": "^8.5.2",
"graphql": "^16.10.0",
"graphql-relay": "^0.10.2",
"immutable": "^5.0.3",
"knex": "^3.1.0",
"lodash": "^4.17.21",
"lucide-react": "^0.485.0",
"mysql2": "^3.13.0",
"next": "15.2.2",
"next-auth": "^4.24.7",
"next-themes": "^0.4.6",
"react": "^19.0.0",
"react-datepicker": "^8.3.0",
"react-dom": "^19.0.0",
"react-relay": "^18.2.0",
"relay-runtime": "^18.2.0",
"sonner": "^2.0.3",
"tailwind-merge": "^3.0.2",
"tw-animate-css": "^1.2.5",
"zustand": "^5.0.3"
},
"devDependencies": {
"@tailwindcss/postcss": "^4",
"@types/lodash": "^4.17.16",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"@types/react-relay": "^18.2.0",
"@types/relay-runtime": "^18.2.5",
"babel-plugin-relay": "^18.2.0",
"relay-compiler": "^18.2.0",
"sass": "^1.85.1",
"tailwindcss": "^4",
"tsx": "^4.19.3",
"typescript": "^5"
}
}