-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
72 lines (72 loc) · 2.13 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
{
"name": "similar-pages",
"author": {
"name": "scott from ptn",
"email": "[email protected]"
},
"version": "0.0.1",
"description": "find connections between ideas",
"main": "index.js",
"types": "index.d.ts",
"scripts": {
"prebuild:roam": "npm install",
"build:roam": "roamjs-scripts build --marketplace",
"build": "roamjs-scripts build",
"dev": "roamjs-scripts dev",
"dev:roam": "roamjs-scripts dev --depot",
"lambdas": "roamjs-scripts lambdas",
"preserver": "roamjs-scripts lambdas --build",
"server": "localhost-lambdas",
"start": "concurrently npm:dev npm:server",
"test": "TZ=UTC jest --config jest.config.ts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/phonetonote/similar-pages.git"
},
"keywords": [
"similar pages",
"sentence similarity",
"similarity",
"similarity analysis",
"similarity search",
"similarity detection",
"similarity detection algorithm"
],
"devDependencies": {
"@testing-library/react": "^12.1.5",
"@testing-library/react-hooks": "^8.0.1",
"@types/jest": "^27.0.1",
"@typescript-eslint/eslint-plugin": "^5.38.1",
"@typescript-eslint/parser": "^5.38.1",
"eslint": "^8.20.0",
"eslint-plugin-react": "^7.31.8",
"eslint-plugin-react-hooks": "^4.6.0",
"graphology-types": "^0.24.4",
"jest": "^27.1.0",
"roamjs-scripts": "^0.24.3",
"ts-jest": "^27.0.5",
"ts-loader": "^9.3.0",
"ts-node": "^10.2.1",
"typescript": "^4.7.4",
"typescript-plugin-css-modules": "^3.4.0"
},
"dependencies": {
"@tensorflow-models/universal-sentence-encoder": "^1.3.3",
"@tensorflow/tfjs": "^4.0.0",
"@visx/event": "^2.6.0",
"@visx/gradient": "^2.10.0",
"@visx/group": "^2.10.0",
"@visx/responsive": "^2.10.0",
"@visx/scale": "^2.2.2",
"@visx/shape": "^2.12.2",
"@visx/tooltip": "^2.16.0",
"@visx/voronoi": "^2.10.0",
"babel-plugin-react-css-modules": "^5.2.6",
"graphology": "^0.24.1",
"graphology-operators": "^1.5.1",
"graphology-shortest-path": "^2.0.1",
"mathjs": "^11.2.1",
"roamjs-components": "^0.74.23"
}
}