-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
60 lines (60 loc) · 1.67 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
{
"name": "nextjs-template-lp",
"version": "0.0.0",
"private": true,
"description": "Next.js template for LP",
"repository": "https://github.com/quantum-box/nextjs-lp-template",
"bugs": {
"url": "https://github.com/quantum-box.com/issues"
},
"homepage": "http://quantum-box.com",
"main": "",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start"
},
"author": "Takanori Fukuyama (takanori.fukuyama@gmail.com)",
"contributors": [
"Takanori Fukuyama (takanori.fukuyama@gmail.com)"
],
"license": "ISC",
"dependencies": {
"@chakra-ui/icons": "^1.0.15",
"@hubspot/api-client": "^5.0.0",
"autoprefixer": "^10.3.4",
"classnames": "^2.3.1",
"cloudinary": "^1.27.0",
"dayjs": "^1.10.6",
"firebase": "^9.0.1",
"graphql": "^15.5.3",
"next": "^11.0.0",
"next-auth": "4.0.0-beta.2",
"nodemailer": "^6.6.3",
"postcss": "^8.3.6",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-hook-form": "^7.15.3",
"react-hotkeys-hook": "^3.4.0",
"react-icons": "^4.2.0",
"sqlite3": "^5.0.2",
"swr": "^0.5.6",
"tailwindcss": "^2.2.14"
},
"devDependencies": {
"@chakra-ui/react": "^1.6.7",
"@emotion/react": "^11",
"@emotion/styled": "^11",
"@graphql-codegen/cli": "^2.2.0",
"@graphql-codegen/typescript": "^2.2.1",
"@graphql-codegen/typescript-graphql-request": "^4.1.3",
"@graphql-codegen/typescript-operations": "^2.1.3",
"@types/gtag.js": "^0.0.7",
"@types/node": "^16.9.0",
"@types/react": "^17.0.20",
"framer-motion": "^4",
"graphql-codegen-plugin-typescript-swr": "^0.6.1",
"sass": "^1.39.0",
"typescript": "^4.4.2"
}
}