-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
98 lines (98 loc) · 2.97 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
{
"name": "ocw-pwa",
"version": "0.1.0",
"description": "OCW Progressive Web Application",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"start": "npm run develop",
"serve": "gatsby serve",
"test": "jest",
"build-fragment": "node src/apollo/schemaQuery.js"
},
"repository": {
"type": "git",
"url": "https://github.com/mitocw/ocw-pwa-beta"
},
"author": "Daniel Seaton and Jean-Michel Claus",
"license": "MIT",
"private": true,
"dependencies": {
"@abreto/markdown-it-katex": "~3.2.0",
"@apollo/react-hooks": "~3.1.5",
"@rmwc/button": "~5.7.2",
"@rmwc/card": "~5.7.2",
"@rmwc/drawer": "~5.7.2",
"@rmwc/elevation": "~5.7.2",
"@rmwc/icon-button": "~5.7.2",
"@rmwc/list": "~5.7.2",
"@rmwc/select": "~5.7.2",
"@rmwc/switch": "~5.7.2",
"@rmwc/tabs": "~5.7.2",
"@rmwc/textfield": "~5.7.2",
"@rmwc/tooltip": "~5.7.2",
"apollo-cache-inmemory": "~1.6.6",
"apollo-client": "~2.6.10",
"apollo-link-context": "~1.0.20",
"apollo-link-http": "~1.5.17",
"auth0-js": "~9.13.2",
"copy-to-clipboard": "~3.3.1",
"faunadb": "~2.13.1",
"gatsby": "~2.20.36",
"gatsby-plugin-create-client-paths": "~2.2.4",
"gatsby-plugin-google-analytics": "~2.2.5",
"gatsby-plugin-heap": "~1.1.0",
"gatsby-plugin-manifest": "~2.3.7",
"gatsby-plugin-offline": "~3.1.5",
"gatsby-plugin-sass": "~2.2.4",
"gatsby-plugin-sharp": "~2.5.7",
"gatsby-source-filesystem": "~2.2.5",
"gatsby-transformer-sharp": "~2.4.7",
"graphql": "~14.6.0",
"graphql-tag": "~2.10.3",
"idb-keyval": "~3.2.0",
"isomorphic-fetch": "~2.2.1",
"katex": "~0.11.1",
"markdown-it": "~10.0.0",
"node-sass": "~4.14.1",
"normalize.css": "~8.0.1",
"prop-types": "~15.7.2",
"react": "~16.13.1",
"react-breakpoints": "~3.0.3",
"react-dom": "~16.13.1",
"react-helmet": "~6.0.0",
"react-icons": "~3.10.0",
"react-modal-video": "~1.2.3",
"react-multi-carousel": "~2.5.5",
"react-text-truncate": "~0.16.0",
"shortid": "~2.2.15",
"striptags": "~3.1.1",
"stylelint-webpack-plugin": "~1.2.3",
"svgo": "1.3.2",
"typeface-roboto": "0.0.75",
"unstated-next": "~1.1.0",
"video-react": "~0.14.1"
},
"devDependencies": {
"@apollo/react-testing": "~3.1.4",
"@testing-library/jest-dom": "~5.5.0",
"@testing-library/react": "~10.0.3",
"babel-jest": "~25.4.0",
"canvas": "~2.6.1",
"dotenv": "~8.2.0",
"eslint": "~6.8.0",
"eslint-config-airbnb": "~18.1.0",
"eslint-plugin-import": "~2.20.2",
"eslint-plugin-jest": "~23.8.2",
"eslint-plugin-jsx-a11y": "~6.2.3",
"eslint-plugin-react": "~7.19.0",
"gatsby-plugin-eslint": "~2.0.8",
"gatsby-plugin-stylelint": "~3.2.0",
"identity-obj-proxy": "~3.0.0",
"jest": "~25.4.0",
"jest-environment-jsdom-fifteen": "~1.0.2",
"stylelint": "~13.3.3",
"stylelint-config-recommended-scss": "~4.2.0",
"stylelint-scss": "~3.17.1"
}
}