-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
56 lines (56 loc) · 1.57 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
{
"name": "active-doc-client",
"version": "0.1.0",
"private": true,
"dependencies": {
"ajv": "6.10.2",
"antlr4": "4.7.2",
"bootstrap": "4.4.1",
"chroma-js": "2.1.0",
"diff": "4.0.2",
"elementtree": "0.1.7",
"marked": "4.0.12",
"monaco-editor": "0.21.2",
"monaco-editor-webpack-plugin": "2.0.0",
"npm": "6.14.13",
"openai": "^4.30.0",
"path": "0.12.7",
"pluralize": "7.0.0",
"rc-slider": "8.7.1",
"rc-tooltip": "4.0.0-alpha.3",
"react": "16.12.0",
"react-bootstrap": "0.32.4",
"react-dom": "16.12.0",
"react-icons": "3.10.0",
"react-joyride": "2.2.1",
"react-overlays": "0.8.3",
"react-redux": "5.1.2",
"react-select": "3.1.0",
"react-tooltip": "3.11.2",
"redux": "4.0.5",
"serve": "11.3.2",
"three-dots": "0.1.2",
"wink-lemmatizer": "2.0.0",
"wink-pos-tagger": "1.5.0"
},
"devDependencies": {
"gh-pages": "3.1.0",
"jasmine": "5.1.0",
"react-app-rewired": "2.1.8",
"react-scripts": "4.0.3"
},
"scripts": {
"start-Mac": "PORT=9010 react-app-rewired --max_old_space_size=8192 start",
"start-Linux": "export SET NODE_OPTIONS=--openssl-legacy-provider PORT=9010 && react-app-rewired --max_old_space_size=8192 start",
"start-Windows": "set PORT = 9010 && react-app-rewired --max_old_space_size=8192 start",
"build": "react-app-rewired --max_old_space_size=8192 build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}