-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.1 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",
"test": "jest",
"coverage": "jest --coverage"
},
"dependencies": {
"@prismicio/client": "^5.1.0",
"@stripe/stripe-js": "^1.19.1",
"@types/node": "^16.9.6",
"@types/prismic-dom": "^2.1.1",
"@types/react": "^17.0.24",
"axios": "^0.22.0",
"faunadb": "^4.4.1",
"jest-mock": "^27.5.1",
"next": "11.1.2",
"next-auth": "^3.29.0",
"prismic-dom": "^2.2.6",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-icons": "^4.2.0",
"react-toastify": "^8.0.3",
"sass": "^1.42.1",
"stripe": "^8.176.0",
"typescript": "^4.4.3"
},
"devDependencies": {
"@testing-library/dom": "^8.11.3",
"@testing-library/jest-dom": "^5.16.2",
"@testing-library/react": "^12.1.2",
"babel-jest": "^27.5.1",
"eslint": "7.32.0",
"eslint-config-next": "11.1.2",
"identity-obj-proxy": "^3.0.0",
"jest": "^27.5.1",
"jest-dom": "^4.0.0",
"ts-jest": "^27.1.3"
}
}