-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 956 Bytes
/
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
{
"name": "ign-gpao-client",
"version": "3.0.1",
"description": "application cliente de gpao de l'Institut Geographique National",
"main": "index.js",
"scripts": {
"start": "electron .",
"lint": "eslint .",
"lint:fix": "eslint --fix --ext .js ."
},
"repository": "https://github.com/NicoIGN/ign-gpao-client.git",
"keywords": [
"electron",
"IGN",
"gpao",
"ihm",
"interface",
"json"
],
"author": "Nicolas Bellaiche",
"license": "CC0-1.0",
"devDependencies": {
"electron-react-devtools": "^0.5.3",
"eslint": "^7.23.0",
"eslint-plugin-import": "^2.21.1",
"lint": "^0.7.0"
},
"dependencies": {
"console-log-html": "^2.0.2",
"ejs-electron": "^2.0.3",
"ejs-ign": "^2.2.0",
"electron": "^12.0.2",
"eslint-config-airbnb": "^18.1.0",
"esm": "^3.2.25",
"express": "^4.17.1",
"minimist": "^1.2.5",
"request": "^2.88.2",
"yamlparser": "0.0.2"
}
}