-
Notifications
You must be signed in to change notification settings - Fork 134
/
package.json
executable file
·55 lines (55 loc) · 1.45 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
{
"name": "md2pdf",
"version": "0.0.1",
"description": "",
"keywords": [
"markdown",
"pdf"
],
"homepage": "./",
"main": "src/index.js",
"dependencies": {
"codemirror": "^5.65.0",
"github-markdown-css": "3.0.1",
"highlight.js": "9.15.8",
"nonaction": "0.0.5",
"normalize.css": "8.0.1",
"react": "^16.14.0",
"react-codemirror2": "^6.0.1",
"react-dom": "^16.14",
"react-remarkable": "1.1.3",
"react-scripts": "^3.4.4",
"styled-components": "4.3.2",
"workbox-background-sync": "^5.1.3",
"workbox-broadcast-update": "^5.1.3",
"workbox-cacheable-response": "^5.1.3",
"workbox-core": "^5.1.3",
"workbox-expiration": "^5.1.3",
"workbox-google-analytics": "^5.1.3",
"workbox-navigation-preload": "^5.1.3",
"workbox-precaching": "^5.1.3",
"workbox-range-requests": "^5.1.3",
"workbox-routing": "^5.1.3",
"workbox-strategies": "^5.1.3",
"workbox-streams": "^5.1.3"
},
"devDependencies": {
"@testing-library/react": "^8.0.9",
"@testing-library/react-hooks": "^1.1.0",
"react-test-renderer": "^16.14.0",
"source-map-explorer": "^2.5.2"
},
"scripts": {
"analyze": "source-map-explorer 'build/static/js/*.js'",
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}