forked from FOSSBilling/FOSSBilling
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.18 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
47
{
"name": "fossbilling",
"author": "FOSSBilling Team",
"homepage": "https://fossbilling.org",
"license": "Apache License 2.0",
"scripts": {
"build": "npm run build-themes && npm run build-modules",
"build-themes": "npm run build-admin_default",
"build-modules": "npm run build-wysiwyg",
"build-admin_default": "npm run build -w admin_default",
"build-wysiwyg": "npm run build -w wysiwyg",
"cypress:open": "cypress open"
},
"repository": {
"type": "git",
"url": "https://github.com/FOSSBilling/FOSSBilling.git"
},
"issues": {
"url": "https://github.com/FOSSBilling/FOSSBilling/issues"
},
"devDependencies": {
"@symfony/webpack-encore": "^4.3.0",
"autoprefixer": "^10.4.14",
"core-js": "^3.30.2",
"cypress": "^12.13.0",
"postcss": "^8.4.24",
"postcss-loader": "^7.3.2",
"sass": "^1.62.1",
"sass-loader": "^13.3.1",
"svg-sprite-loader": "^6.0.11",
"svgo-loader": "^4.0.0",
"webpack": "^5.85.0",
"webpack-cli": "^5.1.1"
},
"workspaces": [
"src/themes/admin_default",
"src/modules/Wysiwyg"
],
"config": {
"platform": {
"php": "8.0"
}
},
"engines": {
"npm": ">=9"
}
}