-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.02 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.02 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
{
"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": "^6.4.1",
"@prismicio/helpers": "^2.2.0",
"@prismicio/next": "^0.1.0",
"@prismicio/react": "^2.1.2",
"@prismicio/slice-simulator-react": "^0.2.0",
"@stripe/stripe-js": "^1.24.0",
"@types/prismic-dom": "^2.1.1",
"axios": "^0.26.1",
"faunadb": "^4.5.2",
"next": "12.1.0",
"next-auth": "^4.2.1",
"prismic-dom": "^2.2.7",
"prismic-reactjs": "^1.3.4",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-icons": "^4.3.1",
"sass": "^1.49.9",
"stripe": "^8.205.0"
},
"devDependencies": {
"@types/next-auth": "^3.15.0",
"@types/node": "^17.0.21",
"@types/react": "^17.0.39",
"eslint": "8.10.0",
"eslint-config-next": "12.1.0",
"slice-machine-ui": "^0.3.3",
"typescript": "^4.6.2"
}
}