-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 748 Bytes
/
Copy pathpackage.json
File metadata and controls
29 lines (29 loc) · 748 Bytes
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
{
"name": "homebase",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next -p 4000",
"dev-3k": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.26",
"@fortawesome/free-brands-svg-icons": "^5.12.0",
"@fortawesome/free-solid-svg-icons": "^5.12.0",
"@fortawesome/react-fontawesome": "^0.1.8",
"@zeit/next-css": "^1.0.1",
"@zeit/next-sass": "^1.0.1",
"bulma": "^0.8.0",
"classnames": "^2.2.6",
"fontfaceobserver": "^2.1.0",
"moment": "^2.24.0",
"next": "^9.5.3",
"node-sass": "^4.14.1",
"react": "16.12.0",
"react-dom": "16.12.0",
"unfetch": "^4.1.0"
},
"devDependencies": {}
}