-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1002 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": "ig-news-ignite",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"test": "jest --watchAll"
},
"dependencies": {
"@prismicio/client": "^4.0.0",
"@stripe/stripe-js": "^1.13.2",
"axios": "^0.21.1",
"faunadb": "^4.1.3",
"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.140.0"
},
"devDependencies": {
"@testing-library/dom": "^8.0.0",
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^12.0.0",
"@types/next-auth": "^3.13.0",
"@types/node": "^14.14.37",
"@types/prismic-dom": "^2.1.1",
"@types/react": "^17.0.3",
"babel-jest": "^27.0.5",
"identity-obj-proxy": "^3.0.0",
"jest": "^27.0.5",
"jest-dom": "^4.0.0",
"ts-jest": "^27.0.3",
"typescript": "^4.2.3"
}
}