-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 924 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
{
"name": "next-storyblok",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"create-component": "node ./generators/copy.js"
},
"dependencies": {
"@storyblok/react": "^1.0.5",
"@tailwindcss/aspect-ratio": "^0.4.0",
"axios": "^0.21.1",
"next": "12.0.4",
"photoswipe": "^5.2.4",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-photoswipe-gallery": "^2.1.0",
"react-scrollspy": "^3.4.3",
"remixicon": "^2.5.0",
"sass": "^1.50.1",
"storyblok-js-client": "^4.1.5",
"storyblok-rich-text-react-renderer": "^2.5.2",
"usehooks-ts": "^2.5.2"
},
"devDependencies": {
"autoprefixer": "^10.4.0",
"eslint": "7.32.0",
"eslint-config-next": "12.0.4",
"postcss": "^8.4.1",
"tailwindcss": "^3"
},
"engines": {
"node": ">=8.0.0"
}
}