-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
80 lines (80 loc) · 2.2 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
77
78
79
80
{
"name": "ring-of-keys",
"private": true,
"description": "An artist directory for theatremakers",
"version": "0.1.0",
"author": "Frank Noirot",
"dependencies": {
"@datocms/cma-client": "^2.0.0",
"@datocms/cma-client-browser": "^2.0.0",
"@datocms/cma-client-node": "^2.2.2",
"@fortawesome/fontawesome-svg-core": "^6.4.2",
"@fortawesome/free-solid-svg-icons": "^6.4.2",
"@fortawesome/react-fontawesome": "^0.2.0",
"@sendgrid/mail": "^7.7.0",
"@sentry/nextjs": "^7.54.0",
"auth0-js": "^9.19.2",
"aws-sdk": "^2.1272.0",
"buffer": "^6.0.3",
"cuid": "^2.1.8",
"date-format": "^4.0.14",
"datocms-client": "^3.5.21",
"fs": "0.0.1-security",
"fuse.js": "^6.6.2",
"graphql": "^16.6.0",
"graphql-request": "^5.0.0",
"hast-to-hyperscript": "^10.0.1",
"html-react-parser": "^3.0.4",
"json-to-csv-export": "^2.1.1",
"lodash.debounce": "^4.0.8",
"next": "13.4.9",
"next-auth": "^4.18.5",
"query-string": "^7.1.3",
"react": "^18.2.0",
"react-datocms": "^4.0.7",
"react-dom": "^18.2.0",
"react-mailchimp-subscribe": "^2.1.3",
"remark-parse": "^10.0.1",
"request-promise": "^4.2.6",
"stripe": "^11.3.0",
"twilio": "^3.83.4",
"unified": "^10.1.2"
},
"devDependencies": {
"@netlify/plugin-lighthouse": "^4.0.3",
"@netlify/plugin-nextjs": "^4.29.3",
"@playwright/test": "^1.45.3",
"@types/node": "^20.12.12",
"@types/react": "^18.3.2",
"@types/react-dom": "^18.3.0",
"@types/react-mailchimp-subscribe": "^2.1.4",
"autoprefixer": "^10.4.13",
"dotenv": "^16.4.5",
"postcss": "^8.4.20",
"prettier": "^2.8.1",
"tailwindcss": "^3.2.4",
"typescript": "^5.4.5",
"typescript-plugin-css-modules": "^5.1.0"
},
"keywords": [
"nextjs",
"theater",
"queer"
],
"license": "MIT",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"pw": "playwright",
"test:e2e": "playwright test",
"fmt": "prettier --write \"**/*.{js,jsx,json,md}\""
},
"repository": {
"type": "git",
"url": "https://github.com/ringofkeys/ring-of-keys"
},
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
}
}