-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
58 lines (58 loc) · 1.56 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
{
"name": "westeroscraft-web",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start",
"lint": "next lint",
"type-check": "tsc --noEmit"
},
"dependencies": {
"@chakra-ui/react": "^2.4.8",
"@emotion/react": "^11",
"@emotion/styled": "^11",
"@next/font": "^13.1.2",
"@portabletext/react": "^1.0.6",
"@sanity/asset-utils": "^1.2.3",
"@sanity/cli": "^2.30.2",
"@sanity/image-url": "^1.0.1",
"@sanity/vision": "^3.2.3",
"algoliasearch": "^4.13.1",
"body-scroll-lock": "^4.0.0-beta.0",
"dayjs": "^1.11.2",
"embla-carousel-react": "^6.2.0",
"framer-motion": "^6",
"ga-lite": "^2.1.6",
"lodash": "^4.17.21",
"match-sorter": "^6.3.1",
"next": "^13.1.2",
"next-sanity": "^4.0.4",
"next-seo": "^5.4.0",
"prettier": "^2.7.1",
"react": "^18.2.0",
"react-copy-to-clipboard": "^5.1.0",
"react-dom": "^18.2.0",
"react-icons": "^4.7.1",
"react-player": "^2.10.1",
"react-table": "7.8.0",
"sanity": "^3.2.3",
"sanity-plugin-media": "^2.0.2",
"styled-components": "^5.3.6",
"tinycolor2": "^1.4.2"
},
"devDependencies": {
"@types/body-scroll-lock": "^3.1.0",
"@types/node": "17.0.39",
"@types/react": "18.0.11",
"@types/react-copy-to-clipboard": "^5.0.4",
"@types/react-dom": "18.0.5",
"@types/react-table": "^7.7.12",
"@types/tinycolor2": "^1.4.3",
"concurrently": "^7.3.0",
"eslint": "8.17.0",
"eslint-config-next": "^13.1.2",
"typescript": "4.7.3"
}
}