-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
60 lines (60 loc) · 1.74 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"name": "03-ig21-ig-news",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"stripe:dev": "stripe listen --forward-to localhost:3000/api/webhooks",
"test": "jest --maxWorkers=50%",
"test:watch": "jest --watch --maxWorkers=25%",
"test:coverage": "jest --coverage",
"build": "next build",
"start": "next start",
"lint": "next lint",
"slicemachine": "start-slicemachine",
"make-badges": "coverage-badges",
"prepare": "husky install"
},
"dependencies": {
"@prismicio/client": "^7.1.0",
"@prismicio/helpers": "^2.3.9",
"@prismicio/next": "^1.3.2",
"@prismicio/react": "^2.7.1",
"@types/node": "20.3.2",
"@types/react": "18.2.14",
"@types/react-dom": "18.2.6",
"axios": "^1.4.0",
"class-variance-authority": "^0.6.1",
"eslint": "8.43.0",
"eslint-config-next": "13.4.7",
"faunadb": "^4.8.0",
"next": "13.4.7",
"next-auth": "^4.22.1",
"next-seo": "^6.1.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-icons": "^4.10.1",
"stripe": "^12.11.0",
"tailwind-merge": "^1.13.2",
"typescript": "5.1.6",
"zod": "^3.21.4"
},
"devDependencies": {
"@rocketseat/eslint-config": "^1.2.0",
"@slicemachine/adapter-next": "^0.3.2",
"@testing-library/dom": "^9.3.1",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^14.0.0",
"@types/testing-library__jest-dom": "^5.14.7",
"autoprefixer": "^10.4.14",
"coverage-badges-cli": "^1.1.1",
"jest": "^29.6.1",
"jest-environment-jsdom": "^29.6.1",
"postcss": "^8.4.24",
"postcss-import": "^15.1.0",
"slice-machine-ui": "^1.4.0",
"tailwind-scrollbar": "^3.0.4",
"tailwindcss": "^3.3.2",
"husky": "^8.0.0"
}
}