-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.17 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
44
45
{
"name": "ignews",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"stripe": "stripe-cli/stripe.exe listen --forward-to localhost:3000/api/webhooks",
"test": "jest"
},
"dependencies": {
"@prismicio/client": "5.1.1",
"@stripe/stripe-js": "^1.29.0",
"axios": "^0.27.2",
"faunadb": "^4.5.4",
"next": "12.1.6",
"next-auth": "^4.3.4",
"prismic-dom": "^2.2.7",
"react": "18.1.0",
"react-dom": "18.1.0",
"react-icons": "^4.3.1",
"sass": "^1.51.0",
"stripe": "^8.222.0"
},
"devDependencies": {
"@testing-library/dom": "^8.13.0",
"@testing-library/jest-dom": "^5.16.4",
"@testing-library/react": "^13.3.0",
"@types/next-auth": "^3.15.0",
"@types/node": "^17.0.31",
"@types/prismic-dom": "^2.1.1",
"@types/react": "^18.0.9",
"babel-jest": "^28.1.1",
"eslint": "8.15.0",
"eslint-config-next": "12.1.6",
"identity-obj-proxy": "^3.0.0",
"jest": "^28.1.1",
"jest-dom": "^4.0.0",
"jest-environment-jsdom": "^28.1.1",
"jest-mock": "^28.1.1",
"typescript": "^4.6.4"
}
}