forked from FOSSBilling/FOSSBilling
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.28 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.28 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
{
"name": "fossbilling",
"version": "0.1.0",
"author": "FOSSBilling Team",
"homepage": "https://fossbilling.org",
"license": "Apache License 2.0",
"repository": {
"type": "git",
"url": "https://github.com/FOSSBilling/FOSSBilling.git"
},
"issues": {
"url": "https://github.com/FOSSBilling/FOSSBilling/issues"
},
"dependencies": {
"@tabler/core": "1.0.0-beta11",
"autoprefixer": "^10.4.12",
"postcss": "^8.4.16",
"sass": "^1.55.0"
},
"devDependencies": {
"@fortawesome/fontawesome-free": "^6.2.0",
"apexcharts": "^3.35.5",
"babel-core": "^6.26.3",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-preset-env": "^1.7.0",
"babel-register": "^6.26.0",
"bootstrap": "^5.2.1",
"bootstrap-markdown": "^2.10.0",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^8.0.0",
"gulp-cheerio": "^1.0.0",
"gulp-chug": "^0.5.1",
"gulp-concat": "^2.6.1",
"gulp-postcss": "^9.0.1",
"gulp-sass": "^5.1.0",
"gulp-svg-sprite": "^1.5.0",
"gulp-uglify": "^3.0.2",
"gulp-uglifycss": "^1.1.0",
"jquery": "^3.6.1",
"upath": "^2.0.1",
"yargs": "^17.4.1"
},
"scripts": {
"build": "gulp build",
"watch": "gulp watch"
},
"config": {
"platform": {
"php": "8.0"
}
}
}