-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 1.28 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
{
"name": "desarquivo",
"version": "1.0.0",
"description": "Um projeto que procura democratizar e complementar o jornalismo de investigação e a verificação de factos. Arquivo.pt para justiça, jornalismo e verdade.",
"author": "msramalho",
"private": true,
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate",
"build:gh-pages": "DEPLOY_ENV=GH_PAGES nuxt build",
"generate:gh-pages": "DEPLOY_ENV=GH_PAGES nuxt generate",
"deploy": "push-dir --dir=dist --branch=gh-pages --cleanup"
},
"dependencies": {
"@nuxtjs/axios": "^5.12.1",
"axios-cache-adapter": "^2.5.0",
"cookie-universal-nuxt": "^2.1.4",
"cytoscape": "^3.15.2",
"cytoscape-context-menus": "^3.1.0",
"cytoscape-cose-bilkent": "^4.1.0",
"cytoscape-fcose": "^1.2.3",
"file-saver": "^2.0.2",
"jquery": "^3.5.1",
"localforage": "^1.9.0",
"localforage-memoryStorageDriver": "^0.9.2",
"nuxt": "^2.14.3",
"vue-i18n": "^8.21.0",
"vuetify-toast-snackbar": "^0.6.1"
},
"devDependencies": {
"@nuxtjs/vuetify": "^1.11.2",
"push-dir": "^0.4.1"
}
}