-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
85 lines (85 loc) · 2.4 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
{
"name": "wollok-run-client",
"version": "1.0.0",
"private": true,
"dependencies": {
"@isomorphic-git/cors-proxy": "^2.6.1",
"@material-ui/core": "^4.11.0",
"@material-ui/icons": "^4.9.1",
"@reach/router": "^1.3.4",
"@types/classnames": "^2.2.10",
"@types/cytoscape": "^3.14.7",
"@types/jest": "24.0.15",
"@types/lz-string": "^1.3.34",
"@types/node": "12.6.2",
"@types/rc-tooltip": "^3.7.3",
"@types/reach__router": "^1.3.5",
"@types/react": "16.8.23",
"@types/react-dom": "16.8.4",
"@types/react-splitter-layout": "^3.0.0",
"@types/react-tabs": "^2.3.2",
"@types/uuid": "^3.4.9",
"@types/xml-parser": "^1.2.29",
"@use-it/event-listener": "^0.1.5",
"@welldone-software/why-did-you-render": "^3.6.0",
"browserfs": "^1.4.3",
"cd": "^0.3.3",
"classnames": "^2.2.6",
"cytoscape": "^3.15.2",
"flexlayout-react": "^0.4.6",
"isomorphic-git": "^1.8.2",
"lz-string": "^1.4.4",
"node-sass": "^4.14.1",
"p5": "^0.10.2",
"query-string": "^6.13.1",
"rc-tooltip": "^3.7.3",
"rc-tree": "^4.1.5",
"react": "^16.13.1",
"react-div-100vh": "^0.3.8",
"react-dom": "^16.13.1",
"react-icons": "^3.11.0",
"react-input-slider": "^5.1.7",
"react-markdown": "^4.3.1",
"react-p5": "^1.3.6",
"react-scripts": "^3.4.3",
"react-simple-code-editor": "^0.9.15",
"react-splitter-layout": "^4.0.0",
"typescript": "^4.2.3",
"use-interval": "^1.2.1",
"uuid": "^3.4.0",
"wollok-ts": "^3.0.6",
"xml-parser": "^1.2.1"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"cors": "cors-proxy start",
"debug": "cd ../wollok-ts && npm pack && cd ../wollok-run-client && npm uninstall wollok-ts && npm install ../wollok-ts"
},
"eslintConfig": {
"extends": "react-app"
},
"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/p5": "^0.9.1",
"@typescript-eslint/eslint-plugin": "^3.9.1",
"@typescript-eslint/parser": "^3.9.1",
"eslint": "^6.6.0",
"eslint-plugin-react": "^7.20.6",
"fs": "0.0.1-security",
"typescript-plugin-css-modules": "^2.4.0"
}
}