-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 891 Bytes
/
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
{
"name": "zhinm-holospeed",
"version": "1.0.0",
"private": true,
"author": "Zhincore",
"license": "GPL-3.0-or-later",
"scripts": {
"dev": "vite",
"build": "vite build",
"watch": "vite build --watch"
},
"devDependencies": {
"@citizenfx/client": "^2.0.5884-1",
"@fortawesome/free-regular-svg-icons": "^6.2.0",
"@sveltejs/vite-plugin-svelte": "^1.0.5",
"@types/node": "^18.7.18",
"esbuild": "^0.15.7",
"eventemitter3": "^4.0.7",
"prettier": "^2.7.1",
"prettier-plugin-svelte": "^2.7.0",
"sass": "^1.54.8",
"svelte": "^3.50.0",
"svelte-awesome": "^3.0.0",
"svelte-preprocess": "^4.10.7",
"typescript": "^4.8.2",
"vite": "^3.1.0",
"vite-plugin-singlefile": "^0.11.1",
"vite-tsconfig-paths": "^3.5.0",
"yaml": "^2.1.1"
},
"dependencies": {
"@fortawesome/free-solid-svg-icons": "^6.2.0"
}
}