-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 919 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
37
38
{
"name": "@remy/next-workshop",
"version": "2.0.0",
"main": "index.js",
"scripts": {
"dev": "next",
"build": "next build",
"export": "next build && next export",
"start": "next start"
},
"keywords": [],
"author": "Remy Sharp",
"license": "MIT",
"dependencies": {
"@mdx-js/loader": "^1.5.1",
"@mdx-js/react": "^1.5.1",
"@mdx-js/tag": "^0.20.3",
"@next/mdx": "^9.1.1",
"@zeit/next-bundle-analyzer": "^0.1.2",
"@zeit/next-mdx": "^1.2.0",
"cookie": "^0.4.0",
"isomorphic-unfetch": "^3.0.0",
"js-cookie": "^2.2.1",
"jsonwebtoken": "^8.5.1",
"next": "^9.1.1",
"next-offline": "^4.0.6",
"nprogress": "^0.2.0",
"prop-types": "^15.7.2",
"react": "^16.10.2",
"react-dom": "^16.10.2"
},
"description": "",
"devDependencies": {
"babel-eslint": "^10.0.3",
"eslint": "^6.5.1",
"eslint-plugin-react": "^7.16.0"
}
}