-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
63 lines (63 loc) · 1.77 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
53
54
55
56
57
58
59
60
61
62
63
{
"name": "ignews",
"version": "0.5.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"pretty": "prettier --write .",
"test": "jest",
"slicemachine": "start-slicemachine"
},
"dependencies": {
"@prismicio/client": "^6.7.3",
"@prismicio/helpers": "^2.3.9",
"@prismicio/next": "^1.1.0",
"@prismicio/react": "^2.6.0",
"@stripe/stripe-js": "^1.52.1",
"axios": "^1.5.0",
"faunadb": "^4.8.0",
"next": "13.2.4",
"next-auth": "^4.20.1",
"prismic-dom": "^2.2.7",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-icons": "^4.11.0",
"sass": "^1.67.0",
"stripe": "^11.16.0"
},
"devDependencies": {
"@prismicio/types": "^0.2.8",
"@slicemachine/adapter-next": "^0.1.3",
"@testing-library/dom": "^9.3.3",
"@testing-library/jest-dom": "^6.1.3",
"@testing-library/react": "^14.0.0",
"@types/jest": "^29.5.5",
"@types/node": "20.6.2",
"@types/prismic-dom": "^2.1.1",
"@types/react": "18.2.21",
"@types/react-dom": "18.2.7",
"@typescript-eslint/eslint-plugin": "^6.7.0",
"@typescript-eslint/parser": "^6.7.0",
"autoprefixer": "^10.4.16",
"babel-jest": "^29.7.0",
"eslint": "8.49.0",
"eslint-config-next": "13.2.4",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-simple-import-sort": "^10.0.0",
"identity-obj-proxy": "^3.0.0",
"jest": "^29.7.0",
"jest-dom": "^4.0.0",
"jest-environment-jsdom": "^29.7.0",
"jest-mock": "^29.7.0",
"postcss": "^8.4.30",
"prettier": "^3.0.3",
"prettier-plugin-tailwindcss": "^0.5.4",
"slice-machine-ui": "^1.0.3",
"tailwindcss": "^3.3.3",
"typescript": "5.2.2"
}
}