-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
76 lines (76 loc) · 2.17 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
69
70
71
72
73
74
75
76
{
"name": "my-app",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"start": "next start",
"build": "next build",
"lint": "eslint 'src/**/*.{js,ts,tsx}' --quiet --fix",
"format": "prettier --write 'src/**/*.{ts,tsx}'",
"type-check": "tsc --noEmit"
},
"dependencies": {
"@emotion/css": "^11.1.3",
"@emotion/react": "^11.4.0",
"@emotion/server": "^11.4.0",
"@emotion/styled": "^11.3.0",
"@heroicons/react": "^1.0.1",
"@sentry/nextjs": "^6.15.0",
"@stripe/stripe-js": "^1.16.0",
"@types/next": "^9.0.0",
"@types/react": "^17.0.5",
"@types/react-instantsearch-dom": "^6.10.0",
"@zeit/next-typescript": "^1.1.1",
"aes-js": "^3.1.2",
"airtable": "^0.11.0",
"algoliasearch": "^4.9.1",
"animate.css": "^4.1.1",
"argon2": "^0.27.2",
"crypto-js": "^4.0.0",
"date-fns": "^2.11.1",
"dotenv": "^9.0.2",
"got": "^11.8.2",
"gray-matter": "^4.0.2",
"lodash": "^4.17.21",
"next": "^11.1.3",
"next-auth": "^3.27.0",
"next-images": "^1.7.0",
"next-seo": "^4.26.0",
"nextjs-progressbar": "0.0.13",
"notion-client": "^4.8.6",
"notion-utils": "^4.8.6",
"pg": "^8.7.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-hotjar": "^4.0.0",
"react-instantsearch-dom": "^6.11.0",
"react-modal": "^3.14.3",
"react-multi-carousel": "^2.6.5",
"react-notifications-component": "^3.1.0",
"react-notion-x": "^4.8.7",
"react-phone-input-2": "^2.14.0",
"react-spinners": "^0.11.0",
"remark": "^13.0.0",
"remark-html": "^15.0.1",
"stripe": "^8.197.0",
"swr": "^0.5.6"
},
"devDependencies": {
"@babel/core": "^7.14.0",
"@emotion/babel-plugin": "^11.3.0",
"@typescript-eslint/eslint-plugin": "^4.22.1",
"@typescript-eslint/parser": "^4.22.1",
"babel-plugin-macros": "^3.1.0",
"eslint": "^7.25.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-react": "^7.23.2",
"http-proxy-middleware": "^2.0.0",
"npm-run-all": "^4.1.5",
"prettier": "^2.2.1",
"tailwindcss": "^2.2.7",
"twin.macro": "^2.4.1",
"typescript": "^4.2.4"
}
}