-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
72 lines (72 loc) · 2.19 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
{
"name": "bymattlee-nuxt-starter",
"description": "ByMattLee Nuxt Starter",
"version": "1.0.0",
"private": true,
"engines": {
"node": "16.17.1"
},
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate",
"lint:js": "eslint --ext .js,.vue --ignore-path .gitignore .",
"lint:style": "stylelint **/*.{vue,css} --ignore-path .gitignore",
"lint": "yarn lint:js && yarn lint:style"
},
"dependencies": {
"@nuxtjs/composition-api": "^0.33.1",
"@nuxtjs/google-gtag": "^1.0.4",
"@nuxtjs/redirect-module": "^0.3.1",
"@nuxtjs/sanity": "0.10.0",
"@sanity/client": "^5.2.2",
"@sanity/image-url": "^1.0.2",
"core-js": "^3.29.0",
"get-video-id": "^3.6.5",
"lazysizes": "^5.3.2",
"luxon": "^3.3.0",
"nuxt": "^2.16.2",
"nuxt-use-motion": "2.0.0-beta.5"
},
"devDependencies": {
"@aceforth/nuxt-optimized-images": "^1.4.0",
"@babel/eslint-parser": "^7.19.1",
"@nuxt/postcss8": "^1.1.3",
"@nuxtjs/eslint-config": "^12.0.0",
"@nuxtjs/eslint-module": "^3.1.0",
"@nuxtjs/feed": "^2.0.0",
"@nuxtjs/robots": "^2.5.0",
"@nuxtjs/sitemap": "^2.4.0",
"@nuxtjs/stylelint-module": "^4.1.0",
"@nuxtjs/tailwindcss": "^5.3.3",
"@tailwindcss/aspect-ratio": "^0.4.2",
"autoprefixer": "^10.4.13",
"eslint": "^8.35.0",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-nuxt": "^4.0.0",
"eslint-plugin-prettier": "^4.2.1",
"imagemin-gifsicle": "^7.0.0",
"imagemin-mozjpeg": "^9.0.0",
"imagemin-pngquant": "^9.0.2",
"imagemin-svgo": "^9.0.0",
"lqip-loader": "^2.2.1",
"postcss": "^8.4.21",
"postcss-html": "^1.5.0",
"prettier": "^2.8.4",
"responsive-loader": "^3.1.2",
"sass": "^1.58.3",
"sass-loader": "10.1.1",
"sharp": "^0.31.2",
"sqip-loader": "^1.0.0",
"stylelint": "^14.16.0",
"stylelint-config-prettier": "^9.0.5",
"stylelint-config-recommended-scss": "^9.0.1",
"stylelint-config-recommended-vue": "^1.4.0",
"stylelint-config-standard": "^30.0.1",
"stylelint-config-standard-scss": "^7.0.1",
"stylelint-order": "^6.0.2",
"tailwindcss": "^3.2.7",
"webp-loader": "^0.6.0"
}
}