-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
executable file
·84 lines (84 loc) · 3.04 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
{
"name": "switch_space-frontend",
"version": "0.0.1",
"description": "Switch Space Frontend Application React",
"private": true,
"repository": {
"type": "git",
"url": "https://github.com/AbdelrahmanKhaledAmer/SwitchSpace-Frontend.git"
},
"author": "Switch Space",
"license": "MIT",
"bugs": {
"url": "https://github.com/AbdelrahmanKhaledAmer/SwitchSpace-Frontend/issues"
},
"homepage": "https://github.com/AbdelrahmanKhaledAmer/SwitchSpace-Frontend.git#readme",
"engines": {
"node": ">=4.3"
},
"devDependencies": {
"@babel/core": "^7.8.7",
"@babel/plugin-transform-runtime": "^7.10.4",
"@babel/preset-env": "^7.8.7",
"@babel/preset-react": "^7.8.3",
"babel-core": "^6.25.0",
"babel-loader": "^8.1.0",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "1.6.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "6.24.1",
"babel-preset-stage-0": "^6.24.1",
"clean-webpack-plugin": "^3.0.0",
"css-loader": "^0.28.7",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-prettier": "^3.1.3",
"eslint-plugin-react": "^7.20.0",
"html-loader": "^1.1.0",
"html-webpack-plugin": "^4.3.0",
"mini-css-extract-plugin": "^0.9.0",
"react-hot-loader": "^4.12.21",
"style-loader": "^1.2.1",
"terser-webpack-plugin": "^3.0.6",
"webpack": "^4.42.0",
"webpack-cli": "^3.3.11",
"webpack-dev-server": "^3.10.3",
"webpack-merge": "^4.2.2"
},
"dependencies": {
"@babel/plugin-proposal-class-properties": "^7.10.4",
"@babel/plugin-proposal-export-default-from": "^7.10.4",
"@material-ui/core": "^4.10.1",
"@material-ui/icons": "^4.9.1",
"@material-ui/lab": "^4.0.0-alpha.56",
"@stripe/react-stripe-js": "^1.1.2",
"@stripe/stripe-js": "^1.7.0",
"axios": "^0.19.2",
"dotenv-webpack": "^1.8.0",
"email-validator": "^2.0.4",
"eslint": "^7.2.0",
"file-loader": "^6.0.0",
"google-maps-react": "^2.0.6",
"prettier": "^2.0.5",
"query-string": "^6.13.1",
"react": "16.8.4",
"react-awesome-slider": "^4.1.0",
"react-chat-elements": "^10.9.2",
"react-dom": "16.8.4",
"react-geocode": "^0.2.1",
"react-material-ui-carousel": "^1.6.0",
"react-md": "1.2.11",
"react-router-dom": "4.2.2",
"recharts": "^1.8.5",
"socket.io-client": "^2.3.0",
"styled-components": "3.1.6",
"url-loader": "^4.1.0",
"webfontloader": "1.6.28"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack --config webpack.prod.js --mode production",
"start": "webpack-dev-server --open --config ./webpack.dev.js --mode development",
"lint": "eslint '**/*.js' --ignore-pattern node_modules/",
"deploy": "aws s3 sync dist/ s3://switchspace --acl public-read"
}
}