-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.01 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
{
"name": "annuaire",
"version": "1.0.0",
"description": "Annuaire using Wsgroups",
"author": "Pascal Rigaux <[email protected]>",
"private": true,
"scripts": {
"serve": "vite preview",
"build": "vite build",
"dev": "vite"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^5.12.0",
"@vitejs/plugin-vue": "^1.1.4",
"raw-loader": "^4.0.0",
"vite": "^2.0.0",
"vue": "^3.0.5",
"vue-router": "^4.0.3",
"vue3-translate-plugin": "github:UnivParis1/vue3translate"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^4.1.2",
"@vue/cli-plugin-eslint": "^4.1.2",
"@vue/cli-service": "^4.1.2",
"@vue/compiler-sfc": "^3.0.5",
"@vue/eslint-config-standard": "^4.0.0",
"babel-eslint": "^10.0.3",
"eslint": "^5.16.0",
"eslint-plugin-vue": "^5.0.0",
"vue-template-compiler": "^2.6.6"
},
"postcss": {
"plugins": {
"autoprefixer": {}
}
},
"browserslist": [
"> 1%",
"last 2 versions",
"not ie <= 8"
]
}