-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.76 KB
/
package.json
File metadata and controls
56 lines (56 loc) · 1.76 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
{
"name": "@sphene/interface",
"version": "1.0.0-alpha",
"private": true,
"description": "Sphene in-game interface",
"author": "Sphene",
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build --modern",
"lint": "vue-cli-service lint",
"generate": "mta-meta-builder --source-dir=./dist --output-dir=./build --name=\"Sphene Interface\" --author=Sphene"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.3.0",
"@fortawesome/free-brands-svg-icons": "^6.3.0",
"@fortawesome/free-regular-svg-icons": "^6.3.0",
"@fortawesome/free-solid-svg-icons": "^6.3.0",
"@fortawesome/vue-fontawesome": "^3.0.3",
"axios": "^1.3.4",
"core-js": "^3.29.0",
"floating-vue": "^5.2.2",
"lightvue": "^1.5.1",
"tailwindcss": "^3.4.1",
"vue": "^3.2.47",
"vue-router": "^4.1.6",
"vue-slider-component": "^4.0.0-beta.5",
"vue-spinner": "^1.0.4",
"vue3-autocounter": "^1.0.6",
"vue3-moveable": "^0.18.1",
"vuex": "^4.1.0"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^5.0.8",
"@vue/cli-plugin-eslint": "^5.0.8",
"@vue/cli-plugin-router": "^5.0.8",
"@vue/cli-plugin-vuex": "^5.0.8",
"@vue/cli-service": "^5.0.8",
"@vue/compiler-sfc": "^3.2.47",
"babel-eslint": "^10.1.0",
"eslint": "^8.35.0",
"eslint-plugin-vue": "^9.9.0",
"postcss": "^8.4.21",
"sass": "^1.58.3",
"sass-loader": "^13.2.0",
"mta-meta-builder": "git+ssh://git@github.com:sphene/mta-meta-builder.git#main"
},
"bugs": {
"url": "https://github.com/sphene/interface/issues"
},
"homepage": "https://github.com/sphene/interface#readme",
"license": "UNLICENSED",
"repository": {
"type": "git",
"url": "git+https://github.com/sphene/interface.git"
}
}