-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
76 lines (76 loc) · 2.25 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
{
"name": "ux",
"version": "1.0.0",
"private": true,
"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"
},
"engines": {
"node": "18.x"
},
"lint-staged": {
"*.{js,vue}": "eslint",
"*.{css,vue}": "stylelint"
},
"dependencies": {
"@mailchimp/mailchimp_marketing": "^3.0.78",
"@netlify/plugin-sitemap": "^0.8.1",
"@nuxt/content": "^1.15.0",
"@nuxtjs/axios": "^5.13.6",
"@nuxtjs/dotenv": "^1.4.1",
"@nuxtjs/gtm": "^2.4.0",
"@nuxtjs/moment": "^1.6.1",
"@nuxtjs/robots": "^2.5.0",
"@nuxtjs/sitemap": "^2.4.0",
"@tailwindcss/aspect-ratio": "latest",
"@tailwindcss/forms": "latest",
"@tailwindcss/line-clamp": "latest",
"autoprefixer": "latest",
"cookie-universal-nuxt": "^2.2.1",
"core-js": "^3.15.1",
"crypto": "^1.0.1",
"editorjs-html": "^3.4.2",
"graphql": "^16.4.0",
"graphql-tag": "^2.12.6",
"nuxt": "^2.15.8",
"nuxt-jsonld": "v1",
"send_x_rest_api": "^1.0.0",
"tailwindcss": "latest",
"vue-social-sharing": "^3.0.9"
},
"devDependencies": {
"@babel/eslint-parser": "^7.14.7",
"@ncwidgets/reorder": "^0.9.0",
"@nuxt/types": "^2.15.7",
"@nuxt/typescript-build": "^2.1.0",
"@nuxtjs/color-mode": "^2.1.1",
"@nuxtjs/eslint-config-typescript": "^6.0.1",
"@nuxtjs/eslint-module": "^3.0.2",
"@nuxtjs/markdownit": "^2.0.0",
"@nuxtjs/stylelint-module": "^4.0.0",
"@nuxtjs/svg": "^0.3.0",
"@nuxtjs/tailwindcss": "^5.1.3",
"@tailwindcss/typography": "latest",
"aos": "^3.0.0-beta.6",
"eslint": "^7.29.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-nuxt": "^2.0.0",
"eslint-plugin-vue": "^7.12.1",
"nuxt-graphql-request": "^5.2.0",
"nuxt-gsap-module": "^1.5.0",
"postcss": "latest",
"prettier": "2.5.1",
"stylelint": "^13.13.1",
"stylelint-config-prettier": "^8.0.2",
"stylelint-config-standard": "^22.0.0",
"tailwindcss-debug-screens": "^2.2.0",
"vue-waypoint": "^3.5.2"
},
"packageManager": "[email protected]"
}