-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
101 lines (101 loc) · 2.98 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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
{
"name": "react-crimea-map",
"version": "1.0.0",
"description": "Диплом",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start-client": "gulp",
"start-serve": "babel-node server/server.js",
"build-client": "gulp build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/al-vlasov/react-crimea-map"
},
"author": "Alexander Vlasov",
"license": "GNU AGPL v3.0",
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.15",
"@fortawesome/free-brands-svg-icons": "^5.7.2",
"@fortawesome/free-regular-svg-icons": "^5.7.2",
"@fortawesome/free-solid-svg-icons": "^5.8.1",
"@fortawesome/react-fontawesome": "^0.1.4",
"@material-ui/core": "^3.9.1",
"@material-ui/icons": "latest",
"@material-ui/styles": "^3.0.0-alpha.9",
"antd": "^3.13.0",
"axios": "^0.18.0",
"babel-plugin-import": "^1.11.0",
"bcryptjs": "^2.4.3",
"body-parser": "^1.18.3",
"classnames": "2.2.6",
"cloudinary": "^1.13.2",
"compression-webpack-plugin": "^2.0.0",
"connected-react-router": "^6.1.0",
"cors": "^2.8.5",
"dotenv": "^6.2.0",
"express": "^4.16.4",
"express-jwt": "^5.3.1",
"extension": "^0.2.0",
"google-maps-react": "^2.0.2",
"gulp-util": "latest",
"history": "^4.7.2",
"jsonwebtoken": "^8.4.0",
"material-ui": "^0.20.2",
"mongoose": "^5.4.4",
"multer": "^1.4.1",
"passport": "^0.4.0",
"passport-facebook": "^3.0.0",
"popup-tools": "^1.0.2",
"prop-types": "^15.6.2",
"react": "^16.6.3",
"react-admin": "^2.6.2",
"react-animated-css": "^1.0.4",
"react-card-flip": "^0.4.0",
"react-dom": "^16.6.3",
"react-facebook-login": "^4.1.1",
"react-move": "^5.1.0",
"react-rater": "^5.0.5",
"react-rater-plus": "^0.2.0",
"react-redux": "6.0.0",
"react-router": "^4.3.1",
"react-router-dom": "4.1.1",
"react-scrolllock": "^3.0.2",
"react-stars": "^2.2.5",
"recompose": "latest",
"redux": "4.0.1",
"redux-devtools": "^3.5.0",
"redux-devtools-extension": "^2.13.7",
"redux-thunk": "^2.3.0",
"sass": "^1.15.1",
"whatwg-fetch": "^3.0.0"
},
"devDependencies": {
"@babel/core": "^7.2.0",
"@babel/plugin-proposal-class-properties": "^7.2.3",
"@babel/preset-env": "^7.2.0",
"@babel/preset-react": "^7.0.0",
"autoprefixer": "^9.4.2",
"babel-loader": "^8.0.4",
"css-loader": "^1.0.1",
"del": "^3.0.0",
"extract-text-webpack-plugin": "^3.0.2",
"file-loader": "^2.0.0",
"gulp": "^3.9.1",
"image-webpack-loader": "^4.6.0",
"json-loader": "^0.5.7",
"path": "^0.12.7",
"node-sass": "^4.11.0",
"postcss-loader": "^3.0.0",
"react-hot-loader": "^4.5.1",
"sass-loader": "^7.1.0",
"style-loader": "^0.23.1",
"uglifyjs-webpack-plugin": "^2.0.1",
"url-loader": "^1.1.2",
"vinyl-paths": "^2.1.0",
"webpack": "^4.27.0",
"webpack-cli": "^3.1.2",
"webpack-dev-server": "^3.1.14"
}
}