-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
62 lines (62 loc) · 1.97 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
53
54
55
56
57
58
59
60
61
62
{
"name": "procurator-3000",
"keywords": ["procuration", "vote", "referendum"],
"version": "0.1.0",
"author": "César Lizurey <cesar@lizurey.fr>",
"license": "BY-NC-SA 4.0",
"main": "index.js",
"description": "Procurator 3000 est une application permettant de générer des procurations pour tous types d'élections françaises et de les imprimer ou les télécharger.",
"repository": {
"type": "git",
"url": "https://github.com/cesar-lizurey/procurator-3000"
},
"bugs": {
"url": "https://github.com/cesar-lizurey/procurator-3000/issues"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"actualiserDonnees": "perl ./scripts/actualiserDonnees.pl",
"genererStats": "./scripts/genererStats.sh",
"nettoyerPDF": "./scripts/nettoyerPDF.sh",
"preinstall": "./scripts/preinstall.sh",
"postinstall": "./scripts/postinstall.sh",
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint"
},
"dependencies": {
"axios": "^0.19.2",
"body-parser": "^1.19.0",
"config": "^3.3.0",
"cors": "^2.8.5",
"encoding": "^0.1.12",
"es6-promise": "^4.2.8",
"express": "^4.17.1",
"fill-pdf": "^1.1.0",
"moment": "^2.24.0",
"papaparse": "^5.1.1",
"pdf-lib": "^1.4.0",
"printer": "git+https://github.com/DatabaseWorks/node-printer.git",
"vue": "^2.6.10",
"vue-axios": "^2.1.5",
"vue-router": "^3.1.3",
"vuetify": "^2.2.28",
"vuex": "^3.1.2"
},
"devDependencies": {
"@mdi/font": "^5.2.45",
"@vue/cli-plugin-eslint": "^4.1.0",
"@vue/cli-plugin-vuex": "^4.1.0",
"@vue/cli-service": "^4.1.0",
"@vue/eslint-config-standard": "^4.0.0",
"babel-eslint": "^10.0.3",
"electron": "^7.1.2",
"eslint": "^5.16.0",
"eslint-plugin-vue": "^5.0.0",
"sass": "^1.26.5",
"sass-loader": "^8.0.2",
"vue-cli-plugin-vuetify": "^2.0.5",
"vue-template-compiler": "^2.6.11",
"vuetify-loader": "^1.4.3"
}
}