-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
64 lines (64 loc) · 1.68 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
59
60
61
62
63
64
{
"name": "frontend",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/babel-plugin": "^11.9.2",
"@emotion/css": "^11.9.0",
"@emotion/react": "^11.9.3",
"@emotion/server": "^11.4.0",
"@emotion/styled": "^11.9.3",
"@portabletext/react": "^1.0.6",
"@sanity/image-url": "^1.0.1",
"autoprefixer": "^10.4.7",
"babel-plugin-twin": "^1.0.2",
"mapbox-gl": "^2.9.1",
"modern-normalize": "^1.1.0",
"next": "12.1.2",
"next-sanity": "^0.5.2",
"next-seo": "5.4.0",
"postcss": "^8.4.14",
"preact": "^10.9.0",
"preact-compat": "^3.19.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^4.4.0",
"react-intersection-observer": "^9.3.5",
"react-map-gl": "6.1.19",
"react-portable-text": "^0.4.3",
"react-remove-scroll": "^2.5.4",
"react-reverse-portal": "^2.1.0",
"react-ssr-prepass": "npm:preact-ssr-prepass",
"twin.macro": "^2.8.2",
"worker-loader": "^3.0.8"
},
"devDependencies": {
"@babel/core": "^7.18.6",
"@babel/preset-env": "^7.18.6",
"@babel/preset-react": "^7.18.6",
"@babel/preset-typescript": "^7.18.6",
"@types/node": "18.0.0",
"@types/react": "18.0.1",
"@types/react-dom": "18.0.5",
"babel-loader": "^8.2.5",
"babel-plugin-macros": "^3.1.0",
"eslint": "8.18.0",
"eslint-config-next": "12.1.6",
"jsdom": "^20.0.0",
"prettier": "^2.7.1",
"sanity-codegen": "^0.9.8",
"tailwindcss": "^3.1.4",
"typescript": "4.7.4"
},
"babelMacros": {
"twin": {
"preset": "emotion"
}
}
}