-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
65 lines (65 loc) · 1.74 KB
/
package.json
File metadata and controls
65 lines (65 loc) · 1.74 KB
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
{
"name": "vis-global",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "vite dev",
"build": "vite build",
"preview": "vite preview",
"start": "vite dev",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
"lint": "prettier --check .",
"format": "prettier --write ."
},
"devDependencies": {
"@sveltejs/adapter-auto": "^3.0.0",
"@sveltejs/kit": "^2.0.0",
"@sveltejs/vite-plugin-svelte": "^3.0.0",
"prettier": "^3.1.1",
"prettier-plugin-svelte": "^3.1.2",
"sass": "^1.77.8",
"svelte": "^4.2.7",
"svelte-check": "^3.6.0",
"tslib": "^2.4.1",
"typescript": "^5.0.0",
"vite": "^5.0.3"
},
"type": "module",
"dependencies": {
"@esbuild-plugins/node-globals-polyfill": "^0.2.3",
"@mdi/js": "^7.2.96",
"@rollup/plugin-inject": "^5.0.3",
"@sveltejs/adapter-node": "^5.2.2",
"@sveltejs/adapter-static": "^3.0.2",
"@types/axios": "^0.14.0",
"@types/big.js": "^6.2.2",
"@types/crypto-js": "^4.1.1",
"@types/lodash": "^4.17.5",
"@types/moment": "^2.13.0",
"@types/moment-timezone": "^0.5.30",
"@types/numeral": "^2.0.2",
"@types/stats.js": "^0.17.3",
"@types/uuid": "^10.0.0",
"axios": "^1.7.2",
"big.js": "^6.2.1",
"crypto-js": "^4.2.0",
"csstype": "^3.1.2",
"env-cmd": "^10.1.0",
"fflate": "^0.8.2",
"firebase": "10.7.2",
"lodash": "^4.17.21",
"moment": "^2.29.4",
"moment-timezone": "^0.5.45",
"monent": "0.0.2-security",
"numeral": "^2.0.6",
"pixi.js": "^8.2.1",
"query-string": "^9.0.0",
"rollup-plugin-polyfill-node": "^0.12.0",
"stats-js": "^1.0.1",
"stats.js": "^0.17.0",
"svelte-device-info": "^1.0.0",
"svelte-preprocess": "^5.0.4",
"uuid": "^8.3.2"
}
}