-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.12 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
{
"name": "lh-xenforo",
"version": "1.0.0",
"description": "",
"main": " ",
"scripts": {
"setup": "sh bin/setup.sh",
"cmd": "docker-compose run xf2-php-apache php cmd.php"
},
"repository": {
"type": "git",
"url": "git+https://github.com/luehrsenheinrich/gwfw-xenforo.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/luehrsenheinrich/gwfw-xenforo/issues"
},
"homepage": "https://github.com/luehrsenheinrich/gwfw-xenforo#readme",
"devDependencies": {
"@babel/cli": "^7.8.4",
"@babel/core": "^7.9.6",
"@babel/preset-env": "^7.9.6",
"babel-core": "^6.26.3",
"babel-loader": "^8.1.0",
"babel-plugin-lodash": "^3.3.4",
"babel-preset-env": "^1.7.0",
"browser-sync": "^2.26.7",
"browser-sync-webpack-plugin": "^2.2.2",
"klaro": "github:KIProtect/klaro",
"lodash": "^4.17.15",
"lodash-webpack-plugin": "^0.11.5",
"npm": "^6.14.5",
"release-it": "^13.6.1",
"uglifyjs-webpack-plugin": "^2.2.0",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.11",
"webpack-livereload-plugin": "^2.3.0"
},
"dependencies": {}
}