-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.24 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
{
"name": "webapp",
"version": "1.0.0",
"description": "A webapp for ryss frontend",
"author": "Oskar Lang <oz@farfrom.social> (https://rxsto.me)",
"private": true,
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "cross-env NODE_ENV=production NUXT_PORT=3000 NUXT_HOST=0.0.0.0 node server/index.js",
"generate": "nuxt generate",
"lint": "eslint --fix --ext .js,.vue --ignore-path .gitignore ."
},
"dependencies": {
"@fortawesome/free-brands-svg-icons": "^5.12.1",
"@fortawesome/free-solid-svg-icons": "^5.12.1",
"@nuxtjs/apollo": "^4.0.0-rc19",
"@nuxtjs/dotenv": "^1.4.0",
"@nuxtjs/fontawesome": "^1.1.2",
"@nuxtjs/pwa": "^3.0.0-0",
"@nuxtjs/universal-storage": "^0.5.4",
"algoliasearch": "^4.1.0",
"core-js": "^2.6.11",
"cross-env": "^5.2.0",
"express": "^4.16.4",
"graphql-tag": "^2.10.3",
"node-sass": "^4.13.1",
"nuxt": "^2.0.0",
"nuxt-i18n": "^6.6.1",
"nuxt-leaflet": "0.0.21",
"sass-loader": "^8.0.2",
"vue-instantsearch": "^2.7.0"
},
"devDependencies": {
"@nuxtjs/eslint-config": "^2.0.0",
"@nuxtjs/eslint-module": "^1.0.0",
"babel-eslint": "^10.0.1",
"eslint": "^6.1.0",
"eslint-plugin-nuxt": ">=0.4.2"
}
}