-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 927 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 927 Bytes
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
{
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@babel/plugin-transform-runtime": "^7.18.10",
"@babel/preset-env": "^7.18.10",
"@babel/preset-react": "^7.18.6",
"@linaria/babel-preset": "^4.1.3",
"@linaria/core": "^4.1.3",
"@linaria/react": "^4.1.3",
"@linaria/webpack-loader": "^4.1.3",
"@portabletext/react": "^1.0.6",
"@sanity/client": "^3.3.6",
"@sanity/image-url": "^1.0.1",
"lodash": "^4.17.21",
"next": "latest",
"next-linaria": "^1.0.1-beta",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-image-gallery": "^1.2.9",
"swr": "^1.3.0",
"zustand": "^4.1.1"
},
"devDependencies": {
"@types/react-image-gallery": "^1.0.5",
"@types/lodash": "^4.14.186",
"@types/node": "^18.7.14",
"@types/react": "^18.0.17",
"typescript": "^4.8.2"
}
}