-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.11 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
43
{
"name": "gg-news",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"stripe": "stripe-cli/stripe listen --forward-to localhost:3000/api/webhooks",
"test": "yarn jest"
},
"dependencies": {
"@prismicio/client": "^5.1.0",
"@stripe/stripe-js": "^1.15.0",
"axios": "^0.21.1",
"faunadb": "^4.3.0",
"next": "10.2.0",
"next-auth": "^3.23.3",
"next-slicezone": "^0.1.2",
"prismic-dom": "^2.2.6",
"prismic-reactjs": "^1.3.4",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-icons": "^4.3.1",
"sass": "^1.32.13",
"stripe": "^8.148.0"
},
"devDependencies": {
"@testing-library/dom": "^8.11.3",
"@testing-library/jest-dom": "^5.16.2",
"@testing-library/react": "^12.1.3",
"@types/next-auth": "^3.15.0",
"@types/node": "^15.3.0",
"@types/prismic-dom": "^2.1.1",
"@types/react": "^17.0.5",
"babel-jest": "^27.5.1",
"identity-obj-proxy": "^3.0.0",
"jest": "^27.5.1",
"jest-dom": "^4.0.0",
"jest-mock": "^27.5.1",
"typescript": "^4.2.4"
}
}