This repository has been archived by the owner on Feb 11, 2023. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
68 lines (68 loc) · 1.97 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
65
66
67
68
{
"name": "alibum",
"version": "1.0.1",
"description": "日頃の感謝でサプライズをしよう",
"repository": {
"type": "git",
"url": "https://github.com/re-taro/alibum.git"
},
"license": "MIT",
"author": {
"name": "Rintaro Itokawa",
"email": "me@re-taro.dev",
"url": "https://re-taro.dev"
},
"scripts": {
"dev": "next dev",
"build": "next build",
"postbuild": "next-sitemap --config next-sitemap.config.js",
"build:size": "cross-env ANALYZE=true yarn build",
"start": "next start",
"lint": "next lint",
"lint:fix": "eslint src --fix && npm run fmt",
"fmt": "prettier --write src",
"fmt:check": "prettier --check src",
"gen:theme": "chakra-cli tokens ./src/styles/theme/index.ts"
},
"dependencies": {
"@chakra-ui/icon": "3.0.13",
"@chakra-ui/react": "2.4.3",
"@emotion/react": "11.10.5",
"@emotion/styled": "11.10.5",
"@iconify/react": "4.0.1",
"@next/font": "13.0.7",
"@vercel/og": "0.0.21",
"firebase": "9.15.0",
"framer-motion": "7.10.2",
"next": "13.0.7",
"next-pwa": "5.6.0",
"next-seo": "5.15.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hook-form": "7.40.0",
"sharp": "0.31.2"
},
"devDependencies": {
"@chakra-ui/cli": "2.2.1",
"@chakra-ui/system": "2.3.5",
"@next/bundle-analyzer": "13.0.7",
"@next/env": "13.0.7",
"@types/react": "18.0.26",
"@typescript-eslint/eslint-plugin": "5.46.1",
"@typescript-eslint/parser": "5.46.1",
"cross-env": "7.0.3",
"eslint": "8.29.0",
"eslint-config-airbnb": "19.0.4",
"eslint-config-airbnb-typescript": "17.0.0",
"eslint-config-next": "13.0.7",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-jsx-a11y": "6.6.1",
"eslint-plugin-react": "7.31.11",
"eslint-plugin-react-hooks": "4.6.0",
"next-sitemap": "3.1.42",
"prettier": "2.8.1",
"typescript": "4.9.4"
},
"packageManager": "yarn@3.3.0"
}