-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.51 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.51 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
{
"name": "acealters.com",
"version": "1.0.0",
"author": "Jaq Quisido <[email protected]>",
"homepage": "https://acealters.com/",
"private": true,
"repository": "github:mtgenius/acealters",
"browserslist": [
">0.1%",
"not dead",
"not ie <= 8",
"not op_mini all"
],
"scripts": {
"build": "react-scripts --openssl-legacy-provider build",
"build-plus": "node scripts/build-plus/front-matter.js",
"docker-build": "docker build --file Dockerfile --tag mtgenius/acealters .",
"docker-build-proxy": "npm run docker-build --build-arg HTTP_PROXY=%HTTP_PROXY% --build-arg HTTPS_PROXY=%HTTPS_PROXY%",
"docker": "npm run docker-rm && npm run docker-rmi && npm run docker-build && npm run docker-run-publish",
"docker-rm": "docker stop acealters && docker rm acealters",
"docker-rmi": "docker rmi mtgenius/acealters",
"docker-run": "docker run --detach --name acealters mtgenius/acealters",
"docker-run-publish": "docker run --detach --name acealters --publish 81:80 mtgenius/acealters",
"eject": "react-scripts eject",
"start": "react-scripts --openssl-legacy-provider start",
"test": "react-scripts test --env=jsdom"
},
"dependencies": {
"@babel/runtime": "7.0.0-beta.56",
"@material-ui/core": "^1.4.0",
"@material-ui/styles": "^4.11.5",
"react": "^16.8.6",
"react-dom": "^16.3.2",
"react-object-prop": "^1.0.3",
"react-portfolio": "1.1.3",
"react-router": "^4.2.0",
"react-router-dom": "^4.3.1",
"react-scripts": "^3.0.1"
}
}