-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1.01 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
{
"name": "blavetstudio.com",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev -p 3002",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@apollo/client": "^3.4.7",
"@sanity/asset-utils": "^1.1.5",
"@sanity/client": "^2.14.0",
"@sanity/image-url": "^0.140.22",
"@svgr/webpack": "^5.5.0",
"@types/react-gtm-module": "^2.0.1",
"framer-motion": "^4.1.17",
"graphql": "^15.5.1",
"gsap": "^3.7.1",
"next": "^11.1.0",
"next-compose-plugins": "^2.2.1",
"next-sanity-image": "^3.1.5",
"react": "17.0.2",
"react-cookie-consent": "^6.3.0",
"react-dom": "17.0.2",
"react-gtm-module": "^2.0.11",
"styled-components": "latest"
},
"devDependencies": {
"@babel/core": "^7.15.0",
"@types/react": "17.0.16",
"@types/styled-components": "^5.1.12",
"babel-plugin-styled-components": "latest",
"eslint": "7.32.0",
"eslint-config-next": "11.0.1",
"typescript": "4.3.5"
}
}