This repository has been archived by the owner on Jan 10, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
61 lines (61 loc) · 1.62 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
{
"name": "dashboard_api_entreprise",
"version": "1.0.0",
"private": true,
"description": "Dashboard API Entreprise",
"scripts": {
"serve": "vue-cli-service serve",
"lint": "vue-cli-service lint --no-fix",
"build:production": "vue-cli-service build --mode production",
"build:sandbox": "vue-cli-service build --mode sandbox",
"build:staging": "vue-cli-service build --mode staging",
"lint-fix": "vue-cli-service lint"
},
"dependencies": {
"axios": "^0.21.1",
"babel-polyfill": "^6.26.0",
"core-js": "^3.6.4",
"d3": "^3.5.17",
"es6-promise": "^4.2.8",
"jwt-decode": "^2.2.0",
"lodash.orderby": "^4.6.0",
"lodash.reduce": "^4.6.0",
"marked": "^0.7.0",
"moment": "^2.24.0",
"template.data.gouv.fr": "^1.3.2",
"vee-validate": "^2.2.15",
"vue": "^2.6.11",
"vue-clipboard2": "^0.1.1",
"vue-router": "^2.8.1",
"vuex": "^3.1.3"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^4.5.10",
"@vue/cli-plugin-eslint": "^4.5.10",
"@vue/cli-service": "^4.5.10",
"@vue/eslint-config-prettier": "^5.1.0",
"babel-eslint": "^10.1.0",
"eslint": "^5.16.0",
"eslint-config-prettier": "^6.10.1",
"eslint-plugin-prettier": "^3.1.2",
"eslint-plugin-vue": "^5.2.3",
"material-design-icons-iconfont": "^5.0.1",
"node-sass": "^4.14.1",
"pug": "^3.0.1",
"pug-plain-loader": "^1.0.0",
"sass-loader": "^7.3.1",
"vue-template-compiler": "^2.6.11"
},
"postcss": {
"plugins": {
"autoprefixer": {}
}
},
"browserslist": [
"> 1%",
"last 2 versions"
],
"eslintIgnore": [
"src/assets"
]
}