-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
41 lines (41 loc) · 1.14 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
{
"name": "maazel-website",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "next",
"build": "next build && next export",
"start": "next start",
"deploy": "touch out/.nojekyll && gh-pages -t -d out"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@babel/runtime-corejs2": "^7.11.2",
"@fortawesome/fontawesome-svg-core": "^1.2.21",
"@fortawesome/free-brands-svg-icons": "^5.10.1",
"@fortawesome/free-solid-svg-icons": "^5.10.1",
"@fortawesome/react-fontawesome": "^0.1.4",
"imagemin-mozjpeg": "^8.0.0",
"imagemin-optipng": "^7.0.0",
"imagemin-svgo": "^7.0.0",
"markdown-to-jsx": "^7.0.0",
"next": "^9.0.2",
"next-compose-plugins": "^2.2.0",
"next-optimized-images": "^2.6.2",
"next-seo": "^2.0.0",
"polished": "^3.6.6",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-lazyload": "^3.0.0",
"react-social-icons": "^4.1.0",
"react-soundplayer": "^1.0.4",
"styled-components": "^4.3.2"
},
"devDependencies": {
"babel-plugin-styled-components": "^1.10.6",
"raw-loader": "^3.1.0"
}
}