-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 998 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
41
42
43
{
"name": "impactometre-front",
"version": "1.2.0",
"description": "Frontend for projet impactometre.fr, meetings environmental impact comparator.",
"contributors": [
{
"name": "Matt Glorion ",
"url": "https://github.com/mglorion"
},
{
"name": "Elouan Le Bars",
"email": "elouan@elouan-lebars.fr"
}
],
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build"
},
"dependencies": {
"@vue/cli-plugin-babel": "~4.4.0",
"@vue/cli-service": "~4.4.0",
"core-js": "^3.6.5",
"jspdf": "^2.1.1",
"chart.js": "^2.9.3",
"vue": "^2.6.11",
"vue-chartjs": "^3.5.0",
"vue-cli": "^2.9.6",
"vue-resource": "^1.5.1",
"vue-template-compiler": "^2.6.11",
"vuex": "^3.4.0"
},
"devDependencies": {
"babel-eslint": "^10.1.0",
"eslint": "^6.7.2",
"eslint-plugin-vue": "^6.2.2"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not dead"
]
}