This repository has been archived by the owner on Jan 29, 2019. It is now read-only.
forked from benderr/select-combine
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
95 lines (95 loc) · 3.3 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
{
"name": "front-boilerplate",
"version": "0.0.1",
"description": "",
"main": "./lib",
"module": "./src",
"scripts": {
"build": "webpack",
"start": "webpack-dev-server --hot --inline",
"test": "jest --config jest/jest.config.js",
"lint": "eslint . --ext js --ext jsx"
},
"repository": {
"type": "git",
"url": "git+https://github.com/brcportal2/front-boilerplate"
},
"author": "",
"license": "ISC",
"homepage": "https://github.com/brcportal2/front-boilerplate",
"dependencies": {
"@babel/polyfill": "7.2.5",
"axios": "0.18.0",
"classnames": "2.2.6",
"config": "3.0.1",
"history": "4.7.2",
"jquery": "3.3.1",
"modul-ui-router": "0.0.8",
"modul.markup.ui-kit": "git+ssh://[email protected]/brcportal2/Markup.Common.git#v1.0.2",
"prop-types": "15.6.2",
"react": "16.7.0",
"react-dom": "16.7.0",
"react-redux": "6.0.0",
"react-router": "4.3.1",
"react-router-dom": "4.3.1",
"redux": "4.0.1",
"redux-saga": "0.16.2",
"reselect": "4.0.0"
},
"devDependencies": {
"@babel/cli": "7.2.3",
"@babel/core": "7.2.2",
"@babel/plugin-external-helpers": "7.2.0",
"@babel/plugin-proposal-class-properties": "7.2.3",
"@babel/plugin-proposal-decorators": "7.2.3",
"@babel/plugin-proposal-do-expressions": "7.2.0",
"@babel/plugin-proposal-export-default-from": "7.2.0",
"@babel/plugin-proposal-export-namespace-from": "7.2.0",
"@babel/plugin-proposal-function-bind": "7.2.0",
"@babel/plugin-proposal-function-sent": "7.2.0",
"@babel/plugin-proposal-json-strings": "7.2.0",
"@babel/plugin-proposal-logical-assignment-operators": "7.2.0",
"@babel/plugin-proposal-nullish-coalescing-operator": "7.2.0",
"@babel/plugin-proposal-numeric-separator": "7.2.0",
"@babel/plugin-proposal-object-rest-spread": "7.2.0",
"@babel/plugin-proposal-optional-chaining": "7.2.0",
"@babel/plugin-proposal-pipeline-operator": "7.2.0",
"@babel/plugin-proposal-throw-expressions": "7.2.0",
"@babel/plugin-syntax-dynamic-import": "7.2.0",
"@babel/plugin-syntax-import-meta": "7.2.0",
"@babel/plugin-transform-runtime": "^7.2.0",
"@babel/preset-env": "7.2.3",
"@babel/preset-react": "7.0.0",
"autoprefixer": "9.4.5",
"axios-mock-adapter": "1.16.0",
"babel-core": "7.0.0-bridge.0",
"babel-jest": "23.6.0",
"babel-loader": "8.0.5",
"babel-polyfill": "6.26.0",
"clean-webpack-plugin": "1.0.0",
"copy-webpack-plugin": "4.6.0",
"css-loader": "2.1.0",
"enzyme": "3.8.0",
"file-loader": "3.0.1",
"html-webpack-plugin": "3.2.0",
"inject-config-loader": "git+https://github.com/tinkerscript/inject-config-loader.git#v1.0.0",
"jest": "23.6.0",
"mini-css-extract-plugin": "0.5.0",
"modul-front-dev-tools": "git+https://github.com/brcportal2/modul-front-dev-tools#v1.0.4",
"nib": "1.1.2",
"open-browser-webpack-plugin": "0.0.5",
"postcss-loader": "3.0.0",
"react-hot-loader": "4.6.3",
"react-test-renderer": "16.7.0",
"regenerator-runtime": "0.13.1",
"simple-progress-webpack-plugin": "1.1.2",
"style-loader": "0.23.1",
"stylus": "0.54.5",
"stylus-loader": "3.0.2",
"url-loader": "1.1.2",
"webpack": "4.28.4",
"webpack-chunk-hash": "0.6.0",
"webpack-cli": "3.2.1",
"webpack-dev-server": "3.1.14"
}
}