-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 825 Bytes
/
Copy pathpackage.json
File metadata and controls
34 lines (34 loc) · 825 Bytes
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
{
"name": "SetMat",
"version": "1.0.0",
"description": "Videojuego SetMat",
"author": "Diego Assia",
"private": true,
"heroku-postbuild": "nuxt-ts build",
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate",
"test": "jest"
},
"dependencies": {
"@nuxtjs/axios": "^5.9.5",
"axios": "^0.19.2",
"cookie-universal-nuxt": "^2.1.2",
"cookieparser": "^0.1.0",
"js-cookie": "^2.2.1",
"nuxt": "^2.11.0",
"nuxt-universal-cookies": "0.0.5",
"socket.io-client": "^2.3.0",
"start": "^5.1.0",
"vue-simple-suggest": "^1.10.1"
},
"devDependencies": {
"@nuxtjs/vuetify": "^1.0.0",
"@vue/test-utils": "^1.0.0-beta.27",
"babel-jest": "^24.1.0",
"jest": "^24.1.0",
"vue-jest": "^4.0.0-0"
}
}