-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
35 lines (35 loc) · 942 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
35
{
"name": "with-typescript",
"version": "1.0.0",
"scripts": {
"dev": "cross-env NODE_OPTIONS='--inspect' next",
"build": "next build",
"start": "next start",
"export": "next export",
"type-check": "tsc"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.34",
"@fortawesome/free-brands-svg-icons": "^5.15.2",
"@fortawesome/react-fontawesome": "^0.1.14",
"bulma": "^0.9.1",
"firebase": "^8.2.1",
"firebase-admin": "^9.4.2",
"next": "latest",
"next-auth": "^3.1.0",
"node-sass": "^4.0.0",
"react": "^16.12.0",
"react-bulma-components": "^3.4.0",
"react-dom": "^16.12.0",
"react-social-login-buttons": "^3.1.0"
},
"devDependencies": {
"@types/next-auth": "^3.1.18",
"@types/node": "^12.12.21",
"@types/react": "^16.9.16",
"@types/react-dom": "^16.9.4",
"cross-env": "^7.0.3",
"typescript": "^4.0"
},
"license": "MIT"
}