-
Notifications
You must be signed in to change notification settings - Fork 24
/
package.json
40 lines (40 loc) · 993 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
{
"name": "ignews",
"version": "0.1.0",
"private": true,
"scripts": {
"test": "jest --coverage",
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@prismicio/client": "^4.0.0",
"@stripe/stripe-js": "^1.13.2",
"axios": "^0.21.1",
"faunadb": "^4.1.2",
"next": "10.0.9",
"next-auth": "^3.13.3",
"prismic-dom": "^2.2.5",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-icons": "^4.2.0",
"sass": "^1.32.8",
"stripe": "^8.139.0"
},
"devDependencies": {
"@testing-library/dom": "^7.31.2",
"@testing-library/jest-dom": "^5.13.0",
"@testing-library/react": "^11.2.7",
"@types/next-auth": "3.7.1",
"@types/node": "^14.14.35",
"@types/prismic-dom": "^2.1.1",
"@types/react": "^17.0.3",
"babel-jest": "^27.0.2",
"identity-obj-proxy": "^3.0.0",
"jest": "^27.0.4",
"jest-dom": "^4.0.0",
"ts-jest": "^27.0.4",
"typescript": "^4.2.3"
}
}