-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
59 lines (59 loc) · 1.73 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
{
"name": "jimmie_jackson_photography",
"version": "1.0.0",
"description": "My dandy Nuxt.js project",
"author": "Jimmie Jackson",
"private": true,
"scripts": {
"dev": "node --max-old-space-size=4096 node_modules/nuxt/bin/nuxt.js",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate",
"lint": "eslint --ext .js,.vue --ignore-path .gitignore ."
},
"dependencies": {
"@babel/runtime-corejs2": "^7.10.2",
"@nuxtjs/apollo": "^4.0.1-rc.1",
"@nuxtjs/axios": "^5.10.3",
"@nuxtjs/dotenv": "^1.4.0",
"@nuxtjs/google-analytics": "^2.4.0",
"@nuxtjs/markdownit": "^1.2.10",
"@nuxtjs/robots": "^2.4.2",
"@nuxtjs/sitemap": "^2.4.0",
"apollo-cache-inmemory": "^1.6.6",
"axios": "^0.19.2",
"core-js": "2",
"dayjs": "^1.8.28",
"express": "^4.17.1",
"graphql": "^15.1.0",
"graphql-tag": "^2.10.3",
"imagekitio-vue": "^1.0.5",
"js-cookie": "^2.2.1",
"logrocket": "^1.0.7",
"logrocket-vuex": "^0.0.3",
"nodemailer": "^6.4.6",
"numeral": "^2.0.6",
"nuxt": "^2.0.0",
"vue-mailchimp-email-signup-form": "^1.1.1",
"vue-masonry": "^0.11.8",
"vue-masonry-css": "^1.0.3",
"vue-stripe-elements-plus": "^0.3.2",
"vue-unicons": "^2.1.0",
"vuex-persist": "^2.2.0"
},
"devDependencies": {
"@nuxtjs/eslint-config": "^2.0.0",
"@nuxtjs/eslint-module": "^1.0.0",
"@nuxtjs/vuetify": "^1.0.0",
"@vue/cli-shared-utils": "^4.4.5",
"apollo-client": "^2.6.10",
"apollo-link": "^1.2.14",
"babel-eslint": "^10.0.1",
"eslint": "^6.1.0",
"eslint-config-prettier": "^6.10.0",
"eslint-plugin-nuxt": ">=0.4.2",
"eslint-plugin-prettier": "^3.1.2",
"prettier": "^1.19.1",
"typescript": "^3.9.5"
}
}