-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 975 Bytes
/
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
{
"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": "^4",
"@prismicio/helpers": "^2.3.0",
"@prismicio/react": "^2.3.0",
"@prismicio/slice-simulator-react": "^0.2.2",
"@stripe/stripe-js": "^1.22.0",
"axios": "^0.25.0",
"faunadb": "^4.4.1",
"next": "11.1.2",
"next-auth": "^4.0.5",
"prismic-dom": "^2.2.7",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-icons": "^4.3.1",
"sass": "^1.44.0",
"stripe": "^8.191.0"
},
"devDependencies": {
"@types/next-auth": "^3.15.0",
"@types/node": "^16.9.4",
"@types/prismic-dom": "^2.1.1",
"@types/react": "^17.0.22",
"eslint": "7.32.0",
"eslint-config-next": "11.1.2",
"slice-machine-ui": "^0.3.7",
"typescript": "^4.4.3"
}
}