-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·34 lines (34 loc) · 965 Bytes
/
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
{
"name": "docker-php-dev-container",
"version": "1.0.0",
"description": "This repository provides a development environment for WHMCS or WordPress",
"repository": {
"type": "git",
"url": "git+https://github.com/srbrunoferreira/docker-php-dev-container.git"
},
"keywords": [
"WordPress",
"WHMCS",
"plugin",
"Dev Container",
"VS Code"
],
"author": "Bruno Ferreira <srbrunoferreira@outlook.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/srbrunoferreira/docker-php-dev-container/issues"
},
"homepage": "https://github.com/srbrunoferreira/docker-php-dev-container#readme",
"devDependencies": {
"eslint": "^8.34.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-n": "^15.6.1",
"eslint-plugin-promise": "^6.1.1"
},
"dependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0"
}
}