forked from diegomura/react-pdf-site
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 984 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
39
{
"name": "@react-pdf/site",
"version": "1.0.0",
"license": "MIT",
"private": true,
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@react-pdf/renderer": "^1.0.0",
"@react-pdf/styled-components": "^1.2.0",
"@zeit/next-css": "^0.2.0",
"buble": "^0.19.3",
"codemirror": "^5.39.2",
"dotenv": "^6.0.0",
"next": "^6.1.1",
"next-nprogress": "^1.0.2",
"prismjs": "^1.15.0",
"prop-types": "^15.6.2",
"react": "^16.4.1",
"react-copy-to-clipboard": "^5.0.1",
"react-dom": "^16.4.1",
"react-ga": "^2.5.3",
"react-pdf": "4.0.0-beta.2",
"react-prism": "^4.3.2",
"react-tippy": "^1.2.2",
"recompose": "^0.28.0",
"styled-components": "^3.3.3"
},
"devDependencies": {
"@mdx-js/loader": "^0.9.0",
"@mdx-js/mdx": "^0.9.0",
"babel-plugin-prismjs": "^1.0.2",
"babel-plugin-transform-define": "^1.3.0",
"raw-loader": "^0.5.1"
}
}