-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.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
{
"name": "cannabis-medic-nuxt",
"version": "1.0.0",
"private": true,
"engines": {
"node": "20.x"
},
"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": "npm run lint:js && npm run lint:style"
},
"dependencies": {
"@nuxtjs/axios": "^5.12.0",
"@nuxtjs/dotenv": "^1.4.2",
"@nuxtjs/google-analytics": "^2.4.0",
"@nuxtjs/moment": "^1.6.1",
"bootstrap": "^4.6.0",
"bootstrap-vue": "^2.22.0",
"cookie-universal-nuxt": "^2.1.4",
"emailjs-com": "^2.6.3",
"nuxt": "^2.14.0",
"nuxt-i18n": "^6.15.1",
"prismic-nuxt": "^0.5.3",
"sass": "^1.51.0",
"sass-loader": "^10.0.1",
"vue-mailchimp-subscribe": "^1.1.0",
"vue2-gmap-custom-marker": "^5.6.0",
"vue2-google-maps": "^0.10.7"
},
"devDependencies": {
"@nuxtjs/eslint-config": "^3.1.0",
"@nuxtjs/eslint-module": "^2.0.0",
"@nuxtjs/stylelint-module": "^4.0.0",
"babel-eslint": "^10.1.0",
"eslint": "^7.5.0",
"eslint-plugin-nuxt": "^1.0.0",
"stylelint": "^13.6.1",
"stylelint-config-standard": "^20.0.0"
}
}