-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.11 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.11 KB
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": "mintwire",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@prismicio/client": "^7.3.1",
"@stripe/stripe-js": "^2.1.5",
"@types/node": "20.2.5",
"@types/react": "18.2.9",
"@types/react-dom": "18.2.4",
"axios": "^1.5.0",
"dotenv": "^16.3.1",
"eslint": "8.42.0",
"eslint-config-next": "13.4.4",
"faunadb": "^4.8.0",
"next": "13.4.4",
"next-auth": "^4.23.1",
"prismic-dom": "^2.2.7",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-icons": "^4.10.1",
"sass": "^1.64.1",
"stripe": "^12.18.0",
"typescript": "5.1.3"
},
"devDependencies": {
"@testing-library/dom": "^10.3.0",
"@testing-library/jest-dom": "^6.4.6",
"@testing-library/react": "^16.0.0",
"@types/jest": "^29.5.12",
"@types/next-auth": "^3.15.0",
"@types/prismic-dom": "^2.1.4",
"babel-jest": "^29.7.0",
"cross-env": "^7.0.3",
"jest": "^29.7.0",
"jest-dom": "^4.0.0",
"jest-environment-jsdom": "^29.7.0"
}
}