-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
75 lines (75 loc) · 2.17 KB
/
Copy pathpackage.json
File metadata and controls
75 lines (75 loc) · 2.17 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
66
67
68
69
70
71
72
73
74
75
{
"name": "projectx_inventory",
"version": "0.1",
"description": "",
"browserslist": [
"> 1%",
"last 2 versions"
],
"scripts": {
"serve": "webpack-dev-server --mode development --config .\\nui.config.js",
"build": "webpack --mode production",
"deploy": "node deploy",
"dev": "webpack --mode development",
"devdeploy": "webpack --mode development && node deploy",
"prod": "webpack --mode production && node deploy"
},
"keywords": [],
"author": "CrazyBit",
"type": "module",
"__license": "ISC",
"devDependencies": {
"@babel/core": "^7.18.9",
"@babel/plugin-transform-runtime": "^7.18.9",
"@babel/preset-env": "^7.18.9",
"@typescript-eslint/eslint-plugin": "^5.27.1",
"@typescript-eslint/parser": "^5.27.1",
"autoprefixer": "^10.4.6",
"babel-loader": "^8.2.5",
"copy-webpack-plugin": "^11.0.0",
"css-loader": "^5.1.3",
"dotenv": "^16.0.0",
"eslint": "8.20.0",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-vue": "9.2.0",
"eslint-webpack-plugin": "^3.2.0",
"file-loader": "^6.2.0",
"ftp-deploy": "^2.4.3",
"html-webpack-plugin": "5.5.0",
"postcss": "^8.2.13",
"postcss-loader": "^5.2.0",
"prettier": "^2.0.5",
"promise-ftp-common": "^1.1.5",
"remove-files-webpack-plugin": "^1.5.0",
"sass": "^1.32.8",
"sass-loader": "^13.2.0",
"style-loader": "^2.0.0",
"ts-loader": "9.3.1",
"typescript": "4.7.4",
"vue-loader": "17.0.0",
"vue-style-loader": "^4.1.3",
"webpack": "5.76.0",
"webpack-cli": "4.10.0",
"webpack-dev-server": "4.9.3"
},
"dependencies": {
"@citizenfx/client": "2.0.6302-1",
"@citizenfx/server": "2.0.6302-1",
"@mdi/js": "^7.0.96",
"@nativewrappers/client": "^1.7.25",
"@types/node": "^18.6.3",
"ansi-regex": ">=5.0.1",
"fivem-ts-tools": "^1.3.4",
"logrocket": "^3.0.1",
"logrocket-vuex": "^0.0.3",
"mariadb": "^3.0.0",
"mdi-vue": "^3.0.13",
"mysql": "^2.18.1",
"request": "^2.88.2",
"sequelize": "6.29.0",
"vue": "3.2.37",
"vue-slider-component": "4.0.0-beta.8",
"vue-window-modal": "https://github.com/ropbla9/vue-window-modal",
"vuex": "^4.0.2"
}
}