-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
36 lines (36 loc) · 902 Bytes
/
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
{
"name": "whisperer-ui",
"version": "1.0.0",
"main": "index.js",
"repository": "git@github.com:BolajiOlajide/whisperer-ui.git",
"author": "Bolaji Olajide",
"license": "MIT",
"dependencies": {
"@apollo/react-hooks": "4.0.0",
"@chakra-ui/core": "0.8.0",
"@emotion/core": "10.0.35",
"@emotion/styled": "10.0.27",
"babel-plugin-emotion": "10.0.27",
"babel-plugin-import": "1.13.0",
"emotion-theming": "10.0.27",
"graphql": "14.6.0",
"graphql-tag": "2.10.3",
"js-cookie": "2.2.1",
"jwt-decode": "3.0.0",
"next": "9.5.5",
"next-with-apollo": "5.1.0",
"ng-faker": "1.3.1",
"react": "16.14.0",
"react-dom": "16.14.0",
"react-transition-group": "4.3.0"
},
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start"
},
"resolutions": {
"elliptic": "6.5.3",
"object-path": "0.11.5"
}
}