forked from DamianoNaraku/jodel-react
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
131 lines (131 loc) · 4.86 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
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
{
"name": "jjodel",
"version": "0.1.0",
"private": false,
"commentnodeversion": "16.13.0?",
"homepage": ".",
"homepage-local-deploy_old": "https://damianonaraku.github.io/",
"homepage-gitpages-deploy_old": "https://damianonaraku.github.io/jodel-react/build/",
"homepage-local-deploy": "https://mdegroup.github.io/",
"homepage-gitpages-deploy": "https://mdegroup.github.io/jjodel/",
"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/jest": "^26.0.22",
"@types/jqueryui": "^1.12.23",
"@types/node": "^12.20.7",
"@types/react": "^17.0.3",
"@types/react-dom": "^17.0.3",
"@types/tinycolor2": "^1.4.6",
"ansi-to-html": "^0.7.2",
"async-lz-string": "^1.1.0",
"axios": "^0.21.4",
"bootstrap": "^5.2.1",
"bootstrap-icons": "^1.11.3",
"html-react-parser": "^3.0.4",
"http-proxy-middleware": "^2.0.6",
"igniteui-dockmanager": "^1.14.4",
"jquery": "^3.6.0",
"jqueryui": "^1.11.1",
"jqwidgets-scripts": "^19.2.0",
"jsx-parser": "^1.0.8",
"jsx-recast": "^0.1.1",
"jsx-runtime": "^1.2.0",
"jsx-transform": "^2.4.1",
"path-data-polyfill": "^1.0.6",
"rc-dock": "^3.0.14",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-hot-toast": "^2.4.0",
"react-icons": "^5.3.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-resizable": "^3.0.5",
"react-router-dom": "^6.12.1",
"react-scripts": "4.0.3",
"react-select": "^5.8.0",
"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",
"tinycolor2": "^1.6.0",
"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": "echo \"paste the whole /build folder inside the root of branch gitpages, no source code included.\" && npm run serve",
"dev": "docker-compose -f docker-compose.dev.yml up",
"________________________________other_build_modes___________________________": "",
"build_2": "ts-node esbuild.config.ts",
"serve_2": "node dist/main.bundle.js",
"___________________________________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/",
"____________________________________tsc_____________________________": "",
"tsc_build": "tsc -p tsconfig.json --declaration --emitDeclarationOnly --outDir ./build/tsc_types/",
"tsc_public_uselessmaybe": "tsc -p tsconfig.json --declaration --emitDeclarationOnly --outDir ./public/tsc_types/",
"tsc_comment": "before running tsc commands, remove noEmit from tsconfig.json, but reenable it aftewards",
"cc": "for some weird reason non-built version (dev one with npm start) is using jodel-react/build instead of jodel-mde/build",
"tsc_list_paste_in_terminal": ".\\tsc_list.ps1 build\\tsc_types\\*.d.ts > ./build/tsc_types/list.txt",
"c": ""
},
"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/js-beautify": "^1.14.3",
"@types/lodash": "^4.17.7",
"dotenv-webpack": "^8.0.1",
"gh-pages": "^4.0.0",
"js-beautify": "^1.15.1",
"react-app-rewired": "^2.2.1",
"ts-node": "^10.9.1"
}
}