-
Notifications
You must be signed in to change notification settings - Fork 27
/
package.json
88 lines (88 loc) · 2.61 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
82
83
84
85
86
87
88
{
"name": "js-os",
"version": "0.1.0",
"private": true,
"homepage": "https://rajagopalan-gangadharan.github.io/JS-OS/",
"dependencies": {
"@ckeditor/ckeditor5-build-classic": "^21.0.0",
"@ckeditor/ckeditor5-react": "^2.1.0",
"@fortawesome/fontawesome-svg-core": "^1.2.0-14",
"@fortawesome/free-solid-svg-icons": "^5.1.0-11",
"@fortawesome/react-fontawesome": "0.1.0-11",
"@fullcalendar/daygrid": "^5.3.0",
"@fullcalendar/interaction": "^5.3.0",
"@fullcalendar/react": "^5.3.0",
"@fullcalendar/timegrid": "^5.3.0",
"@react-latest-ui/react-sticky-notes": "^0.2.6",
"@react-pdf/renderer": "^1.6.10",
"@uiw/react-markdown-editor": "^2.0.0",
"axios": "^0.21.1",
"bootstrap": "^4.5.0",
"draft-js": "^0.11.7",
"gh-pages": "^2.2.0",
"html-to-react": "^1.3.3",
"html2canvas": "^1.0.0-rc.7",
"i": "^0.3.6",
"interactjs": "^1.3.4",
"monaco-editor": "^0.19.0",
"monaco-editor-webpack-plugin": "^1.9.0",
"object-sizeof": "^1.6.1",
"react": "^16.13.1",
"react-ace": "^6.1.4",
"react-app-rewired": "^2.1.8",
"react-awesome-button": "^6.5.1",
"react-bootstrap": "^1.3.0",
"react-calendar": "^3.1.0",
"react-clock": "^2.4.0",
"react-dom": "^16.4.1",
"react-fontawesome": "^1.6.1",
"react-froala-wysiwyg": "^2.8.4",
"react-full-screen": "^0.2.2",
"react-icons": "^3.0.4",
"react-iframe": "^1.2.0",
"react-image-gallery": "^1.0.8",
"react-items-carousel": "^2.8.0",
"react-markdown": "^4.3.1",
"react-minesweeper": "^1.0.2",
"react-monaco-editor": "^0.32.1",
"react-pdf": "^4.2.0",
"react-read-pdf": "^2.0.9",
"react-resize-detector": "^5.0.7",
"react-responsive-carousel": "^3.2.9",
"react-router": "^5.2.0",
"react-scripts": "3.2.0",
"react-syntax-highlighter": "^13.5.1",
"react-three-fiber": "^3.0.3",
"react-trumbowyg": "^1.1.0",
"react-viewer": "^3.2.2",
"request": "^2.88.0",
"semantic-ui-react": "^1.2.1",
"three": "^0.109.0",
"webpack": "4.41.0",
"yargs-parser": "^19.0.1"
},
"devDependencies": {
"gh-pages": "^2.2.0",
"react-app-rewired": "^2.1.6"
},
"scripts": {
"start": "react-app-rewired start",
"build": "react-app-rewired build",
"test": "react-app-rewired test --env=jsdom",
"eject": "react-app-rewired eject",
"predeploy": "npm run build",
"deploy": "gh-pages -d build"
},
"browserslist": {
"development": [
"last 2 chrome versions",
"last 2 firefox versions",
"last 2 edge versions"
],
"production": [
">0.25%",
"not op_mini all",
"ie 11"
]
}
}