Skip to content

Commit 6caf6be

Browse files
committed
chore: update project dependencies and configurations
1 parent 72d382b commit 6caf6be

File tree

4 files changed

+1013
-15
lines changed

4 files changed

+1013
-15
lines changed

office-website/package-lock.json

Lines changed: 25 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

office-website/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@
1919
"react-syntax-highlighter": "^15.6.1",
2020
"reactflow": "^11.11.4",
2121
"styled-components": "^6.1.18",
22-
"web-vitals": "^5.0.1"
22+
"web-vitals": "^5.0.1",
23+
"yet-another-react-lightbox": "^3.23.2"
2324
},
2425
"browserslist": {
2526
"production": [

package.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@
88
"document": "https://github.com/JSREI/userscript-template.git",
99
"scripts": {
1010
"build": "webpack --config webpack.prod.js",
11-
"watch": "webpack --watch --config webpack.dev.js"
11+
"watch": "webpack --watch --config webpack.dev.js",
12+
"dev": "webpack --watch --config webpack.dev.js",
13+
"gen-dev-header": "node scripts/generate-dev-header.js"
1214
},
1315
"author": "CC11001100 <CC11001100@qq.com>",
1416
"license": "MIT",
@@ -21,5 +23,10 @@
2123
"webpack": "^5.88.2",
2224
"webpack-cli": "^5.1.4",
2325
"webpack-merge": "^5.9.0"
26+
},
27+
"dependencies": {
28+
"@types/react-router-dom": "^5.3.3",
29+
"monaco-editor": "^0.52.2",
30+
"react-router-dom": "^7.6.0"
2431
}
2532
}

0 commit comments

Comments
 (0)