-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.09 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
{
"name": "ignews",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build && next export",
"start": "next start",
"lint": "next lint",
"test": "yarn jest"
},
"dependencies": {
"@prismicio/client": "4.0.0",
"@stripe/stripe-js": "^1.35.0",
"@types/prismic-dom": "2.1.1",
"axios": "^0.27.2",
"faunadb": "^4.6.0",
"next": "12.1.2",
"next-auth": "^4.10.3",
"prismic-dom": "2.2.5",
"react": "18.0.0",
"react-dom": "18.0.0",
"react-icons": "^4.3.1",
"stripe": "^10.0.0"
},
"devDependencies": {
"@testing-library/dom": "^8.18.1",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@types/jest": "^29.1.2",
"@types/node": "^17.0.23",
"@types/react": "^17.0.43",
"babel-jest": "^29.1.2",
"eslint": "8.12.0",
"eslint-config-next": "12.1.2",
"identity-obj-proxy": "^3.0.0",
"jest": "^29.1.2",
"jest-dom": "^4.0.0",
"jest-environment-jsdom": "^29.1.2",
"sass": "^1.54.0",
"ts-jest": "26.5.6",
"typescript": "^4.6.3"
}
}