-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 959 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
{
"name": "shuffleboard-next",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build && next export",
"start": "next start",
"format": "prettier --write \"**/*.{js, jsx}\""
},
"dependencies": {
"@auth0/nextjs-auth0": "^1.6.2",
"@fortawesome/fontawesome-svg-core": "^1.2.36",
"@fortawesome/free-regular-svg-icons": "^5.15.4",
"@fortawesome/free-solid-svg-icons": "^5.15.4",
"@fortawesome/react-fontawesome": "^0.1.15",
"axios": "^0.24.0",
"firebase": "^9.6.1",
"lodash.debounce": "^4.0.8",
"next": "10.0.3",
"react": "17.0.1",
"react-dom": "17.0.1",
"react-draggable": "^4.4.3",
"react-firebase-hooks": "^4.0.1",
"react-firebaseui": "^6.0.0",
"semantic-ui-css": "^2.4.1",
"semantic-ui-react": "^2.0.4"
},
"devDependencies": {
"@material-ui/core": "^4.11.2",
"polished": "^4.0.5",
"styled-components": "^5.2.1"
}
}