-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
70 lines (70 loc) · 1.88 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
{
"name": "lark-bitable-sidebar-web-archive",
"version": "0.1.0",
"scripts": {
"reset": "npx rimraf ./**/node_modules",
"dev": "modern dev",
"build": "modern build",
"start": "modern start",
"serve": "modern serve",
"new": "modern new",
"lint": "modern lint",
"prepare": "husky install",
"upgrade": "modern upgrade",
"deploy": "modern deploy"
},
"engines": {
"node": "18.x"
},
"lint-staged": {
"*.{js,jsx,ts,tsx,mjs,cjs}": [
"node --max_old_space_size=8192 ./node_modules/eslint/bin/eslint.js --fix --color --cache --quiet"
]
},
"eslintIgnore": [
"node_modules/",
"dist/",
"lib"
],
"dependencies": {
"@arco-design/web-react": "^2.63.1",
"@coreui/coreui": "^5.1.0",
"@coreui/react": "^5.1.0",
"@lark-base-open/js-sdk": "0.4.0",
"@modern-js/plugin-bff": "2.56.0",
"@modern-js/runtime": "2.56.0",
"ahooks": "^3.8.0",
"axios": "^1.7.2",
"express": "~4.19.2",
"i18next": "^23.12.2",
"i18next-browser-languagedetector": "^8.0.0",
"link-preview-js": "^3.0.5",
"radash": "^12.1.0",
"react": "~18.3.1",
"react-dom": "~18.3.1",
"react-i18next": "^15.0.0",
"sanitize-filename": "^1.6.3"
},
"devDependencies": {
"@modern-js-app/eslint-config": "2.56.0",
"@modern-js/app-tools": "2.56.0",
"@modern-js/eslint-config": "2.56.0",
"@modern-js/plugin-express": "2.56.0",
"@modern-js/plugin-ssg": "2.56.0",
"@modern-js/tsconfig": "2.56.0",
"@types/cors": "^2.8.17",
"@types/express": "~4.17.21",
"@types/got": "^9.6.12",
"@types/jest": "~29.5.12",
"@types/node": "~20.14.11",
"@types/react": "~18.3.3",
"@types/react-dom": "~18.3.0",
"husky": "~9.1.1",
"lint-staged": "~15.2.7",
"prettier": "~3.3.3",
"rimraf": "~6.0.1",
"ts-node": "~10.9.2",
"tsconfig-paths": "~4.2.0",
"typescript": "~5.5.3"
}
}