-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.22 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
{
"name": "react",
"version": "17.0.1",
"description": "React Note App",
"keywords": [
"react",
"starter"
],
"main": "src/index.js",
"homepage": "https://apps.peterjuma.com/noteApp",
"dependencies": {
"file-saver": "^2.0.5",
"gh-pages": "^6.1.1",
"github-markdown": "^2.0.2",
"github-markdown-css": "^4.0.0",
"highlight.js": "^11.0.0",
"idb": "^6.0.0",
"jquery": "^3.5.1",
"jszip": "^3.6.0",
"markdown-it": "^14.1.0",
"markdown-it-emoji": "^2.0.0",
"markdown-it-html5-embed": "^0.3.3",
"markdown-it-task-lists": "^2.1.1",
"marked": "^12.0.2",
"react": "17.0.1",
"react-dom": "17.0.1",
"react-input-number": "^5.0.19",
"react-markdown": "^6.0.1",
"react-scripts": "^5.0.1",
"react-syntax-highlighter": "^15.4.3",
"remark-gfm": "^1.0.0",
"rsuite": "^4.9.4",
"turndown": "^7.0.0",
"turndown-plugin-gfm": "^1.0.2"
},
"scripts": {
"deploy": "gh-pages -b gh-pages -d build",
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}