-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.15 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
46
{
"name": "ignews",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "jest --watch"
},
"dependencies": {
"@prismicio/client": "^6.7.1",
"@prismicio/react": "^2.5.0",
"@stripe/stripe-js": "^1.38.1",
"axios": "^1.1.2",
"faunadb": "^4.7.0",
"next": "12.3.1",
"next-auth": "^4.12.3",
"prismic-dom": "^2.2.7",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-icons": "^4.4.0",
"sass": "^1.55.0",
"stripe": "^10.12.0"
},
"devDependencies": {
"@testing-library/dom": "^8.19.0",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@types/next-auth": "^3.15.0",
"@types/node": "^18.7.23",
"@types/prismic-dom": "^2.1.1",
"@types/react": "^18.0.21",
"babel-jest": "^29.3.1",
"eslint": "8.24.0",
"eslint-config-next": "12.3.1",
"identity-obj-proxy": "^3.0.0",
"jest": "^29.3.1",
"jest-dom": "^4.0.0",
"jest-environment-jsdom": "^29.3.1",
"prettier": "^2.7.1",
"ts-jest": "^29.0.3",
"typescript": "^4.8.4"
}
}