-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
84 lines (84 loc) · 2.58 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
81
82
83
84
{
"name": "mailmate",
"private": true,
"engines": {
"node": "14.15.0"
},
"dependencies": {
"@activeadmin/activeadmin": "^2.9.0",
"@apollo/client": "^3.1.3",
"@apollo/link-error": "^2.0.0-beta.3",
"@babel/preset-react": "^7.9.4",
"@headlessui/react": "^1.4.0",
"@heroicons/react": "^1.0.3",
"@hotwired/stimulus": "^3.1.0",
"@rails/ujs": "^6.0.5",
"@rails/webpacker": "5.4.3",
"@sentry/browser": "^5.27.6",
"@sentry/tracing": "^5.27.6",
"@stripe/stripe-js": "^1.6.0",
"@styled-system/css": "^5.1.5",
"@tailwindcss/forms": "github:whelton/tailwindcss-forms",
"@tailwindcss/postcss7-compat": "npm:@tailwindcss/postcss7-compat",
"@types/humanize-duration": "^3.25.1",
"@types/jquery": "^3.5.5",
"@types/lodash": "^4.14.172",
"@types/luxon": "^1.25.0",
"@types/react": "^16.9.35",
"@types/react-dom": "^16.9.8",
"@types/react-modal": "^3.10.6",
"@types/react-select": "^4.0.17",
"@types/styled-components": "^5.1.11",
"@types/styled-system": "^5.1.13",
"@types/styled-system__css": "^5.0.16",
"@types/webpack-env": "^1.16.0",
"@vime/react": "^5.0.33",
"activeadmin_addons": "^1.0.0",
"axios": "^0.19.2",
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
"bootstrap": "^4.5.0",
"graphql": "^15.3.0",
"graphql-tag": "^2.11.0",
"hamburgers": "^1.1.3",
"humanize-duration": "^3.27.0",
"jquery": "^3.6.0",
"lodash": "^4.17.21",
"luxon": "^1.25.0",
"popper.js": "^1.16.1",
"pretty-ms": "^7.0.1",
"prop-types": "^15.7.2",
"react": "^16.13.1",
"react-copy-to-clipboard": "^5.0.2",
"react-dom": "^16.13.1",
"react-dropdown": "^1.7.0",
"react-dropzone": "^14.2.1",
"react-image-lightbox": "^5.1.1",
"react-input-range": "^1.3.0",
"react-modal": "^3.11.2",
"react-number-format": "^4.4.1",
"react-popper": "^1.3.7",
"react-range": "^1.8.11",
"react-select": "^4.3.1",
"react-slick": "^0.28.1",
"react-stickynode": "^3.0.3",
"react-svg-loader": "^3.0.3",
"react-tippy": "^1.4.0",
"react_ujs": "^2.6.1",
"slick-carousel": "^1.8.1",
"styled-components": "^5.3.0",
"styled-system": "^5.1.5",
"ts-loader": "^7.0.5",
"turbolinks": "^5.2.0",
"typescript": "^4.3.5"
},
"devDependencies": {
"@graphql-codegen/cli": "1.17.8",
"@graphql-codegen/typescript": "1.17.8",
"webpack-dev-server": "^3.11.0"
},
"scripts": {
"generate": "graphql-codegen --config codegen.yml",
"generate-bebop": "graphql-codegen --config codegen-bebop.yml"
},
"version": "0.0.0"
}