This repository has been archived by the owner on Sep 7, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
75 lines (75 loc) · 1.98 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
63
64
65
66
67
68
69
70
71
72
73
74
75
{
"name": "tutorinsa",
"version": "1.0.0",
"description": "Web App for TutorINSA, an association whose aim is to give tutoring courses to students",
"private": true,
"keywords": [
"insa cvl",
"tutorinsa",
"tutorat",
"élèves",
"ingénieurs"
],
"author": {
"name": "Esteban S",
"email": "[email protected]"
},
"license": "MIT",
"contributors": [],
"repository": {
"url": "https://github.com/Campus-INSA-CVL/tutorinsa-client-vue",
"type": "git"
},
"bugs": {
"url": "https://github.com/Campus-INSA-CVL/tutorinsa-client-vue/issues",
"email": "[email protected]"
},
"engines": {
"node": "^12.0.0",
"npm": ">= 3.0.0"
},
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate",
"lint": "eslint --ext .js,.vue --ignore-path .gitignore .",
"test": "jest"
},
"dependencies": {
"@casl/ability": "^3.4.0",
"@casl/vue": "^0.5.1",
"@feathersjs/authentication-client": "^4.5.6",
"@feathersjs/feathers": "^4.5.5",
"@feathersjs/socketio-client": "^4.5.6",
"@nuxtjs/dotenv": "^1.4.0",
"@nuxtjs/pwa": "^3.0.0-0",
"@vue/composition-api": "^0.5.0",
"consola": "^2.14.0",
"feathers-hooks-common": "^5.0.3",
"feathers-vuex": "^3.11.1",
"nuxt": "^2.13.3",
"socket.io-client": "^2.3.0"
},
"devDependencies": {
"@mdi/js": "^5.3.45",
"@nuxtjs/eslint-config": "^2.0.0",
"@nuxtjs/eslint-module": "^1.2.0",
"@nuxtjs/moment": "^1.6.1",
"@nuxtjs/vuetify": "^1.11.2",
"@vue/test-utils": "^1.0.3",
"babel-eslint": "^10.0.1",
"babel-jest": "^24.1.0",
"eslint": "^6.1.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-nuxt": "^1.0.0",
"eslint-plugin-prettier": "^3.1.4",
"jest": "^24.1.0",
"node-sass": "^4.14.1",
"prettier": "^1.19.1",
"pug": "^2.0.4",
"pug-plain-loader": "^1.0.0",
"sass-loader": "^8.0.2",
"vue-jest": "^4.0.0-beta.4"
}
}