forked from tvrbo-pro/TvrboReact
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
88 lines (88 loc) · 2.22 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
{
"name": "tvrbo-react",
"version": "1.1.0",
"description": "Tvrbo React",
"main": "index.js",
"scripts": {
"postinstall": "make build",
"precommit": "lint-staged",
"start": "make run"
},
"repository": {
"type": "git",
"url": "https://github.com/TvrboPro/TvrboReact"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"axios": "^0.18.0",
"babel": "^6.23.0",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.3",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-transform-es2015-modules-commonjs": "^6.26.0",
"babel-preset-env": "^1.6.1",
"babel-preset-es2017-node7": "^0.5.2",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-1": "^6.24.1",
"babel-register": "^6.26.0",
"basic-auth": "^2.0.0",
"bluebird": "^3.5.1",
"body-parser": "^1.18.2",
"cookie-parser": "^1.4.3",
"cryptocompare": "^0.5.0",
"css-loader": "^0.28.10",
"d3-format": "^1.2.2",
"d3-time-format": "^2.1.1",
"express": "^4.16.2",
"extract-text-webpack-plugin": "^4.0.0-beta.0",
"file-loader": "^1.1.11",
"flexboxgrid": "^6.3.1",
"img-loader": "^2.0.0",
"jsonwebtoken": "^8.1.1",
"less": "^3.0.1",
"less-loader": "^4.1.0",
"lodash.throttle": "^4.1.1",
"mongoose": "^5.0.7",
"node-fetch": "^2.1.2",
"object-assign": "^4.1.1",
"prop-types": "^15.6.0",
"react": "^16.3.1",
"react-columns": "^1.2.0",
"react-dom": "^16.3.1",
"react-hot-loader": "^3.1.3",
"react-redux": "5.0.7",
"react-router": "^4.2.0",
"react-router-dom": "^4.2.2",
"react-stockcharts": "^0.7.4",
"redux": "^3.7.2",
"redux-thunk": "^2.2.0",
"serve-favicon": "^2.4.5",
"serve-static": "^1.13.2",
"style-loader": "^0.20.2",
"url-loader": "^0.6.2",
"webpack": "^4.5.0",
"webpack-babel-external-helpers": "^0.1.0",
"ws": "^5.1.1"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-eslint": "^8.2.2",
"chai": "^4.1.2",
"eslint": "^4.19.1",
"eslint-plugin-react": "^7.7.0",
"husky": "^0.14.3",
"lint-staged": "^7.0.0",
"mocha": "^3.3.0",
"nodemon": "^1.17.3",
"open": "0.0.5",
"supertest": "^3.0.0",
"watch": "^1.0.2",
"webpack-cli": "^2.0.14",
"webpack-dev-server": "^3.1.3"
},
"lint-staged": {
"*.{js,json,css,md}": ["prettier --write", "git add"]
}
}