-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 947 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
{
"name": "ignews",
"version": "0.1.0",
"private": true,
"scripts": {
"test": "yarn jest",
"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.1",
"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",
"typescript": "^4.2.3"
},
"devDependencies": {
"@testing-library/jest-dom": "^5.16.1",
"@testing-library/react": "^12.1.2",
"@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.4.2",
"identity-obj-proxy": "^3.0.0",
"jest": "^27.4.3",
"jest-dom": "^4.0.0",
"ts-jest": "^27.1.1"
}
}