forked from vivo-community/scholars-embed
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
45 lines (45 loc) · 1.18 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
{
"name": "scholars-embed",
"version": "0.2.5",
"description": "Embedded client for Scholars Discovery",
"license": "MIT",
"private": false,
"contributors": [
"William Welling <[email protected]>"
],
"engines": {
"node": "^14.20.0 || ^16.13.0 || >=18.10.0"
},
"repository": {
"type": "git",
"url": "https://github.com/vivo-community/scholars-embed.git"
},
"scripts": {
"start": "node ./dist/server.js",
"build": "webpack && yarn compile:server",
"compile:server": "tsc -p tsconfig.server.json",
"lint": "tslint -p tsconfig.json",
"test": "echo \"Error: no test specified\" && exit 0"
},
"dependencies": {
"bootstrap": "~4.6.2",
"compression": "1.7.4",
"cors": "2.8.5",
"express": "4.18.2",
"jquery": "3.6.3",
"popper.js": "1.16.1",
"scholars-embed-utilities": "0.3.6"
},
"devDependencies": {
"@types/compression": "1.7.2",
"@types/express": "4.17.17",
"@types/node": "18.14.0",
"copy-webpack-plugin": "11.0.0",
"terser-webpack-plugin": "^5.3.6",
"ts-loader": "9.4.2",
"tslint": "6.1.3",
"typescript": "4.9.5",
"webpack": "5.75.0",
"webpack-cli": "5.0.1"
}
}