-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·98 lines (98 loc) · 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
96
97
98
{
"name": "tfp",
"version": "1.1.0",
"scripts": {
"start": "webpack-dev-server --history-api-fallback --mode=development",
"clean": "rimraf dist/*",
"build:prod": "NODE_ENV=production webpack-cli",
"lint": "eslint ./client",
"fix": "eslint ./client --fix"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vlada-dr/tfp"
},
"license": "MIT",
"dependencies": {
"body-parser": "^1.18.3",
"connected-react-router": "^4.3.0",
"cordova-uglify": "^0.3.3",
"cors": "^2.8.4",
"filename-regex": "^2.0.1",
"history": "^4.7.2",
"isomorphic-fetch": "^2.2.1",
"mime": "^2.4.0",
"promise": "^8.0.1",
"prop-types": "^15.6.2",
"react": "^16.7.0",
"react-day-picker": "^7.1.4",
"react-dom": "^16.7.0",
"react-dropzone": "^4.2.9",
"react-helmet": "^5.2.0",
"react-loadable": "^5.3.1",
"react-redux": "^5.0.7",
"react-reveal": "^1.2.2",
"react-router": "^4.3.1",
"react-router-dom": "^4.2.2",
"react-router-redux": "^4.0.8",
"recompose": "^0.26.0",
"redux": "^3.7.2",
"redux-logger": "^3.0.6",
"redux-thunk": "^2.2.0",
"reselect": "^3.0.1",
"styled-components": "^3.4.10",
"styled-normalize": "^4.0.0",
"superagent": "^4.1.0",
"superagent-promise": "^1.1.0",
"svg-react-loader": "^0.4.6",
"uglify-es": "^3.3.9",
"webpack-bundle-analyzer": "^3.0.3"
},
"devDependencies": {
"@atomix/eslint-config": "^6.3.0",
"@atomix/eslint-config-react": "^6.3.0",
"@babel/cli": "^7.0.0",
"@babel/core": "^7.0.0",
"@babel/plugin-proposal-class-properties": "^7.0.0",
"@babel/plugin-proposal-decorators": "^7.0.0",
"@babel/plugin-proposal-export-default-from": "^7.0.0",
"@babel/plugin-proposal-export-namespace-from": "^7.0.0",
"@babel/plugin-proposal-object-rest-spread": "^7.0.0",
"@babel/plugin-syntax-dynamic-import": "^7.0.0",
"@babel/polyfill": "^7.0.0",
"@babel/preset-env": "^7.0.0",
"@babel/preset-react": "^7.0.0",
"@commitlint/cli": "^6.1.3",
"assets-webpack-plugin": "^3.9.6",
"ajv": "^6.6.2",
"ajv-keywords": "^3.2.0",
"babel-eslint": "^9.0.0",
"babel-loader": "^8.0.0",
"babel-plugin-styled-name": "^1.0.0",
"core-js": "^2.6.1",
"cross-env": "^5.1.4",
"cz-customizable": "^5.2.0",
"eslint": "^4.18.2",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-plugin-react": "^7.11.1",
"file-loader": "^1.1.11",
"glob": "^7.1.3",
"happypack": "^5.0.1",
"html-webpack-plugin": "^3.2.0",
"husky": "^1.3.1",
"mini-css-extract-plugin": "^0.4.5",
"npm-run-all": "^4.1.2",
"optimize-css-assets-webpack-plugin": "^5.0.1",
"react-hot-loader": "^4.6.3",
"react-svg-loader": "^2.1.0",
"rimraf": "^2.6.2",
"typescript": "^2.8.1",
"typescript-styled-plugin": "^0.6.0",
"uglifyjs-webpack-plugin": "^1.3.0",
"webpack": "^4.26.0",
"webpack-cli": "^3.2.1",
"webpack-dev-server": "^3.1.8",
"webpack-merge": "^4.1.5",
"whatwg-fetch": "^3.0.0"
}
}