-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
84 lines (84 loc) · 2.59 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
76
77
78
79
80
81
82
83
84
{
"name": "motionearth",
"version": "0.1.1",
"description": "the power of movement",
"author": "Samuel Andert",
"private": true,
"license": "",
"scripts": {
"dev": " yarn lint --fix && env-cmd ./config/dev.env nuxt",
"generate": "nuxt generate",
"heroku-postbuild": "yarn run nuxt build",
"start": "nuxt start",
"lint": "eslint --ext .ts,.js,.vue --ignore-path .gitignore ."
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.19",
"@fortawesome/free-brands-svg-icons": "^5.9.0",
"@fortawesome/free-solid-svg-icons": "^5.9.0",
"@fortawesome/vue-fontawesome": "^0.1.6",
"@nuxtjs/apollo": "^4.0.0-rc4",
"@nuxtjs/auth": "^4.6.3",
"@nuxtjs/axios": "^5.5.4",
"@nuxtjs/dotenv": "^1.3.0",
"@nuxtjs/proxy": "^1.3.3",
"@nuxtjs/pwa": "^3.0.0-beta.14",
"apollo-cache-inmemory": "^1.6.2",
"apollo-link-http": "^1.5.14",
"apollo-link-ws": "^1.0.17",
"bulma-extensions": "^6.2.7",
"cookieparser": "^0.1.0",
"env-cmd": "^8.0.2",
"graphql": "^14.3.1",
"graphql-subscriptions": "^1.1.0",
"graphql-tag": "^2.10.1",
"hooper": "^0.3.0",
"js-cookie": "^2.2.0",
"jsonwebtoken": "^8.5.1",
"leaflet": "^1.5.1",
"leaflet-geosearch": "^2.7.0",
"lodash": "^4.17.11",
"node-fetch": "^2.6.0",
"nuxt": "^2.7.1",
"nuxt-buefy": "^0.3.2",
"nuxt-fontawesome": "^0.4.0",
"nuxt-generate-cluster": "^2.6.0",
"nuxt-leaflet": "^0.0.19",
"nuxt-property-decorator": "^2.1.3",
"nuxt-rfg-icon": "^0.6.3",
"subscriptions-transport-ws": "^0.9.16",
"ts-node": "^8.2.0",
"vue-moment": "^4.0.0",
"vue-select": "^3.1.0",
"vue-silentbox": "^0.1.9",
"vue2-leaflet": "^2.1.1",
"vue2-leaflet-geosearch": "^1.0.6",
"vuex": "^3.1.1"
},
"devDependencies": {
"@babel/polyfill": "^7.4.0",
"@nuxt/typescript": "^2.7.1",
"@nuxtjs/eslint-config": "^0.0.1",
"@nuxtjs/style-resources": "^0.1.2",
"@types/stripe": "^6.30.1",
"@typescript-eslint/eslint-plugin": "^1.9.0",
"babel-eslint": "^10.0.1",
"dotenv": "^8.0.0",
"eslint": "^5.16.0",
"eslint-config-prettier": "^4.3.0",
"eslint-config-standard": "^12.0.0",
"eslint-loader": "^2.1.2",
"eslint-plugin-import": "^2.17.3",
"eslint-plugin-jest": "^22.6.4",
"eslint-plugin-node": "^9.1.0",
"eslint-plugin-prettier": "^3.1.0",
"eslint-plugin-promise": "^4.1.1",
"eslint-plugin-standard": "^4.0.0",
"eslint-plugin-vue": "^5.2.2",
"node-sass": "^4.11.0",
"nodemon": "^1.18.9",
"prettier": "^1.18.2",
"sass-loader": "^7.1.0",
"ts-loader": "^6.0.1"
}
}