-
Notifications
You must be signed in to change notification settings - Fork 20
/
package.json
35 lines (35 loc) · 973 Bytes
/
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
{
"name": "JupyterCon2020",
"version": "1.0.0",
"description": "JupyterCon 2020",
"author": "Mario Buikhuizen",
"private": true,
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate",
"export": "npx yarn --cwd menu-footer && npx yarn --cwd menu-footer copy && npx yarn --cwd menu-footer export"
},
"dependencies": {
"@bazzite/nuxt-optimized-images": "^0.3.0",
"link-prevue": "^1.2.0",
"nuxt": "^2.0.0",
"nuxt-lazy-load": "^1.1.3",
"sharp": "^0.25.1",
"vue-carousel": "^0.18.0",
"vue-tweet-embed": "^2.4.0"
},
"devDependencies": {
"@vue/cli": "^4.2.3",
"extract-css-chunks-webpack-plugin": "^4.7.4",
"foundation-sites": "^6.6.1",
"imagemin-mozjpeg": "^8.0.0",
"imagemin-pngquant": "^8.0.0",
"motion-ui": "^2.0.3",
"node-sass": "^4.13.1",
"responsive-loader": "^1.2.0",
"sass-loader": "^8.0.2",
"yarn": "^1.22.4"
}
}