-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
34 lines (34 loc) · 866 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": "ig.news",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"start:stripe:hooks": "stripe listen --forward-to localhost:3000/api/webhooks"
},
"dependencies": {
"@prismicio/client": "^4.0.0",
"@stripe/stripe-js": "^1.13.1",
"axios": "^0.21.1",
"faunadb": "^4.1.1",
"next": "10.0.9",
"next-auth": "^3.13.0",
"prismic-dom": "^2.2.5",
"react": "17.0.1",
"react-dom": "17.0.1",
"react-icons": "^4.2.0",
"sass": "^1.32.8",
"stripe": "^8.138.0"
},
"devDependencies": {
"@types/next-auth": "^3.7.1",
"@types/node": "^14.14.35",
"@types/prismic-dom": "^2.1.1",
"@types/react": "^17.0.3",
"@types/react-dom": "^17.0.2",
"typescript": "^4.2.3",
"typescript-plugin-css-modules": "^3.2.0"
}
}