-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.04 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.04 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
{
"name": "SE-AI-Document",
"addonType": "wps",
"version": "1.0.0",
"private": true,
"dependencies": {
"@langchain/core": "^0.3.62",
"@langchain/google-genai": "^0.2.14",
"antd": "^5.26.3",
"axios": "^0.19.2",
"immutable": "^4.0.0-rc.12",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-redux": "^7.2.0",
"react-router-dom": "^5.2.0",
"react-scripts": "3.4.1",
"redux": "^4.0.5"
},
"scripts": {
"dev": "vite --port 3893",
"build": "vite build",
"preview": "vite preview",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix --ignore-path .gitignore",
"format": "prettier --write src/"
},
"eslintConfig": {
"extends": "react-app",
"globals": {
"wps": "readonly"
}
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@vitejs/plugin-react": "^4.3.4",
"vite": "^5.3.1",
"wps-jsapi-declare": "latest",
"wpsjs": "latest"
}
}