-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.05 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
{
"name": "ignews",
"private": true,
"version": "0.1.0",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"slicemachine": "start-slicemachine"
},
"dependencies": {
"@prismicio/client": "^6.6.4",
"@prismicio/helpers": "^2.3.3",
"@prismicio/next": "^0.1.3",
"@prismicio/react": "^2.4.4",
"@prismicio/slice-simulator-react": "^0.2.2",
"@prismicio/types": "^0.2.8",
"@stripe/stripe-js": "^1.31.0",
"axios": "^0.27.2",
"faunadb": "^4.5.4",
"next": "12.0.10",
"next-auth": "^4.2.1",
"prismic-dom": "^2.2.7",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-icons": "^4.3.1",
"sass": "^1.49.7",
"stripe": "^8.202.0"
},
"devDependencies": {
"@types/next-auth": "^3.15.0",
"@types/node": "17.0.17",
"@types/prismic-dom": "^2.1.1",
"@types/react": "17.0.39",
"eslint": "8.8.0",
"eslint-config-next": "12.0.10",
"prismic-cli": "^4.2.3",
"slice-machine-ui": "^0.4.2",
"typescript": "4.5.5"
}
}