-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.38 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
{
"name": "trainlink-connect",
"version": "0.0.0",
"description": "",
"main": "index.js",
"type": "module",
"dependencies": {
"algoliasearch": "^4.17.1",
"ansi-sequence-parser": "^1.1.0",
"body-scroll-lock": "^4.0.0-beta.0",
"csstype": "^3.1.2",
"esbuild": "^0.17.19",
"estree-walker": "^3.0.3",
"focus-trap": "^7.4.3",
"jsonc-parser": "^3.2.0",
"magic-string": "^0.30.0",
"mark.js": "^8.11.1",
"minisearch": "^6.1.0",
"nanoid": "^5.0.3",
"picocolors": "^1.0.0",
"postcss": "^8.4.24",
"preact": "^10.15.1",
"rollup": "^4.6.1",
"shiki": "^0.14.2",
"source-map-js": "^1.0.2",
"tabbable": "^6.1.2",
"vite": "^4.3.9",
"vscode-oniguruma": "^1.7.0",
"vscode-textmate": "^9.0.0",
"vue": "^3.3.4"
},
"devDependencies": {
"prettier": "^2.8.8",
"vitepress": "^1.0.0-beta.1"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "vitepress dev docs",
"build": "vitepress build docs",
"preview": "vitepress preview docs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/trainlink-org/trainlink-connect.git"
},
"author": "TrainLink Organisation",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/trainlink-org/trainlink-connect/issues"
},
"homepage": "https://github.com/trainlink-org/trainlink-connect#readme"
}