-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
76 lines (76 loc) · 2.39 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
{
"name": "jezykpolski",
"private": true,
"scripts": {
"start": "webpack --colors --watch --config=client/config/webpack.config.js --mode development",
"build": "webpack --config=client/config/webpack.config.js --mode production ./client/js/application.js"
},
"dependencies": {
"@babel/core": "^7.6.4",
"@babel/plugin-proposal-class-properties": "^7.5.5",
"@babel/plugin-transform-runtime": "^7.6.2",
"@babel/preset-env": "^7.6.3",
"@babel/preset-react": "^7.6.3",
"autoprefixer": "^9.6.4",
"babel-loader": "^8.0.6",
"babel-plugin-macros": "^2.6.1",
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
"babel-polyfill": "^6.26.0",
"bootstrap": "^4.3.1",
"bootstrap-loader": "3.0.2",
"bootstrap-sass": "3.3.7",
"chart.js": "^2.9.2",
"css-loader": "^1.0.1",
"extract-text-webpack-plugin": "^4.0.0-beta.0",
"file-loader": "^4.2.0",
"image-webpack-loader": "^6.0.0",
"imports-loader": "^0.8.0",
"jquery": "^3.4.1",
"node-sass": "^4.12.0",
"postcss-flexbugs-fixes": "^4.1.0",
"postcss-import": "^12.0.1",
"postcss-loader": "^2.1.6",
"postcss-preset-env": "^6.7.0",
"react": "^16.10.2",
"react-autosuggest": "^9.4.3",
"react-bootstrap": "^1.0.0-beta.14",
"react-calendar": "^2.19.2",
"react-chartkick": "^0.4.0",
"react-charts": "^2.0.0-beta.4",
"react-dom": "^16.10.2",
"react-redux": "^7.1.3",
"react-router-bootstrap": "^0.25.0",
"react-router-dom": "^5.1.2",
"react-rte": "^0.16.1",
"redux": "^4.0.4",
"resolve-url-loader": "^3.1.0",
"sass-loader": "^7.3.1",
"style-loader": "^1.0.0",
"swal": "^0.1.0",
"sweetalert": "^2.1.2",
"uncontrollable": "^7.0.2",
"webpack": "^4.41.1"
},
"devDependencies": {
"mini-css-extract-plugin": "^0.8.0",
"webpack-bundle-analyzer": "^3.6.0",
"webpack-cli": "^3.3.9"
},
"description": "This README would normally document whatever steps are necessary to get the application up and running.",
"version": "1.0.0",
"main": "babel.config.js",
"directories": {
"lib": "lib",
"test": "test"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/jaskiewiczm/jezykpolski.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/jaskiewiczm/jezykpolski/issues"
},
"homepage": "https://github.com/jaskiewiczm/jezykpolski#readme"
}