-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
54 lines (54 loc) · 1.56 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
{
"name": "react",
"version": "1.0.0",
"description": "React Note App",
"keywords": [
"react",
"starter"
],
"main": "src/index.js",
"dependencies": {
"@fortawesome/fontawesome": "^1.1.8",
"@fortawesome/fontawesome-free": "^5.15.2",
"@fortawesome/fontawesome-free-regular": "^5.0.13",
"@fortawesome/fontawesome-free-solid": "^5.0.13",
"@fortawesome/fontawesome-svg-core": "^1.2.34",
"@fortawesome/free-brands-svg-icons": "^5.15.2",
"@fortawesome/free-regular-svg-icons": "^5.15.2",
"@fortawesome/free-solid-svg-icons": "^5.15.2",
"@fortawesome/react-fontawesome": "^0.1.14",
"@tailwindcss/postcss7-compat": "^2.0.2",
"autoprefixer": "^9.8.6",
"github-markdown": "^3.2.0",
"github-markdown-css": "^4.0.0",
"highlight.js": "^10.5.0",
"jquery": "^3.5.1",
"lorem-ipsum": "^2.0.3",
"markdown-it": "^8.4.2",
"markdown-it-emoji": "^2.0.0",
"markdown-it-html5-embed": "^1.0.0",
"markdown-it-task-lists": "^2.1.1",
"marked": "^1.2.8",
"postcss": "^7.0.35",
"react": "17.0.1",
"react-dom": "17.0.1",
"react-scripts": "4.0.0",
"tailwindcss": "npm:@tailwindcss/postcss7-compat@^2.0.2",
"turndown": "^7.0.0",
"turndown-plugin-gfm": "^1.0.2",
"write-file-p": "^1.0.8",
"write-json-file": "^4.3.0"
},
"scripts": {
"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"
]
}