-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
81 lines (81 loc) · 2.18 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
{
"name": "untari.github.io",
"homepage": "http://untari.github.io/untari.github.io",
"version": "0.1.0",
"private": true,
"dependencies": {
"@babel/core": "^7.19.6",
"@react-pdf/renderer": "^2.0.0-beta.6",
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.5.0",
"@testing-library/user-event": "^7.2.1",
"animate.css": "^4.1.0",
"bootstrap": "^4.5.0",
"cors": "^2.8.5",
"emailjs-com": "^2.6.4",
"express": "^4.18.2",
"file-saver": "^2.0.2",
"final-form": "^4.20.1",
"font-awesome": "^4.7.0",
"framework7-react": "^5.7.8",
"install": "^0.13.0",
"jquery": "^3.5.1",
"jspdf": "^2.5.1",
"markdown-to-jsx": "^7.1.7",
"node-sass": "^9.0.0",
"npm": "^9.6.7",
"popper.js": "^1.16.1",
"react": "^18.2.0",
"react-addons-css-transition-group": "^15.6.2",
"react-animated-css": "^1.2.1",
"react-animations": "^1.0.0",
"react-bootstrap": "^0.32.4",
"react-copy-to-clipboard": "^5.1.0",
"react-dom": "^16.13.1",
"react-hook-form": "^6.15.4",
"react-markdown": "^8.0.3",
"react-mdl": "^2.1.0",
"react-pdf": "^4.2.0",
"react-redux": "^7.2.9",
"react-router-dom": "^5.3.4",
"react-scripts": "^5.0.1",
"react-syntax-highlighter": "^15.5.0",
"react-typical": "^0.1.3",
"reactstrap": "^8.4.1",
"redux": "^4.0.5",
"semantic-ui-css": "^2.5.0",
"semantic-ui-react": "^2.0.4",
"styled-components": "^5.3.6",
"sweetalert2": "^11.4.8",
"typeface-roboto": "0.0.75",
"web-vitals": "^1.1.0",
"webfontloader": "^1.6.28",
"yarn": "^1.22.10"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"predeploy": "npm run build && cp build/index.html build/404.html",
"deploy": "gh-pages -d build"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"gh-pages": "^3.1.0"
}
}