-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.37 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
{
"name": "ignews",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "jest --watchAll",
"slicemachine": "start-slicemachine"
},
"dependencies": {
"@prismicio/client": "^6.7.3",
"@prismicio/helpers": "^2.3.8",
"@prismicio/react": "^2.5.1",
"@prismicio/slice-simulator-react": "^0.2.3",
"@stripe/stripe-js": "^1.35.0",
"axios": "^0.27.2",
"faunadb": "^4.6.0",
"next": "12.2.1",
"next-auth": "^4.10.3",
"prismic-dom": "^2.2.7",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-icons": "^4.4.0",
"sass": "^1.54.0",
"stripe": "^10.0.0",
"yarn": "^1.22.19"
},
"devDependencies": {
"@prismicio/types": "^0.2.7",
"@testing-library/dom": "^8.19.1",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@types/jest": "^29.2.4",
"@types/next-auth": "^3.15.0",
"@types/node": "^18.6.3",
"@types/prismic-dom": "^2.1.1",
"@types/react": "^18.0.15",
"babel-jest": "^29.3.1",
"eslint": "8.21.0",
"eslint-config-next": "12.2.3",
"identity-obj-proxy": "^3.0.0",
"jest": "^29.3.1",
"jest-dom": "^4.0.0",
"jest-environment-jsdom": "^29.3.1",
"jest-mock": "^29.3.1",
"slice-machine-ui": "^0.6.0",
"typescript": "^4.7.4"
}
}