-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
41 lines (41 loc) · 1.21 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": "dev_night-homepage",
"version": "0.0.1",
"description": "/dev/night homepage",
"main": "index.js",
"repository": "ssh://[email protected]/dev-night/homepage.git",
"author": "Niklas Heer <[email protected]>",
"license": "MIT",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start",
"now-build": "next build && next export -o dist"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.12",
"@fortawesome/free-brands-svg-icons": "^5.6.3",
"@fortawesome/free-solid-svg-icons": "^5.6.3",
"@fortawesome/react-fontawesome": "^0.1.4",
"@zeit/next-css": "^1.0.1",
"@zeit/next-mdx": "^1.2.0",
"firebase": "^7.1.0",
"imagemin-pngquant": "^7.0.0",
"lqip-loader": "^2.2.0",
"mdx": "^0.3.1",
"next": "^13.0.3",
"next-compose-plugins": "^2.1.1",
"next-fonts": "^0.16.0",
"next-optimized-images": "^2.3.3",
"react": "^16.7.0",
"react-accessible-accordion": "^3.0.1",
"react-dom": "^16.7.0",
"react-html-parser": "^2.0.2",
"react-image-gallery": "^1.0.6",
"remark-emoji": "^2.0.2",
"responsive-loader": "^1.2.0",
"sharp": "^0.30.5",
"stylus": "^0.54.5"
},
"devDependencies": {}
}