-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
38 lines (38 loc) · 1.05 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
{
"name": "AiT",
"private": true,
"version": "2.0.1",
"scripts": {
"dev:set": "rsbuild dev --open --config rsbuild.setting.config.mjs",
"dev:pop": "rsbuild dev --open --config rsbuild.popup.config.mjs",
"dev:word": "rsbuild dev --open --config rsbuild.word.config.mjs",
"build": "rsbuild build",
"preview": "rsbuild preview"
},
"dependencies": {
"@nextui-org/react": "^2.4.2",
"@react-stately/data": "^3.11.4",
"axios": "^1.7.2",
"crypto-js": "^4.2.0",
"exceljs": "^4.4.0",
"file-saver": "^2.0.5",
"js-export-excel": "^1.1.4",
"lodash": "^4.17.21",
"openai": "^4.47.3",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"tw-noti": "^1.1.0",
"xlsx": "^0.18.5"
},
"devDependencies": {
"@rsbuild/core": "^0.6.15",
"@rsbuild/plugin-react": "^0.6.15",
"@rsbuild/plugin-svgr": "^0.6.15",
"@types/crypto-js": "^4.2.2",
"@types/lodash": "^4.17.5",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"framer-motion": "^11.1.9",
"tailwindcss": "^3.4.3"
}
}