-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
113 lines (113 loc) · 3.7 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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
{
"name": "jodel-react",
"version": "0.1.0",
"private": false,
"commentnodeversion": "16.13.0?",
"homepage": ".",
"homepage-local-deploy": "https://damianonaraku.github.io/",
"homepage-gitpages-deploy": "https://damianonaraku.github.io/jodel-react/build/",
"dependencies": {
"@monaco-editor/react": "^4.3.1",
"@popperjs/core": "^2.11.6",
"@stekoe/ocl.js": "^1.3.0",
"@testing-library/jest-dom": "^5.11.10",
"@testing-library/react": "^11.2.6",
"@testing-library/user-event": "^12.8.3",
"@types/functional-red-black-tree": "^1.0.2",
"@types/jest": "^26.0.22",
"@types/node": "^12.20.7",
"@types/react": "^17.0.3",
"@types/react-dom": "^17.0.3",
"ansi-to-html": "^0.7.2",
"axios": "^0.21.4",
"bootstrap": "^5.2.1",
"bootstrap-icons": "^1.9.1",
"firebase": "^9.21.0",
"functional-red-black-tree": "^1.0.1",
"html-react-parser": "^3.0.4",
"http-proxy-middleware": "^2.0.6",
"jquery": "^3.6.0",
"jqueryui": "^1.11.1",
"js-beautify": "^1.14.7",
"jsx-parser": "^1.0.8",
"jsx-recast": "^0.1.1",
"jsx-runtime": "^1.2.0",
"jsx-transform": "^2.4.1",
"leader-line-new": "^1.1.9",
"rc-dock": "^3.0.14",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-hot-toast": "^2.4.0",
"react-itertools": "^0.0.5",
"react-json-view": "^1.21.3",
"react-jsx-parser": "^1.28.3",
"react-loader-spinner": "^5.3.4",
"react-portal": "^4.2.1",
"react-redux": "^7.2.4",
"react-router-dom": "^6.12.1",
"react-scripts": "4.0.3",
"react-xarrows": "^2.0.2",
"sass": "^1.49.9",
"smart-webcomponents-react": "^9.3.53",
"socket.io-client": "^4.7.2",
"sweetalert2": "^11.7.3",
"sweetalert2-react-content": "^4.1.1",
"tree-model": "^1.0.7",
"ts-mixer": "^6.0.0",
"typescript": "^4.6.2",
"use-state-if-mounted": "^1.0.7",
"usehooks-ts": "^2.9.1",
"web-vitals": "^1.1.1",
"webpack-cli": "^4.9.1"
},
"scripts": {
"____________________________________production______________________________": "",
"start": "react-app-rewired start",
"poststart": "echo to debug http://localhost:3000/ click this using CTRL+SFHIT",
"test": "react-app-rewired test",
"serve": "serve -s build",
"______________________________________deploy________________________________": "",
"build": "react-app-rewired build",
"postbuild": "npm run serve",
"dev": "docker-compose -f docker-compose.dev.yml up",
"________________________________other_build_modes___________________________": "",
"___________________________________misc_utilities___________________________": "",
"pushmde": "git push mdegroup",
"nv": "nvm install 16.13.0",
"eject__dangerous__": "react-scripts eject",
"____________________________________old_archive_____________________________": "",
"start-legacy": "react-scripts start",
"build-legacy": "react-scripts build",
"test-legacy": "react-scripts test",
"start-ssl": "react-scripts --openssl-legacy-provider start",
"build-ssl": "react-scripts --openssl-legacy-provider build",
"predeploy_old": "npm run build",
"deploy_old": "gh-pages -d build",
"prebuild-rewired-local": "set PUBLIC_URL=/build/"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@types/jquery": "^3.5.5",
"@types/react-beautiful-dnd": "^13.1.1",
"dotenv-webpack": "^8.0.1",
"gh-pages": "^4.0.0",
"react-app-rewired": "^2.2.1"
}
}