-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
136 lines (136 loc) · 4.18 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
{
"name": "skrrrt-v1",
"version": "0.0.0",
"private": true,
"author": {
"name": "Colby Thomas",
"email": "[email protected]"
},
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"test": "jest",
"test:watch": "jest --watch",
"test:coverage": "jest --coverage",
"graphql-gen": "graphql-codegen --config ./codegen.yml",
"format": "prettier --write src/**/*.{ts,tsx,css}"
},
"dependencies": {
"@apollo/client": "^3.3.7",
"@dnd-kit/core": "^3.1.1",
"@dnd-kit/sortable": "^4.0.0",
"@googlemaps/google-maps-services-js": "^3.1.6",
"@graphql-codegen/cli": "^1.19.2",
"@graphql-codegen/introspection": "^1.18.0",
"@graphql-codegen/typescript": "^1.18.0",
"@graphql-codegen/typescript-operations": "^1.17.11",
"@graphql-codegen/typescript-react-apollo": "^2.2.0",
"@headlessui/react": "^1.0.0",
"@heroicons/react": "^1.0.1",
"@mux/mux-node": "^3.1.3",
"@mux/upchunk": "^2.2.0",
"@react-google-maps/api": "^2.1.0",
"@react-hook/window-scroll": "^1.3.0",
"@react-hook/window-size": "^3.0.7",
"@tailwindcss/aspect-ratio": "^0.4.0",
"@tailwindcss/forms": "^0.4.0",
"@tailwindcss/line-clamp": "^0.3.1",
"@tippyjs/react": "^4.2.0",
"@types/react-beautiful-dnd": "^13.0.0",
"@types/react-table": "^7.0.29",
"apollo-link": "^1.2.14",
"apollo-utilities": "^1.3.4",
"aws-sdk": "^2.843.0",
"axios": "^0.21.1",
"bcryptjs": "^2.4.3",
"chalk": "^2.4.2",
"class-validator": "^0.13.1",
"classnames": "^2.3.1",
"cookie": "^0.4.1",
"cron-converter": "^1.0.0",
"dangerously-set-html-content": "^1.0.8",
"debounce-async": "0.0.2",
"deepmerge": "^4.2.2",
"downshift": "^6.1.3",
"formidable": "^1.2.2",
"graphql": "^15.4.0",
"husky": "^4.3.8",
"is-jpg": "^2.0.0",
"isomorphic-unfetch": "^3.1.0",
"jsonwebtoken": "^8.5.1",
"match-sorter": "^6.1.0",
"moment": "^2.29.1",
"next": "12",
"next-connect": "^0.10.0",
"next-cookie": "^2.6.2",
"next-pwa": "^5.3.1",
"nookies": "^2.5.1",
"npm-overlapping-marker-spiderfier": "^1.0.3",
"number-to-words": "^1.2.4",
"pg": "^8.5.1",
"query-string": "^6.13.8",
"react": "^18.2.0",
"react-beautiful-dnd": "^13.1.0",
"react-collapse": "^5.1.0",
"react-cookie": "^4.0.3",
"react-countdown": "^2.3.1",
"react-country-flag": "^2.3.0",
"react-dom": "^18.2.0",
"react-dropzone": "^11.0.1",
"react-hook-form": "^7.4.2",
"react-infinite-scroll-hook": "^4.0.1",
"react-linkify": "^1.0.0-alpha",
"react-modal": "^3.12.1",
"react-moment": "^1.1.1",
"react-native-sqlite-storage": "file:./shims",
"react-stack-grid": "^0.7.1",
"react-table": "^7.6.2",
"react-textarea-autosize": "^8.3.3",
"react-toast-notifications": "^2.4.0",
"react-transition-group": "^4.4.1",
"sass": "^1.32.4",
"sharp": "^0.29.3",
"subscriptions-transport-ws": "^0.9.18",
"swr": "^0.5.6",
"tailwindcss-aspect-ratio": "^3.0.0",
"typeorm": "^0.2.31",
"universal-cookie": "^4.0.4",
"video.js": "^7.7.4"
},
"devDependencies": {
"@babel/plugin-proposal-decorators": "^7.12.13",
"@testing-library/dom": "^8.17.1",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^14.4.3",
"@types/bcryptjs": "^2.4.2",
"@types/cron-converter": "^1.0.0",
"@types/jest": "^26.0.23",
"@types/node": "^14.14.34",
"@types/number-to-words": "^1.2.1",
"@types/react": "^18.0.18",
"@types/react-dom": "^18.0.6",
"@types/react-modal": "^3.12.0",
"autoprefixer": "10.4.5",
"babel-jest": "^27.0.5",
"babel-plugin-transform-remove-console": "^6.9.4",
"babel-plugin-transform-typescript-metadata": "^0.3.1",
"eslint": "7.32.0",
"eslint-config-next": "11.1.2",
"history": "^5.0.0",
"jest": "^27.0.5",
"jest-dom": "^4.0.0",
"postcss": "^8.4.5",
"prettier": "^2.2.1",
"pretty-quick": "^3.1.0",
"tailwind-nord": "^1.2.0",
"tailwindcss": "^3.0.15",
"typescript": "^4.6.4"
},
"husky": {
"hooks": {
"pre-commit": "pretty-quick --staged && npm run test"
}
}
}