-
Notifications
You must be signed in to change notification settings - Fork 129
/
package.json
46 lines (46 loc) · 1.07 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
{
"name": "menuv",
"version": "1.0.0",
"description": "FiveM menu library for creating menu's",
"main": "index.js",
"scripts": {
"build": "node ./build.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ThymonA/menuv.git"
},
"keywords": [
"menuv",
"fivem",
"library",
"thymona",
"tigodevelopment"
],
"author": "ThymonA",
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/ThymonA/menuv/issues"
},
"homepage": "https://github.com/ThymonA/menuv#readme",
"dependencies": {
"colors": "^1.4.0",
"copy-webpack-plugin": "^7.0.0",
"css-loader": "^5.0.1",
"fs-extra": "^9.0.1",
"html-webpack-plugin": "^4.5.1",
"recursive-readdir": "^2.2.2",
"ts-loader": "^8.0.14",
"typescript": "^4.1.3",
"vue": "^2.6.12",
"vue-loader": "^15.9.6",
"vue-scrollto": "^2.20.0",
"vue-template-compiler": "^2.6.12"
},
"devDependencies": {
"command-line-args": "^5.1.1",
"webpack": "^5.12.3",
"webpack-cli": "^4.3.1",
"webpack-dev-server": "^3.10.3"
}
}