-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
157 lines (157 loc) · 4.46 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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
{
"name": "theluupe-interview",
"version": "0.1.0",
"author": "The Luup dev team <[email protected]>",
"license": "UNLICENSED",
"private": true,
"scripts": {
"dev": "node ./server/index.js",
"start": "node ./server/index.js",
"postinstall": "prisma generate"
},
"dependencies": {
"@apollo/react-common": "^3.1.4",
"@apollo/react-hooks": "^3.1.3",
"@apollo/react-ssr": "^3.1.3",
"@awaitjs/express": "^0.4.0",
"@emotion/core": "^10.0.27",
"@emotion/styled": "^10.0.27",
"@juggle/resize-observer": "^3.1.3",
"@prisma/client": "^2.30.3",
"@rehooks/component-size": "^1.0.3",
"@szhsin/react-menu": "^2.3.0",
"@theluupe/ui-theme": "file:./ui-theme",
"@tippyjs/react": "^4.0.1",
"@zeit/next-css": "^1.0.1",
"apicache": "^1.5.3",
"apollo-cache-inmemory": "^1.6.5",
"apollo-client": "^2.6.8",
"apollo-link": "^1.2.13",
"apollo-link-error": "^1.1.12",
"apollo-link-http": "^1.5.16",
"array-move": "^2.2.2",
"autosize": "^4.0.2",
"body-parser": "^1.19.0",
"body-scroll-lock": "^2.7.0",
"bootstrap": "^4.4.1",
"client-zip": "^1.2.2",
"core-js": "3.6.5",
"cuid": "^2.1.8",
"dayjs": "^1.8.19",
"debounce-promise": "^3.1.2",
"delay": "^4.3.0",
"diff": "^4.0.2",
"disable-scroll": "^0.6.0",
"dotenv": "^8.2.0",
"dotenv-webpack": "^1.7.0",
"emotion": "^10.0.27",
"envfile": "^4.5.0",
"exiftool-vendored": "^12.2.0",
"express": "^4.17.1",
"express-request-id": "^1.4.1",
"formik": "^2.1.4",
"get-user-locale": "^1.3.0",
"graphql-shield": "^7.0.7",
"graphql-tag": "^2.10.1",
"graphql-yoga": "^1.18.3",
"graphql-yup-middleware": "^0.0.1",
"isomorphic-unfetch": "^3.0.0",
"jsonwebtoken": "^8.5.1",
"jwks-rsa": "^1.6.0",
"liquidjs": "^9.14.0",
"lodash": "^4.17.15",
"mathjs": "^6.6.1",
"mjml": "^4.6.3",
"mousetrap": "^1.6.5",
"next": "9.2.1",
"next-compose-plugins": "^2.2.0",
"next-transpile-modules": "^3.3.0",
"nexus": "1.1.0",
"nexus-plugin-prisma": "^0.35.0",
"node-graceful": "^3.0.0",
"omit-deep": "^0.3.0",
"p-queue": "^6.6.2",
"p-retry": "^4.2.0",
"pino": "^5.15.0",
"prop-types": "^15.7.2",
"qs": "^6.9.4",
"rc-slider": "^9.2.1",
"react": "16.12.0",
"react-bootstrap": "^1.0.0",
"react-day-picker": "^7.4.6",
"react-dom": "16.12.0",
"react-fast-compare": "^3.0.1",
"react-imask": "^6.0.3",
"react-masonry-css": "^1.0.14",
"react-modal": "^3.11.2",
"react-nl2br": "^0.6.0",
"react-notifications-component": "3.1.0",
"react-overlays": "^4.1.1",
"react-select": "^5.1.0",
"react-spring": "^8.0.27",
"react-table": "^7.0.4",
"react-use-cookie": "^1.2.1",
"react-use-measure": "^2.0.0",
"streamsaver": "^2.0.5",
"typescript": "^4.3.5",
"uniqid": "^5.2.0",
"use-deep-compare-effect": "^1.3.0",
"use-ssr": "^1.0.22",
"uuid": "^8.3.2",
"web-streams-polyfill": "^3.0.1",
"yup": "^0.28.1"
},
"devDependencies": {
"@babel/plugin-proposal-optional-chaining": "^7.8.3",
"@emotion/babel-preset-css-prop": "^10.0.27",
"@types/intercom-web": "^2.8.13",
"@types/mousetrap": "^1.6.8",
"@types/react-select": "^5.0.1",
"@types/react-table": "^7.7.8",
"@typescript-eslint/eslint-plugin": "^4.29.3",
"@typescript-eslint/parser": "^4.29.3",
"babel-eslint": "^10.0.3",
"babel-plugin-module-resolver": "^4.0.0",
"eslint": "^6.8.0",
"eslint-config-airbnb": "^18.0.1",
"eslint-config-prettier": "^6.9.0",
"eslint-import-resolver-babel-module": "^5.2.0",
"eslint-import-resolver-typescript": "^2.4.0",
"eslint-plugin-import": "^2.24.2",
"eslint-plugin-jest": "^24.1.0",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-module-resolver": "^1.2.0",
"eslint-plugin-node": "^11.0.0",
"eslint-plugin-prettier": "^3.1.2",
"eslint-plugin-react": "^7.18.0",
"eslint-plugin-react-hooks": "^2.3.0",
"husky": "^3.1.0",
"jest": "^26.6.0",
"lint-staged": "^9.5.0",
"nodemon": "^2.0.2",
"prettier": "^1.19.1",
"prisma": "^2.30.3",
"react-svg-loader": "^3.0.3",
"unique-temp-dir": "^1.0.0",
"url-loader": "^3.0.0"
},
"engines": {
"node": ">=12.0.0"
},
"browserslist": [
"defaults",
"not IE 11",
"not IE_Mob 11"
],
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"lint-staged": {
"*.{js}": [
"eslint --fix",
"git add"
]
}
}