-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.49 KB
/
package.json
File metadata and controls
54 lines (54 loc) · 1.49 KB
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
{
"name": "graphql-college",
"version": "1.0.0",
"main": "index.js",
"repository": "git@github.com:GraphQLCollege/graphql-college.git",
"author": "JulianMayorga <mayorga.julian@gmail.com>",
"license": "MIT",
"dependencies": {
"@mdx-js/mdx": "^0.13.0-0",
"@mdx-js/mdxast": "^0.10.0",
"@mdx-js/loader": "^1.5.1",
"@mdx-js/react": "^1.6.18",
"@next/mdx": "^9.1.1",
"@zeit/next-css": "^1.0.1",
"@zeit/next-mdx": "^1.1.0",
"express": "^4.16.3",
"graphiql": "1.4.0",
"graphql": "^15.3.0",
"graphql-tools": "^3.0.4",
"graphql-type-json": "^0.2.1",
"inflection": "^1.12.0",
"isomorphic-unfetch": "^2.0.0",
"matter-js": "^0.14.2",
"next": "10.0.9",
"react": "16.13.1",
"react-dom": "16.13.1",
"react-ga": "^2.5.3",
"react-helmet": "^5.2.0",
"react-iframe": "^1.2.0",
"react-no-ssr": "^1.1.0",
"react-twitter-widgets": "^1.7.1",
"remark": "^9.0.0",
"remark-parse": "^5.0.0",
"remark-slug": "^5.0.0",
"styled-components": "^3.3.3",
"underscore.string": "^3.3.4",
"unified": "^7.0.0",
"unist-util-find": "^1.0.1",
"unist-util-inspect": "^4.1.3"
},
"scripts": {
"dev": "next dev",
"build": "next build",
"export": "npm run build && next export",
"start": "next start"
},
"devDependencies": {
"@svgr/webpack": "^5.5.0",
"babel-plugin-styled-components": "^1.5.1",
"ignore-loader": "^0.1.2",
"remark-highlight.js": "^5.0.0",
"svg-react-loader": "^0.4.5"
}
}