-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
45 lines (45 loc) · 1.14 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
{
"name": "ignews",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"debug": "NODE_OPTIONS='--inspect' next dev",
"lint": "next lint",
"test": "jest --watch",
"test:ci": "jest --ci"
},
"dependencies": {
"@babel/preset-react": "^7.16.7",
"@prismicio/client": "^5.1.0",
"@stripe/stripe-js": "^1.25.0",
"@types/prismic-dom": "^2.1.1",
"axios": "^0.26.1",
"faunadb": "^4.5.2",
"jest-mock": "^27.5.1",
"next": "^12.1.0",
"prismic-dom": "^2.2.5",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-icons": "^4.3.1",
"sass": "^1.49.9",
"stripe": "^8.210.0"
},
"devDependencies": {
"@testing-library/dom": "^8.11.3",
"@testing-library/jest-dom": "^5.16.2",
"@testing-library/react": "^12.1.4",
"@testing-library/user-event": "^14.0.4",
"@types/node": "^17.0.22",
"@types/react": "^17.0.42",
"eslint": "^8.11.0",
"eslint-config-next": "^12.1.0",
"jest": "^27.5.1",
"jest-dom": "^4.0.0",
"next-auth": "^4.3.1",
"ts-jest": "^27.1.3",
"typescript": "^4.5.4"
}
}