-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
43 lines (43 loc) · 1.12 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
{
"name": "mattaio-website",
"version": "1.0.0",
"description": "My sweet Nuxt.js project",
"author": "Mattèo Gauthier",
"private": true,
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate"
},
"dependencies": {
"@nuxt/content": "^1.11.1",
"@nuxtjs/axios": "^5.12.5",
"@nuxtjs/dotenv": "^1.4.1",
"@nuxtjs/pwa": "^3.3.3",
"@nuxtjs/robots": "^2.4.2",
"@nuxtjs/sitemap": "^2.4.0",
"dayjs": "^1.10.2",
"node-sass": "^5.0.0",
"nuxt": "^2.14.12",
"nuxt-user-agent": "^1.2.2",
"portal-vue": "^2.1.7",
"prism-themes": "^1.5.0",
"prismjs": "^1.23.0",
"raw-loader": "^4.0.2",
"sass-loader": "^10.1.0",
"vue-cool-lightbox": "^2.7.0",
"vue-fragment": "^1.5.1",
"vue-lazyload": "^1.3.3",
"vue-notibar": "^0.3.2",
"vue-tilt.js": "^1.1.1",
"vue-youtube": "^1.4.0"
},
"devDependencies": {
"@nuxt/components": "^1.2.2",
"@nuxtjs/google-analytics": "^2.4.0",
"@nuxtjs/tailwindcss": "^3.4.2",
"@tailwindcss/custom-forms": "^0.2.1",
"frontmatter-markdown-loader": "^3.6.2"
}
}