-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
42 lines (42 loc) · 1.23 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
42
{
"name": "poketwo.net",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"postbuild": "next-sitemap",
"start": "next start"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.30",
"@fortawesome/free-brands-svg-icons": "^5.14.0",
"@fortawesome/free-solid-svg-icons": "^5.14.0",
"@fortawesome/react-fontawesome": "^0.1.11",
"@ipregistry/client": "^4.0.0",
"@stripe/stripe-js": "^1.9.0",
"bulma": "^0.9.3",
"classnames": "^2.3.1",
"discord-api-types": "^0.24.0",
"discord-oauth2": "^2.5.0",
"iron-session": "^6.0.2",
"mongodb": "^3.6.6",
"next": "^10.0.1",
"next-ga": "^2.3.4",
"next-seo": "^4.7.3",
"nprogress": "^0.2.0",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-no-ssr": "^1.1.0",
"sass": "^1.26.10",
"stripe": "^8.191.0",
"swr": "^0.4.0"
},
"devDependencies": {
"@types/react": "^17.0.37",
"next-sitemap": "^1.6.168",
"prettier": "^2.1.2",
"prettier-airbnb-config": "^1.0.0",
"typescript": "^4.5.2"
}
}