-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1008 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
35
36
37
38
39
40
41
{
"name": "ignews",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "jest"
},
"dependencies": {
"@prismicio/client": "5.1.1",
"@stripe/stripe-js": "^1.22.0",
"axios": "^0.24.0",
"faunadb": "^4.4.1",
"next": "12.0.7",
"next-auth": "^4.0.6",
"prismic-dom": "^2.2.7",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-icons": "^4.3.1",
"sass": "^1.45.2",
"stripe": "^8.195.0"
},
"devDependencies": {
"@testing-library/dom": "^8.11.3",
"@testing-library/jest-dom": "^5.16.1",
"@testing-library/react": "^12.1.2",
"@types/node": "^17.0.7",
"@types/prismic-dom": "^2.1.1",
"@types/react": "^17.0.38",
"babel-jest": "^27.4.6",
"eslint": "8.6.0",
"eslint-config-next": "12.0.7",
"identity-obj-proxy": "^3.0.0",
"jest": "^27.4.7",
"jest-dom": "^4.0.0",
"ts-jest": "^27.1.3",
"typescript": "^4.5.4"
}
}