-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1013 Bytes
/
package.json
File metadata and controls
41 lines (41 loc) · 1013 Bytes
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
{
"name": "ignews",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"test": "yarn jest"
},
"dependencies": {
"@prismicio/client": "^4.0.0",
"@stripe/stripe-js": "^1.14.0",
"@types/next-auth": "^3.15.0",
"axios": "^0.21.1",
"faunadb": "^4.2.0",
"next": "10.1.3",
"next-auth": "^3.23.0",
"postcss": "^8.3.0",
"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.148.0"
},
"devDependencies": {
"@testing-library/dom": "^8.1.0",
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^12.0.0",
"@types/node": "^14.14.37",
"@types/prismic-dom": "^2.1.1",
"@types/react": "^17.0.3",
"babel-jest": "^27.0.6",
"identity-obj-proxy": "^3.0.0",
"jest": "^27.0.6",
"jest-dom": "^4.0.0",
"ts-jest": "^27.0.4",
"typescript": "^4.2.4"
}
}