-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
75 lines (75 loc) · 2.16 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
{
"name": "test",
"version": "1.0.0",
"description": "TheBoats test job",
"main": "app.js",
"author": "Konstantin Leonov",
"engines": {
"node": "12.4.0",
"npm": "6.9.0"
},
"scripts": {
"start": "node ./server.js",
"build": "webpack",
"make_styles": "postcss src/shared/style.css -o public/css/style.css"
},
"dependencies": {
"@babel/cli": "^7.5.0",
"@babel/core": "^7.5.4",
"@babel/preset-env": "^7.5.4",
"@babel/preset-react": "^7.0.0",
"@babel/plugin-proposal-export-default-from": "^7.5.2",
"babel-preset-react-app": "^9.0.0",
"@babel/register": "^7.4.4",
"babel-loader": "^8.0.6",
"babel-plugin-react-html-attrs": "^2.1.0",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-polyfill": "^6.26.0",
"babel-plugin-root-import": "^6.2.0",
"body-parser": "^1.19.0",
"compression": "^1.7.4",
"cookie-parser": "^1.4.4",
"express": "^4.17.1",
"helmet": "^3.18.0",
"npm": "^6.9.2",
"prop-types": "^15.7.2",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-helmet": "^5.2.1",
"react-localize-redux": "^3.5.3",
"react-redux": "^7.0.3",
"react-router": "^5.0.1",
"react-router-dom": "^5.0.1",
"redux": "^4.0.1",
"redux-logger": "^3.0.6",
"redux-thunk": "^2.3.0",
"leaflet": "^1.5.1",
"react-leaflet": "^2.4.0",
"react-leaflet-universal": "^2.1.0"
},
"devDependencies": {
"autoprefixer": "^9.6.1",
"babel-eslint": "^10.0.1",
"css-loader": "^3.0.0",
"cssnano": "^4.1.10",
"eslint": "^6.0.1",
"eslint-config-airbnb": "^17.1.0",
"eslint-plugin-babel": "^5.3.0",
"eslint-plugin-import": "^2.18.0",
"eslint-plugin-jsx-a11y": "^6.2.1",
"eslint-plugin-react": "^7.14.2",
"eslint-plugin-react-hooks": "^1.6.1",
"file-loader": "^4.0.0",
"less": "^3.9.0",
"less-loader": "^5.0.0",
"postcss-import": "^12.0.1",
"postcss-loader": "^3.0.0",
"postcss-preset-env": "^6.6.0",
"style-loader": "^0.23.1",
"sugarss": "^2.0.0",
"webpack": "^4.35.0",
"webpack-cli": "^3.3.5",
"webpack-node-externals": "^1.7.2"
}
}