-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.31 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
{
"name": "AurorAlpes",
"version": "1.0.0",
"description": "Association dans le but de promouvoir, de rendre accessible et de faire rayonner les sciences de l'Univers",
"author": "Sebastien Hernoux",
"type": "module",
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"generate": "nuxt generate",
"start": "nuxt start",
"analyze": "nuxt build -a"
},
"dependencies": {
"@contentful/rich-text-html-renderer": "^13.4.0",
"@contentful/rich-text-types": "^13.4.0",
"@nuxtjs/axios": "^5.13.6",
"@nuxtjs/dotenv": "^1.4.1",
"@nuxtjs/pwa": "^3.0.0-beta.19",
"@nuxtjs/sitemap": "^1.3.1",
"contentful": "^8.5.0",
"cross-env": "^5.2.1",
"dat.gui": "^0.7.6",
"gsap": "^3.7.1",
"imagesloaded": "^4.1.4",
"locomotive-scroll": "^3.3.11",
"lottie-web": "^5.6.2",
"node-sass": "^4.14.1",
"nuxt": "^2.15.8",
"scrollmagic": "^2.0.7",
"three": "^0.107.0",
"vue-lazyload": "^1.3.3",
"vue-parallax-js": "^0.2.3",
"vue-scrollto": "^2.17.1",
"vue-smooth-scrollbar": "^0.1.2",
"vue-template-compiler": "^2.6.14",
"vue2-hammer": "^2.1.2"
},
"devDependencies": {
"@nuxtjs/google-analytics": "^2.2.3",
"@nuxtjs/style-resources": "^0.1.2",
"nodemon": "^2.0.12",
"sass-loader": "^7.3.1",
"vue-svg-loader": "^0.12.0"
}
}