-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.17 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
{
"name": "mpq-champ-app",
"version": "1.0.0",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start",
"test": "jest --watchAll --coverage"
},
"dependencies": {
"@apollo/client": "^3.3.6",
"@apollo/react-hooks": "3.1.5",
"@apollo/react-ssr": "3.1.5",
"@auth0/nextjs-auth0": "0.13.0",
"@material-ui/core": "^4.11.1",
"@material-ui/icons": "^4.11.2",
"@reach/tabs": "^0.12.1",
"apollo-boost": "^0.4.9",
"apollo-link-ws": "^1.0.20",
"bootstrap": "3.4.1",
"dotenv": "8.2.0",
"graphql": "14.6.0",
"graphql-tag": "2.10.3",
"isomorphic-unfetch": "3.0.0",
"next": "9.4.1",
"nookies": "2.3.1",
"prop-types": "15.7.2",
"react": "16.13.1",
"react-apollo": "^3.1.5",
"react-bootstrap": "1.0.1",
"react-dom": "16.13.1",
"styled-components": "^5.3.0",
"subscriptions-transport-ws": "^0.9.18",
"uuid": "^8.3.1"
},
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.12.9",
"@testing-library/react": "^11.2.5",
"babel-loader": "^8.2.2",
"babel-plugin-graphql-tag": "2.5.0",
"babel-plugin-styled-components": "^1.12.0",
"jest": "^26.6.3"
}
}