-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
104 lines (104 loc) · 3.33 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
102
103
104
{
"name": "makerslab-farm",
"version": "0.5.0",
"description": "Webb app for managing multiple 3D printers running octoprint",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "webpack-dev-server --mode development --config internals/webpack/webpack.config.js",
"build": "webpack --mode production --config internals/webpack/webpack.config.js"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/MakersLab/farm.git"
},
"author": "Jakub Zika",
"license": "ISC",
"bugs": {
"url": "https://github.com/MakersLab/farm/issues"
},
"homepage": "https://github.com/MakersLab/farm#readme",
"dependencies": {
"@babel/preset-env": "^7.6.2",
"@babel/preset-react": "^7.0.0",
"babel-eslint": "10.0.3",
"babel-polyfill": "6.26.0",
"babel-preset-env": "^1.7.0",
"bulma": "0.7.5",
"cheerio": "1.0.0-rc.3",
"css-loader": "^3.2.0",
"eslint-plugin-import": "2.18.2",
"eslint-plugin-jsx-a11y": "6.2.3",
"eslint-plugin-react": "7.14.3",
"extract-text-webpack-plugin": "3.0.2",
"file-loader": "4.2.0",
"html-webpack-plugin": "3.2.0",
"immutable": "4.0.0-rc.12",
"lodash": "4.17.15",
"mini-css-extract-plugin": "^0.8.0",
"moment": "2.24.0",
"path": "0.12.7",
"postcss": "7.0.18",
"postcss-cssnext": "3.1.0",
"postcss-import": "12.0.1",
"postcss-loader": "3.0.0",
"postcss-scss": "2.0.0",
"precss": "4.0.0",
"progressbar.js": "1.0.1",
"prop-types": "^15.7.2",
"react": "16.9.0",
"react-dev-utils": "^9.0.4",
"react-dom": "16.9.0",
"react-dropzone": "10.1.9",
"react-file-input": "0.2.5",
"react-helmet": "5.2.1",
"react-hot-loader": "4.12.14",
"react-intl": "3.3.0",
"react-modal": "3.10.1",
"react-progressbar.js": "0.2.0",
"react-redux": "7.1.1",
"react-router": "5.1.0",
"react-router-dom": "5.1.0",
"react-router-redux": "4.0.8",
"redux": "4.0.4",
"redux-immutable": "4.0.0",
"redux-saga": "1.1.1",
"request": "2.88.0",
"styled-components": "4.4.0",
"warning": "4.0.3",
"webpack": "^4.41.0",
"yaml-loader": "0.5.0"
},
"devDependencies": {
"babel-cli": "6.26.0",
"babel-core": "6.26.3",
"babel-eslint": "7.1.1",
"babel-loader": "8.0.6",
"babel-plugin-dynamic-import-node": "2.3.0",
"babel-plugin-react-intl": "4.1.19",
"babel-plugin-react-transform": "3.0.0",
"babel-plugin-transform-es2015-modules-commonjs": "6.26.2",
"babel-plugin-transform-react-constant-elements": "6.23.0",
"babel-plugin-transform-react-inline-elements": "6.22.0",
"babel-plugin-transform-react-remove-prop-types": "0.4.24",
"babel-preset-es2015": "6.24.1",
"babel-preset-latest": "6.24.1",
"babel-preset-react": "6.24.1",
"babel-preset-react-hmre": "1.1.1",
"babel-preset-stage-0": "6.24.1",
"css-loader": "0.28.0",
"eslint": "6.4.0",
"eslint-config-airbnb": "18.0.1",
"eslint-import-resolver-webpack": "0.11.1",
"eslint-plugin-import": "2.2.0",
"eslint-plugin-jsx-a11y": "4.0.0",
"eslint-plugin-react": "6.9.0",
"eslint-plugin-redux-saga": "1.1.0",
"postcss-loader": "1.3.3",
"style-loader": "1.0.0",
"webpack": "2.3.3",
"webpack-bundle-analyzer": "3.5.1",
"webpack-cli": "^3.3.9",
"webpack-dev-server": "3.8.1"
}
}