-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.04 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
{
"name": "labete",
"version": "1.0.0",
"description": "My stellar Nuxt.js project",
"author": "Genevieve Perron-Migneron",
"private": true,
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate",
"lint:sass": "stylelint '**/*.sass'"
},
"engines": {
"node": "20.x"
},
"dependencies": {
"@nuxtjs/axios": "^5.5.4",
"@nuxtjs/dotenv": "^1.4.1",
"bootstrap": "^5.3.3",
"bootstrap-vue": "^2.23.1",
"cookie-universal-nuxt": "^2.1.4",
"nuxt": "^2.0.0",
"nuxt-i18n": "^5.12.7",
"prismic-nuxt": "^0.5.1",
"sass": "^1.52.3",
"sass-google-fonts": "^1.0.1",
"sass-loader": "^7.1.0",
"stylelint": "^13.3.2",
"stylelint-order": "^4.0.0",
"stylelint-scss": "^3.16.1",
"swell-js": "^3.22.1",
"v-lazy-image": "^2.1.1",
"vue-light-gallery": "^1.0.1",
"vue-slick-carousel": "^1.0.5",
"vue2-gmap-custom-marker": "^5.5.4",
"vue2-google-maps": "^0.10.6"
},
"devDependencies": {
"nodemon": "^1.18.9"
}
}