-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
72 lines (72 loc) · 2.16 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": "render",
"version": "1.0.0",
"description": "",
"main": "index.js",
"type": "module",
"scripts": {
"limpiar": "rm -r node_modules && rm sql/document.db && cp /root/trilium-data/document.db static/sql/",
"limpiar-dev": "rm -r node_modules && rm static/sql/document.db && cp /home/emi/.local/share/trilium-data/document.db static/sql",
"start": "parcel ./src/index.html",
"build": "parcel build ./src/index.html --public-url ./ --dist-dir docs",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"@codemirror/commands": "^6.2.5",
"@codemirror/lang-javascript": "^6.1.4",
"@codemirror/language": "^6.9.0",
"@codemirror/state": "^6.2.1",
"@codemirror/view": "^6.18.1",
"@lezer/generator": "^1.2.2",
"@lezer/highlight": "^1.1.6",
"@uiw/codemirror-extensions-hyper-link": "^4.19.11",
"axios": "^1.5.0",
"blob-stream": "^0.1.3",
"brfs": "^2.0.2",
"codemirror": "^6.0.1",
"dat.gui": "^0.7.9",
"express": "^4.18.2",
"fs": "^0.0.1-security",
"hydra-synth": "^1.3.24",
"jspdf": "^2.5.1",
"keyword-extractor": "^0.0.28",
"markov-chains-text": "^1.0.0",
"natural": "^6.10.5",
"nodemon": "^3.0.1",
"osc-js": "^2.4.0",
"parcel": "^2.8.3",
"parcel-reporter-static-files-copy": "^1.5.0",
"pdfkit": "^0.13.0",
"rake-js": "^0.1.1",
"sql.js": "^1.8.0",
"stringify": "^5.2.0",
"three": "^0.150.1",
"tone": "^14.7.77",
"transform-loader": "^0.2.4",
"ts-node": "^10.9.1",
"turndown": "^7.1.2",
"tween": "^0.9.0",
"webpack": "^5.88.2"
},
"devDependencies": {
"@parcel/transformer-inline-string": "^2.8.3",
"assert": "^2.1.0",
"browserify-zlib": "^0.2.0",
"buffer": "^5.7.1",
"crypto-browserify": "^3.12.0",
"events": "^3.3.0",
"os-browserify": "^0.3.0",
"path-browserify": "^1.0.1",
"process": "^0.11.10",
"punycode": "^1.4.1",
"querystring-es3": "^0.2.1",
"stream-browserify": "^3.0.0",
"stream-http": "^3.2.0",
"string_decoder": "^1.3.0",
"util": "^0.12.5",
"vm-browserify": "^1.1.2",
"webpack-cli": "^5.1.4"
}
}