-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
67 lines (67 loc) · 1.89 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
{
"name": "lark-bitable-sidebar-format-preview",
"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": ">=16.18.1"
},
"output": "dist",
"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/"
],
"dependencies": {
"@douyinfe/semi-ui": "^2.63.1",
"@lark-base-open/js-sdk": "^0.4.0",
"@modern-js/plugin-bff": "2.56.2",
"@modern-js/plugin-express": "2.56.2",
"@modern-js/plugin-tailwindcss": "2.56.2",
"@modern-js/runtime": "2.56.2",
"@prettier/plugin-xml": "^3.4.1",
"@semi-bot/semi-theme-feishu-dashboard": "^1.0.4",
"express": "~4.19.2",
"highlight.js": "^11.10.0",
"prettier-plugin-sh": "^0.14.0",
"prettier-plugin-sql": "^0.18.1",
"prettier-plugin-toml": "^2.0.1",
"react": "~18.3.1",
"react-dom": "~18.3.1"
},
"devDependencies": {
"@modern-js-app/eslint-config": "2.56.2",
"@modern-js/app-tools": "2.56.2",
"@modern-js/eslint-config": "2.56.2",
"@modern-js/plugin-ssg": "2.56.2",
"@modern-js/tsconfig": "2.56.2",
"@types/express": "~4.17.21",
"@types/jest": "~29.5.12",
"@types/node": "~22.0.0",
"@types/react": "~18.3.3",
"@types/react-dom": "~18.3.0",
"husky": "~9.1.4",
"lint-staged": "~15.2.7",
"plugin-xml": "link:@types/@prettier/plugin-xml",
"prettier": "~3.3.3",
"rimraf": "~6.0.1",
"tailwindcss": "~3.4.7",
"ts-node": "~10.9.2",
"tsconfig-paths": "~4.2.0",
"typescript": "~5.5.4"
}
}