-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
103 lines (103 loc) · 3.04 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
{
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "npx cypress-cloud run --parallel --record --key 1337 --ci-build-id $(date '+%Y-%m-%d_%H:%M:%S')",
"analyze": "ANALYZE=true next build"
},
"dependencies": {
"@chatra/chatra": "^1.0.3",
"@dnd-kit/core": "^6.1.0",
"@dnd-kit/modifiers": "^7.0.0",
"@next/bundle-analyzer": "^14.0.4",
"@paypal/react-paypal-js": "^8.1.3",
"@react-pdf/renderer": "^3.1.14",
"@stripe/react-stripe-js": "^2.4.0",
"@stripe/stripe-js": "^2.3.0",
"@svgr/webpack": "^8.1.0",
"@types/crypto-js": "^4.1.2",
"@types/paypal-rest-sdk": "^1.7.9",
"ai": "^2.2.29",
"antd": "^5.9.4",
"antd-img-crop": "^4.18.0",
"axios": "^1.5.1",
"axios-time": "^1.0.0",
"babel-loader": "^9.1.3",
"bcrypt": "^5.1.1",
"colorthief": "^2.4.0",
"cookie-cutter": "^0.2.0",
"cookies": "^0.8.0",
"cors": "^2.8.5",
"crypto-js": "^4.1.1",
"cypress-cloud": "^1.9.6",
"dotenv": "^16.3.1",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.1",
"firebase": "^10.5.0",
"firebase-admin": "^11.11.0",
"formidable": "^3.5.1",
"gpt-tokenizer": "^2.1.2",
"import": "^0.0.6",
"llamaindex": "^0.2.13",
"moment": "^2.29.4",
"next": "latest",
"next-firebase-auth-edge": "^1.4.3",
"nodemailer": "^6.9.7",
"nookies": "^2.5.2",
"openai": "^4.11.0",
"openai-streams": "^6.2.0",
"pdfmake": "^0.2.9",
"react": "^18.2.0",
"react-chartjs-2": "^5.2.0",
"react-device-detect": "^2.2.3",
"react-dom": "^18.2.0",
"react-extract-colors": "^1.0.3",
"react-infinite-canvas": "^1.2.5",
"react-markdown": "^9.0.1",
"react-pdf": "^7.6.0",
"react-player": "^2.14.1",
"react-sparklines": "^1.7.0",
"react-syntax-highlighter": "^15.5.0",
"react-to-print": "^2.14.15",
"remark-breaks": "^4.0.0",
"remark-gfm": "^4.0.0",
"stripe": "^14.11.0"
},
"devDependencies": {
"@babel/core": "^7.24.7",
"@babel/preset-env": "^7.24.7",
"@babel/preset-react": "^7.24.7",
"@stylistic/eslint-plugin-js": "^1.4.1",
"@types/formidable": "^3.4.5",
"@types/node": "20.7.1",
"@types/react": "18.2.23",
"@types/react-dom": "^18.3.0",
"@types/webpack-env": "^1.18.5",
"@typescript-eslint/parser": "^5.62.0",
"babel-loader": "^9.1.3",
"copy-webpack-plugin": "^12.0.2",
"css-loader": "^7.1.2",
"dotenv": "^16.4.5",
"dotenv-webpack": "^8.1.0",
"eslint": "^8.54.0",
"eslint-config-next": "14.0.3",
"eslint-import-resolver-typescript": "^3.6.1",
"gts": "^5.2.0",
"html-webpack-plugin": "^5.6.0",
"node-sass": "^9.0.0",
"prettier": "^3.1.0",
"raw-loader": "^4.0.2",
"resolve-url-loader": "^5.0.0",
"sass": "^1.68.0",
"sass-loader": "^14.2.1",
"style-loader": "^4.0.0",
"typescript": "5.2.2",
"webpack": "^5.91.0",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.0.4",
"webpack-merge": "^6.0.1"
}
}