-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpackage.json
92 lines (92 loc) · 2.65 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
{
"name": "jsight",
"version": "0.1.0",
"homepage": ".",
"private": true,
"dependencies": {
"@popperjs/core": "2.10.2",
"clsx": "1.1.1",
"lodash": "4.17.21",
"marked": "4.0.12",
"mdast-util-definitions": "5.1.0",
"monaco-editor": "0.31.1",
"re-resizable": "6.9.1",
"react": "^18.1.0",
"react-animate-height": "2.1.2",
"react-dom": "^18.1.0",
"react-gtm-module": "2.0.11",
"react-helmet": "6.1.0",
"react-intersection-observer": "8.32.5",
"react-modal": "3.14.4",
"react-popper": "2.2.5",
"react-router-dom": "5.3.0",
"react-scripts": "5.0.0",
"react-scroll": "1.8.4",
"react-toastify": "9.0.1",
"react-transition-group": "4.4.2",
"react-virtuoso": "2.7.1",
"sanitize-html": "2.7.0",
"sass": "1.43.2",
"typescript": "4.1.2",
"use-deep-compare-effect": "1.8.1",
"vscode-oniguruma": "1.6.1",
"vscode-textmate": "6.0.0",
"web-vitals": "1.0.1",
"yaml": "1.10.2"
},
"proxy": "https://dev.editor.jsight.io",
"scripts": {
"start": "react-app-rewired start",
"one": "./scripts/save-export-js.sh",
"build-export": "prettier --write ./src && GENERATE_SOURCEMAP=false REACT_VIEW_TYPE=doc react-app-rewired build && ./scripts/save-export-js.sh",
"build": "GENERATE_SOURCEMAP=false react-app-rewired build && ./scripts/return-export-js.sh",
"test": "react-app-rewired test",
"eject": "react-scripts eject"
},
"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/jest": "26.0.15",
"@types/lodash": "4.14.176",
"@types/marked": "4.0.2",
"@types/react": "17.0.38",
"@types/react-collapse": "5.0.1",
"@types/react-dom": "17.0.14",
"@types/react-gtm-module": "2.0.1",
"@types/react-helmet": "^6.1.5",
"@types/react-modal": "3.13.1",
"@types/react-router-dom": "5.3.1",
"@types/react-transition-group": "4.4.4",
"@types/sanitize-html": "2.6.2",
"@types/uuid": "8.3.4",
"@typescript-eslint/eslint-plugin": "4.11.1",
"@typescript-eslint/parser": "4.11.1",
"ajv": "^8.16.0",
"autoprefixer": "10.4.0",
"eslint": "7.17.0",
"eslint-config-prettier": "7.1.0",
"eslint-config-react-app": "7.0.0",
"eslint-plugin-prettier": "3.3.0",
"eslint-plugin-react": "7.22.0",
"monaco-editor-webpack-plugin": "7.0.1",
"postcss": "8.4.4",
"prettier": "2.2.1",
"react-app-rewired": "2.2.1"
}
}