-
Notifications
You must be signed in to change notification settings - Fork 17
/
package.json
44 lines (44 loc) · 966 Bytes
/
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
{
"dependencies": {
"@types/bootstrap": "^3.3.32",
"@types/highcharts": "^4.2.37",
"@types/jquery": "^2.0.33",
"@types/jquery-handsontable": "^0.0.29",
"@types/react": "^16.4.6",
"@types/react-dom": "^16.0.6",
"bootstrap": "^3.3.7",
"handsontable": "^0.28.3",
"highstock-release": "^5.0.0",
"jquery": "^3.1.1",
"lz-string": "^1.4.4",
"moment": "^2.15.1",
"pikaday": "^1.4.0",
"react": "^16.4.1",
"react-dom": "^16.4.1",
"vis": "^4.16.1",
"webpack-bundle-analyzer": "^2.8.2"
},
"devDependencies": {
"copy-webpack-plugin": "^4.0.1",
"css-loader": "^0.28.4",
"expose-loader": "^0.7.1",
"husky": "^1.0.0-rc.13",
"lint-staged": "^7.2.0",
"prettier": "^1.13.7",
"style-loader": "^0.18.1",
"ts-loader": "3",
"typescript": "^3.0.0-rc",
"webpack": "^2.6.1"
},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"lint-staged": {
"*.{js,json,css,ts,tsx}": [
"prettier --write",
"git add"
]
}
}