-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.86 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
{
"name": "Embodiment",
"version": "1.0.0",
"description": "We are a UK-based online store for the Embodiment 100% Natural Hair Oil, where nature and science are the ingredients.",
"author": "Embodiment",
"private": true,
"scripts": {
"dev": "NODE_ENV=development concurrently \"nuxt dev site\" \"npm run lambda-serve\"",
"serve": "nuxt serve site",
"build": "nuxt build site",
"start": "nuxt start site",
"generate": "nuxt build site && nuxt export site",
"lint": "eslint --ext .js,.vue --ignore-path .gitignore .",
"test": "jest",
"sass": "preons stylesheet -i config/preons.yaml -s > resources/preons.scss",
"lambda-serve": "netlify-lambda serve functions",
"lambda-build": "netlify-lambda build functions"
},
"dependencies": {
"@nuxt/content": "^1",
"@nuxtjs/sitemap": "^2.4.0",
"@stripe/stripe-js": "^1.7.0",
"@supabase/supabase-js": "^2.32.0",
"@userfront/vue": "^0.1.19",
"axios": "^0.21.1",
"dotenv": "^16.0.2",
"nuxt": "^2.0.0",
"nuxt-jsonld": "v1",
"object-fit-images": "^3.2.4",
"reading-time": "^1.5.0",
"stripe": "^8.63.0",
"uuid": "^8.1.0"
},
"devDependencies": {
"@aceforth/nuxt-optimized-images": "^1.0.1",
"@nuxtjs/eslint-config": "^2.0.0",
"@nuxtjs/eslint-module": "^1.0.0",
"@vue/test-utils": "^1.0.0-beta.27",
"babel-eslint": "^10.0.1",
"babel-jest": "^24.1.0",
"concurrently": "^5.2.0",
"eslint": "^6.1.0",
"eslint-config-prettier": "^6.10.0",
"eslint-plugin-nuxt": ">=0.4.2",
"eslint-plugin-prettier": "^3.1.2",
"imagemin-mozjpeg": "^9.0.0",
"imagemin-pngquant": "^9.0.0",
"imagemin-svgo": "^8.0.0",
"jest": "^24.1.0",
"marked": "^4.3.0",
"netlify-lambda": "^1.6.3",
"prettier": "^1.19.1",
"sass": "^1.54.8",
"sass-loader": "10",
"vue-jest": "^4.0.0-0",
"webp-loader": "^0.6.0"
}
}