-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
64 lines (64 loc) · 1.87 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
{
"name": "datannur",
"version": "0.10.5",
"description": "datannur is a portable data catalog that can run without a server",
"type": "module",
"private": true,
"main": "src/main.js",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "open-cli app/index.html",
"test": "vitest",
"static-make-js": "vite build && node app/static_make/js/make.js",
"static-make-py": "vite build && bash app/static_make/py/setup.sh && bash app/static_make/py/make.sh"
},
"devDependencies": {
"@rollup/plugin-alias": "^5.1.1",
"@sveltejs/vite-plugin-svelte": "^5.0.3",
"autoprefixer": "^10.4.20",
"jsonjsdb_editor": "^0.2.10",
"open-cli": "^8.0.0",
"puppeteer": "^24.3.0",
"rollup-plugin-visualizer": "^5.14.0",
"sass": "^1.85.1",
"sitemap": "^8.0.0",
"svelte": "^5.20.4",
"svelte-preprocess": "^6.0.3",
"vite": "^6.2.0",
"vite-plugin-full-reload": "^1.2.0",
"vitest": "^3.0.7"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^6.7.2",
"datatables.net": "^2.2.2",
"datatables.net-bm": "^2.2.2",
"datatables.net-buttons": "^3.2.2",
"datatables.net-buttons-bm": "^3.2.2",
"datatables.net-fixedcolumns": "^5.0.4",
"datatables.net-fixedcolumns-bm": "^5.0.4",
"datatables.net-fixedheader": "^4.0.1",
"datatables.net-fixedheader-bm": "^4.0.1",
"datatables.net-scroller": "^2.4.3",
"datatables.net-scroller-bm": "^2.4.3",
"diff": "^7.0.0",
"file-saver": "^2.0.5",
"fitty": "^2.4.2",
"flexsearch": "^0.7.43",
"jquery": "^3.7.1",
"jquery-powertip": "^1.3.2",
"jsonjsdb": "^0.3.9",
"jszip": "^3.10.1",
"marked": "^15.0.7",
"mermaid": "^11.4.1",
"minimasonry": "^1.3.2",
"navigo": "^8.11.1"
},
"prettier": {
"tabWidth": 2,
"useTabs": false,
"editor.formatOnSave": true,
"semi": false,
"arrowParens": "avoid"
}
}