-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 996 Bytes
/
Copy pathpackage.json
File metadata and controls
34 lines (34 loc) · 996 Bytes
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
{
"name": "tensorflow-tfjs-umap",
"scripts": {
"start": "npm run dev",
"dev": "mkdir dist; cp index.aff dist; cp index.dic dist; parcel index.html --open",
"deploy": "surge dist https://comment-analysis.surge.sh; open https://comment-analysis.surge.sh"
},
"dependencies": {
"@tensorflow-models/knn-classifier": "1.2.4",
"@tensorflow-models/universal-sentence-encoder": "1.3.3",
"@tensorflow/tfjs": "4.2.0",
"chart.js": "4.2.0",
"dictionary-en-ca": "2.4.0",
"jquery": "3.6.3",
"natural": "6.5.0",
"node-nlp": "4.27.0",
"nspell": "2.1.5",
"umap-js": "1.3.3"
},
"devDependencies": {
"@parcel/transformer-sass": "^2.9.3",
"assert": "^2.0.0",
"buffer": "^5.7.1",
"events": "^3.1.0",
"https-browserify": "^1.0.0",
"os-browserify": "^0.3.0",
"parcel": "^2.9.3",
"path-browserify": "^1.0.0",
"process": "^0.11.10",
"querystring-es3": "^0.2.1",
"stream-http": "^3.1.0",
"url": "^0.11.0"
}
}