-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
67 lines (67 loc) · 1.9 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
{
"name": "vogue",
"version": "1.0.0",
"description": "Personal site and portfolio of UX engineer and prolific twitter user xdesro.",
"main": "index.js",
"private": true,
"scripts": {
"✨": "nuxt",
"🚧": "nuxt build",
"🏃": "nuxt start",
"📦": "nuxt generate"
},
"repository": {
"type": "git",
"url": "git+https://github.com/xdesro/vogue.git"
},
"keywords": [
"personal site",
"portfolio",
"creative technologist",
"interaction developer"
],
"author": "Henry Desroches <[email protected]> https://henry.codes",
"license": "ISC",
"bugs": {
"url": "https://github.com/xdesro/vogue/issues"
},
"homepage": "https://github.com/xdesro/vogue#readme",
"dependencies": {
"@bazzite/nuxt-optimized-images": "^0.2.2",
"@nuxtjs/axios": "^5.11.0",
"@nuxtjs/dotenv": "^1.4.1",
"@nuxtjs/feed": "^1.1.0",
"@nuxtjs/pwa": "^3.0.0-beta.20",
"contentful": "^7.14.4",
"gsap": "3.0.1",
"imagemin-mozjpeg": "^8.0.0",
"imagemin-pngquant": "^8.0.0",
"jimp": "^0.9.8",
"markdown-it-attrs": "^2.4.1",
"node-fetch": "^2.6.0",
"nuxt": "^2.12.2",
"prismjs": "^1.20.0",
"responsive-loader": "^1.2.0"
},
"devDependencies": {
"@babel/runtime-corejs2": "^7.10.1",
"@nuxt/components": "^0.2.5",
"@nuxtjs/markdownit": "^1.2.9",
"core-js": "^2.6.11",
"eslint": "^6.8.0",
"eslint-plugin-vue": "^5.2.3",
"node-sass": "^4.14.1",
"sass-loader": "^7.3.1",
"stylelint": "^10.1.0",
"stylelint-config-recommended-scss": "^3.3.0",
"stylelint-scss": "^3.17.2"
},
"headMeta": {
"title": "Henry Desroches | Creative Developer & UX Engineer",
"description": "Personal site and portfolio of UX engineer and prolific twitter user xdesro.",
"siteUrl": "https://henry.codes",
"imageUrl": "https://henry.codes/open-graph.jpg",
"themeColor": "#030303",
"twitter": "@xdesro"
}
}