-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
63 lines (63 loc) · 1.71 KB
/
package.json
File metadata and controls
63 lines (63 loc) · 1.71 KB
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
{
"name": "pawnlang-fiddle-ui",
"version": "0.2.0",
"private": true,
"dependencies": {
"@blueprintjs/core": "^5.0.0",
"@blueprintjs/select": "^5.0.0",
"@types/jest": "24.0.6",
"@types/lodash": "^4.14.122",
"@types/node": "11.9.4",
"@types/react": "16.8.4",
"@types/react-custom-scrollbars": "^4.0.5",
"@types/react-dom": "16.8.2",
"@types/react-google-recaptcha": "^1.0.0",
"@types/react-router-dom": "^4.3.1",
"@types/react-select": "^2.0.13",
"@types/react-splitter-layout": "^3.0.0",
"@types/socket.io-client": "^1.4.32",
"@uiw/react-monacoeditor": "^1.0.6",
"html-react-parser": "^0.6.3",
"lodash": "^4.17.21",
"normalize.css": "^8.0.1",
"react": "^16.8.2",
"react-ace": "^6.4.0",
"react-container-dimensions": "^1.4.1",
"react-custom-scrollbars": "^4.2.1",
"react-dom": "^16.8.2",
"react-google-recaptcha": "^1.0.5",
"react-monaco-editor": "^0.24.0",
"react-router-dom": "^6.0.0",
"react-select": "^4.0.0",
"react-split-pane": "^0.1.85",
"sanitize-html-react": "^1.13.0",
"sass": "^1.42.1",
"snyk": "^1.685.0",
"socket.io-client": "^4.2.0",
"tabler-react": "^1.28.0",
"typescript": "3.3.3",
"wait-for-cond": "^1.6.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"watch": "cra-build-watch",
"snyk-protect": "snyk protect"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"devDependencies": {
"cra-build-watch": "^3.4.0",
"react-scripts": "^4.0.3"
},
"snyk": true
}