-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
133 lines (133 loc) · 4.61 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
132
133
{
"name": "res",
"version": "1.0.0",
"description": "res",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/legendsland/res.git"
},
"author": "yiannis <[email protected]>",
"license": "MIT",
"scripts": {
"cli": "node --max-old-space-size=16384 out/src/node/index.js",
"compile-main": "tsc -p tsconfig.json",
"compile-main-watch": "tsc -p tsconfig.json --watch",
"compile-web": "tsc -p tsconfig.browser.json",
"compile-web-watch": "tsc -p tsconfig.browser.json --watch",
"server": "node out/src/node/index.js -s",
"watch-server": "nodemon --config nodemon.json out/src/node/index.js -- -s",
"start": "yarn run compile && cli",
"build": "webpack --mode=production",
"build:dev": "webpack --mode=development",
"build-web": "webpack --mode=production --config=build/webpack.config.res.js",
"watch-web": "webpack --mode=development --config=build/webpack.config.res.js --watch",
"build:notebook-web": "webpack -c build/webpack.config.notebook.js --mode=development --node-env=development",
"watch:notebook-web": "webpack -c build/webpack.config.notebook.js --mode=development --node-env=development --watch",
"build:search-web": "webpack -c build/webpack.config.search.js --mode=development --node-env=development",
"watch:search-web": "webpack -c build/webpack.config.search.js --mode=development --node-env=development --watch",
"test-web": "npx jest --projects jest.browser.config.ts --detectOpenHandles --forceExit"
},
"dependencies": {
"@editorjs/editorjs": "^2.23.2",
"@editorjs/header": "^2.6.2",
"@editorjs/list": "^1.7.0",
"@emotion/react": "^11.8.1",
"@emotion/styled": "^11.8.1",
"@mui/icons-material": "^5.5.1",
"@mui/material": "^5.4.4",
"@react-pdf-viewer/core": "^3.12.0",
"@react-pdf-viewer/default-layout": "^3.12.0",
"@react-pdf-viewer/highlight": "^3.12.0",
"cheerio": "^1.0.0-rc.12",
"compromise": "^13.11.4",
"compromise-ngrams": "^0.0.6",
"cors": "^2.8.5",
"css": "^3.0.0",
"cytoscape": "^3.21.0",
"express": "^4.17.3",
"extract-zip": "^2.0.1",
"file-type": "16.5.3",
"got": "11.8.3",
"isomorphic-git": "^1.13.1",
"jquery": "^3.6.0",
"jsdom": "^22.1.0",
"lodash": "^4.17.21",
"mark.js": "^8.11.1",
"natural": "^5.1.13",
"neo4j-driver": "^4.4.4",
"node-red": "^3.0.2",
"p-debounce": "^4.0.0",
"pdfjs-dist": "^3.7.107",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"stopword": "^2.0.1",
"stopwords": "^0.0.9",
"url": "^0.11.0",
"uuid": "^8.3.2",
"yargs": "^17.3.1"
},
"devDependencies": {
"@jest/globals": "^29.7.0",
"@testing-library/dom": "^9.3.3",
"@testing-library/jest-dom": "^6.1.4",
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^14.5.1",
"@types/cheerio": "^0.22.31",
"@types/css": "^0.0.33",
"@types/cytoscape": "^3.19.4",
"@types/express": "^4.17.13",
"@types/got": "^9.6.12",
"@types/jquery": "^3.5.14",
"@types/jsdom": "^16.2.14",
"@types/lodash": "^4.14.195",
"@types/mark.js": "^8.11.8",
"@types/natural": "^5.1.0",
"@types/node": "^20.3.2",
"@types/node-red": "^1.2.1",
"@types/react": "^18.2.33",
"@types/react-dom": "^18.2.14",
"@types/stopword": "^1.0.2",
"@types/webpack": "^5.28.0",
"@types/yargs": "^17.0.9",
"@typescript-eslint/eslint-plugin": "^6.9.1",
"@typescript-eslint/parser": "^6.9.1",
"@webpack-cli/generators": "^2.4.2",
"clean-webpack-plugin": "^4.0.0",
"copy-webpack-plugin": "^10.2.4",
"css-loader": "^6.7.0",
"declaration-bundler-webpack-plugin": "^1.0.3",
"eslint": "^8.52.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-header": "^3.1.1",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-prettier": "^5.0.1",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"jest-fail-on-console": "^3.1.1",
"nodemon": "^2.0.15",
"parse5": "5",
"prettier": "^3.0.3",
"source-map-loader": "^4.0.1",
"style-loader": "^3.3.1",
"ts-jest": "^29.1.1",
"ts-loader": "^9.2.7",
"ts-node": "^10.9.1",
"typescript": "^5.2.2",
"webpack": "^5.70.0",
"webpack-cli": "^5.1.4",
"wepack-cli": "^0.0.1-security"
},
"resolutions": {
"csstype": "^3.1.2"
},
"bugs": {
"url": "https://github.com/legendsland/res/issues"
},
"homepage": "https://github.com/legendsland/res#readme",
"keywords": []
}