-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
60 lines (60 loc) · 1.85 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
{
"name": "opengloves-hl-alyx-integration",
"description": "OpenGloves Half-Life: Alyx Integration Middleman",
"main": "main.js",
"author": "Danwillm",
"license": "MIT",
"private": false,
"nodeGypRebuild": true,
"version": "0.1.0",
"repository": {
"type": "git",
"url": "https://github.com/LucidVR/opengloves-ui"
},
"bugs": {
"url": "https://github.com/LucidVR/opengloves-ui/issues"
},
"scripts": {
"tauri": "tauri",
"rollup-build": "rollup -c",
"rollup-dev": "rollup -c -w",
"start": "sirv public",
"start-tauri": "wait-on http://localhost:5000 && yarn tauri dev",
"dev": "concurrently \"yarn run rollup-dev\" \"yarn run start-tauri\"",
"build": "yarn run rollup-build && yarn tauri build"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.35",
"@fortawesome/free-solid-svg-icons": "^5.15.3",
"@tauri-apps/api": "^1.0.0-beta.4",
"@tauri-apps/cli": "^1.0.0-beta.4",
"buffer": "^6.0.3",
"comment-json": "^4.1.0",
"fontawesome-svelte": "^2.0.1",
"svelte-loading-spinners": "^0.1.6"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^19.0.0",
"@rollup/plugin-inject": "^4.0.2",
"@rollup/plugin-node-resolve": "^13.0.0",
"@tailwindcss/forms": "^0.3.3",
"@tailwindcss/jit": "^0.1.18",
"autoprefixer": "^10.2.5",
"concurrently": "^6.1.0",
"postcss": "8.3.0",
"postcss-load-config": "^3.0.1",
"postcss-nesting": "^8.0.1",
"rollup": "^2.48.0",
"rollup-plugin-css-only": "^3.1.0",
"rollup-plugin-livereload": "^2.0.0",
"rollup-plugin-node-builtins": "^2.1.2",
"rollup-plugin-node-globals": "^1.4.0",
"rollup-plugin-svelte": "^7.1.0",
"rollup-plugin-terser": "^7.0.2",
"sirv-cli": "^1.0.11",
"svelte": "^3.38.2",
"svelte-preprocess": "^4.7.3",
"tailwindcss": "^2.1.2",
"wait-on": "^5.3.0"
}
}