22
22
"gen" : " node services/ethers/mocks/abiToJavascriptClass.js" ,
23
23
"prepare-mumbai" : " mustache constants/config/mumbai.json constants/polygon-mumbai.json.mustache > constants/polygon-mumbai.json && mustache constants/config/mumbai.json constants/polygon-mumbai-tokens.json.mustache > constants/polygon-mumbai-tokens.json" ,
24
24
"prepare-polygon" : " mustache constants/config/mainnet.json constants/polygon-mainnet.json.mustache > constants/polygon-mainnet.json && mustache constants/config/mainnet.json constants/polygon-mainnet-tokens.json.mustache > constants/polygon-mainnet-tokens.json" ,
25
- "prepare" : " husky install"
25
+ "prepare" : " husky install" ,
26
+ "slicemachine" : " start-slicemachine"
26
27
},
27
28
"dependencies" : {
28
29
"@apollo/client" : " 3.7.10" ,
40
41
"@metamask/jazzicon" : " 2.0.0" ,
41
42
"@next/eslint-plugin-next" : " ^13.4.12" ,
42
43
"@primer/octicons-react" : " 18.2.0" ,
44
+ "@typeform/embed-react" : " ^2.30.0" ,
45
+ "@prismicio/client" : " ^7.1.0" ,
46
+ "@prismicio/next" : " ^1.3.3" ,
47
+ "@prismicio/react" : " ^2.7.1" ,
43
48
"@react-pdf/renderer" : " 3.1.7" ,
44
49
"@svgr/webpack" : " ^8.0.1" ,
45
50
"@tailwindcss/container-queries" : " 0.1.0" ,
99
104
"devDependencies" : {
100
105
"@babel/eslint-parser" : " 7.19.1" ,
101
106
"@babel/preset-react" : " 7.18.6" ,
107
+ "@slicemachine/adapter-next" : " ^0.3.8" ,
102
108
"@testing-library/jest-dom" : " 5.16.5" ,
103
109
"@testing-library/react" : " 14.0.0" ,
104
110
"@vitest/ui" : " ^0.29.8" ,
112
118
"jest-junit" : " 15.0.0" ,
113
119
"postcss" : " 8.4.21" ,
114
120
"prettier" : " 2.8.4" ,
121
+ "slice-machine-ui" : " ^1.7.0" ,
115
122
"tailwindcss" : " 3.2.7" ,
116
123
"vitest" : " ^0.29.8"
117
124
},
118
125
"jest-junit" : {
119
126
"addFileAttribute" : " true"
120
127
}
121
- }
128
+ }
0 commit comments