-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 744 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 744 Bytes
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
{
"name": "@vue-lynx-example/vue-router",
"version": "0.2.4",
"private": false,
"description": "Vue-Lynx + Vue Router demo using createMemoryHistory",
"license": "Apache-2.0",
"type": "module",
"files": [
"dist",
"src",
"lynx.config.ts",
"tsconfig.json"
],
"repository": {
"type": "git",
"url": "https://github.com/Huxpro/vue-lynx",
"directory": "examples/vue-router"
},
"scripts": {
"build": "rspeedy build",
"dev": "rspeedy dev"
},
"dependencies": {
"vue-lynx": "workspace:*",
"vue-router": "^4.5.0"
},
"devDependencies": {
"@lynx-js/rspeedy": "^0.13.5",
"@rsbuild/plugin-vue": "^1.2.6",
"typescript": "^5.0.0"
},
"engines": {
"node": ">=18"
}
}