-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
62 lines (62 loc) · 1.76 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
{
"name": "telecom-sample-app-frontend",
"version": "0.0.1",
"description": "",
"main": "src/index.js",
"scripts": {
"build": "webpack --mode production",
"dev": "webpack-dev-server --open --mode development",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git"
},
"author": "[email protected]",
"license": "UNLICENSED",
"dependencies": {
"acorn": "^6.0.4",
"bootstrap": "^4.1.3",
"connected-react-router": "^6.0.0",
"final-form": "^4.11.0",
"jwt-decode": "^2.2.0",
"lodash-es": "^4.17.11",
"prop-types": "^15.6.2",
"react": "^16.6.3",
"react-dom": "^16.6.3",
"react-final-form": "^4.0.2",
"react-input-mask": "^2.0.4",
"react-loader-spinner": "^2.3.0",
"react-redux": "^6.0.0",
"react-router": "^4.3.1",
"react-router-dom": "^4.3.1",
"reactstrap": "^6.5.0",
"redux": "^4.0.1",
"redux-persist": "^5.10.0",
"redux-persist-transform-filter": "0.0.18",
"redux-saga": "^0.16.2",
"reselect": "^4.0.0"
},
"devDependencies": {
"@babel/core": "^7.2.0",
"@babel/plugin-proposal-decorators": "^7.2.0",
"@babel/preset-env": "^7.2.0",
"@babel/preset-react": "^7.0.0",
"babel-eslint": "^10.0.1",
"babel-loader": "^8.0.4",
"babel-polyfill": "^6.26.0",
"classnames": "^2.2.6",
"css-loader": "^2.0.1",
"eslint": "^5.10.0",
"eslint-plugin-react": "^7.11.1",
"html-webpack-plugin": "^3.2.0",
"html-webpack-template": "^6.2.0",
"node-sass": "^4.11.0",
"redux-devtools-extension": "^2.13.7",
"sass-loader": "^7.1.0",
"style-loader": "^0.23.1",
"uglifyjs-webpack-plugin": "^2.1.1",
"webpack": "^4.27.1",
"webpack-cli": "^3.1.2",
"webpack-dev-server": "^3.1.14"
}
}