-
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
51 lines (51 loc) · 1.43 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
{
"name": "codedrop",
"version": "0.1.0",
"description": "Create and share reusable components",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@apollo/client": "^3.4.8",
"@apollo/link-ws": "^2.0.0-beta.3",
"@emotion/react": "^11.4.1",
"@emotion/styled": "^11.3.0",
"@material-ui/core": "^5.0.0-beta.4",
"@material-ui/icons": "^5.0.0-beta.1",
"@material-ui/styles": "^4.11.4",
"@next-auth/firebase-adapter": "^0.1.2",
"axios": "^0.21.1",
"classnames": "^2.2.6",
"codemirror": "^5.62.2",
"firebase": "^8.8.1",
"graphql": "^15.5.1",
"next": "^11.0.1",
"next-auth": "^3.27.3",
"prettier": "^2.3.2",
"react": "^17.0.2",
"react-codemirror2": "^7.2.1",
"react-dnd": "^14.0.2",
"react-dnd-html5-backend": "^14.0.0",
"react-dom": "^17.0.2",
"react-icons": "^4.2.0",
"shortid": "^2.2.16",
"styled-components": "^5.3.0",
"subscriptions-transport-ws": "^0.9.19",
"uuid": "^8.3.2"
},
"author": "https://github.com/orgs/oslabs-beta/teams/codedrop/members",
"license": "MIT",
"bugs": {
"url": "https://github.com/oslabs-beta/codedrop/issues"
},
"homepage": "https://github.com/oslabs-beta/codedrop#readme",
"devDependencies": {
"eslint": "7.32.0",
"eslint-config-next": "11.0.1",
"eslint-plugin-react-hooks": "^4.2.0"
}
}