-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.26 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
{
"name": "ignews",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"slicemachine": "start-slicemachine"
},
"dependencies": {
"@prismicio/client": "5.1.1",
"@prismicio/helpers": "^2.3.0",
"@prismicio/slice-simulator-react": "^0.2.2",
"@stripe/stripe-js": "^1.29.0",
"add": "^2.0.6",
"axios": "^0.27.2",
"faunadb": "^4.5.4",
"jest-environment-jsdom": "^28.1.2",
"next": "12.1.5",
"next-auth": "^4.3.4",
"prismic-dom": "^2.2.7",
"react": "18.0.0",
"react-dom": "18.0.0",
"react-icons": "^4.3.1",
"sass": "^1.50.0",
"stripe": "^8.217.0",
"yarn": "^1.22.18"
},
"devDependencies": {
"@testing-library/dom": "^8.14.0",
"@testing-library/jest-dom": "^5.16.4",
"@testing-library/react": "^13.3.0",
"@types/jest": "^28.1.4",
"@types/next-auth": "^3.15.0",
"@types/node": "^17.0.24",
"@types/react": "^18.0.5",
"babel-jest": "^28.1.2",
"eslint": "8.13.0",
"eslint-config-next": "12.1.5",
"identity-obj-proxy": "^3.0.0",
"jest": "^28.1.2",
"jest-dom": "^4.0.0",
"jest-mock": "^28.1.1",
"slice-machine-ui": "^0.3.7",
"typescript": "^4.6.3"
}
}