-
Notifications
You must be signed in to change notification settings - Fork 14
/
package.json
46 lines (46 loc) · 1.37 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
{
"name": "daa-displays",
"description": "DAA-Displays is a toolkit for model-based design and analysis of cockpit displays. It includes a library of interactive graphical display elements (widgets) for cockpit systems, and simulations tools supporting comparative analysis of cockpit displays.",
"author": "Paolo Masci",
"license": "NASA-1.3",
"version": "1.0.16",
"repository": {
"type": "git",
"url": "https://github.com/nasa/daa-displays"
},
"publisher": "paolomasci",
"categories": [],
"scripts": {
"build": "tsc",
"watch": "tsc -b -w",
"start": "cd dist/daa-server && node daa-server.js",
"arm": "arch -x86_64 zsh"
},
"notes": [
"dependecies in src/package.json should be identical to those declared here"
],
"dependencies": {
"common-js": "^0.3.8",
"express": "^4.18.2",
"handlebars": "^4.7.7",
"jquery": "^3.5.1",
"node": "^18.0.0",
"leaflet": "^1.9.2"
},
"devDependencies": {
"@types/backbone": "1.3.42",
"@types/express": "^4.17.18",
"@types/jquery": "^3.5.14",
"@types/node": "^18.0.0",
"@types/ws": "^6.0.1",
"@types/leaflet": "^1.9.0",
"typescript": "^5.2.2",
"@typescript-eslint/eslint-plugin": "^6.7.0",
"@typescript-eslint/parser": "^6.7.0",
"eslint": "^8.49.0",
"eslint-config-standard-with-typescript": "^39.0.0",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-n": "^16.1.0",
"eslint-plugin-promise": "^6.1.1"
}
}