generated from yarindeoh/create-react-app-light
-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
67 lines (67 loc) · 2.31 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
{
"name": "safe-home-haytiSham",
"version": "1.0.0",
"description": "safe@home-haytiSham",
"author": "yarindeoh",
"license": "MIT",
"scripts": {
"start:dev": "webpack-dev-server --mode=development --env.ENVIRONMENT=development",
"build": "webpack --mode production --env.ENVIRONMENT=production",
"heroku-prebuild": "cd server_api && npm install",
"start": "cd server_api && npm run start",
"lint:fix": "eslint --fix --ext .js src",
"deploy:staging": "rsync -a * root@hayti-sham.co.il:/root/staging/ --exclude=node_modules --exclude=.nova --exclude=build --exclude=.vscode --exclude=.env",
"deploy:production": "rsync -a * root@hayti-sham.co.il:/root/safe-home-haytiSham/ --exclude=node_modules --exclude=.nova --exclude=build --exclude=.vscode --exclude=.env"
},
"heroku-run-build-script": true,
"dependencies": {
"@material-ui/core": "latest",
"@material-ui/lab": "latest",
"autosize": "^4.0.2",
"classnames": "^2.2.6",
"cloudinary-react": "^1.6.6",
"concurrently": "^5.2.0",
"history": "^4.10.1",
"html-webpack-plugin": "^4.3.0",
"i18next": "^19.6.2",
"i18next-browser-languagedetector": "^5.0.0",
"isomorphic-fetch": "^2.2.1",
"node-sass": "^4.14.1",
"pip": "0.0.1",
"react": "^16.9.0",
"react-dom": "^16.9.0",
"react-ga": "^3.2.1",
"react-i18next": "^11.7.0",
"react-infinite-scroll-component": "^5.0.5",
"react-messenger-customer-chat": "^0.8.0",
"react-router": "^5.2.0",
"react-router-dom": "^5.2.0",
"react-select": "^3.1.0",
"react-share": "^4.3.1",
"react-slick": "^0.27.2-beta-1",
"sass": "^1.26.5",
"slick-carousel": "^1.8.1"
},
"devDependencies": {
"@babel/core": "^7.8.6",
"@babel/plugin-transform-runtime": "^7.8.3",
"@babel/preset-env": "^7.8.6",
"@babel/preset-react": "^7.8.3",
"@svgr/webpack": "^5.4.0",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.0.6",
"css-loader": "^2.1.1",
"dotenv": "^8.2.0",
"eslint": "^6.8.0",
"eslint-plugin-prettier": "^3.1.2",
"eslint-plugin-react": "^7.18.3",
"file-loader": "^3.0.1",
"prettier": "^1.19.1",
"sass-loader": "^7.2.0",
"sitemap-webpack-plugin": "^1.1.0",
"style-loader": "^0.23.1",
"webpack": "^4.39.1",
"webpack-cli": "^3.3.6",
"webpack-dev-server": "^3.11.0"
}
}