-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
95 lines (95 loc) · 2.9 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": "charts",
"version": "0.0.3",
"description": "",
"main": "index.js",
"repository": "[email protected]:lcharvol/React-WebApp-Boilerplate.git",
"author": "lcharvol <[email protected]>",
"scripts": {
"cli": " webpack --env dev --watch --display none",
"cli-prod": "webpack --env prod --progress --profile --colors",
"pret": "pretty-quick",
"bundle:stats": "NODE_ENV=production webpack -p --config ./webpack.prod.js --profile --json > stats.json",
"bundle:analyse": "webpack-bundle-analyzer ./stats.json ./build --report --mode=static"
},
"contributors": [
{
"name": "Lucas Charvolin",
"email": "[email protected]",
"url": "https://github.com/Lcharvol"
}
],
"husky": {
"hooks": {
"pre-commit": "pretty-quick --staged"
}
},
"license": "MIT",
"dependencies": {
"@babel/core": "^7.0.0-beta.34",
"@babel/preset-env": "^7.0.0-beta.34",
"axios": "^0.18.0",
"babel-cli": "^6.7.7",
"babel-core": "^6.7.7",
"babel-eslint": "^6.1.0",
"babel-loader": "^6.2.4",
"babel-plugin-__coverage__": "^0.111111.1",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.6.1",
"babel-preset-es2015": "^6.6.0",
"babel-preset-react": "^6.5.0",
"babel-preset-stage-0": "^6.5.0",
"babel-watch": "^2.0.2",
"chart.js": "^2.7.3",
"compression": "^1.7.3",
"connect-history-api-fallback": "^1.5.0",
"cors": "^2.8.5",
"file-loader": "^2.0.0",
"fs": "^0.0.1-security",
"path": "^0.12.7",
"ramda": "^0.25.0",
"react": "^16.5.2",
"react-chartjs-2": "^2.7.4",
"react-cookie": "^3.0.7",
"react-dom": "^16.5.2",
"react-ga": "^2.5.4",
"react-icons": "^3.2.2",
"react-redux": "^5.0.7",
"react-router": "^4.3.1",
"react-router-config": "^1.0.0-beta.4",
"react-router-dom": "^4.3.1",
"react-router-native": "^4.3.0",
"react-sizeme": "^2.5.2",
"react-visibility-sensor": "^5.0.2",
"recompose": "^0.30.0",
"redux": "^4.0.0",
"redux-thunk": "^2.3.0",
"serve-favicon": "^2.5.0",
"styled-components": "^3.4.9",
"webpack": "3.10.0"
},
"devDependencies": {
"@babel/cli": "^7.0.0-beta.34",
"@babel/plugin-proposal-object-rest-spread": "^7.0.0-beta.54",
"@babel/preset-react": "^7.0.0-beta.34",
"@babel/register": "^7.0.0-beta.34",
"babel-core": "^6.0.20",
"babel-eslint": "^8.0.3",
"babel-plugin-lodash": "^3.3.2",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-promise-to-bluebird": "^1.1.1",
"babel-polyfill": "^6.0.16",
"babel-preset-es2015": "^6.0.15",
"babel-preset-stage-0": "^6.0.15",
"browser-sync": "^2.26.3",
"browser-sync-webpack-plugin": "^2.2.2",
"husky": "next",
"prettier": "^1.14.3",
"pretty-quick": "1.8.0",
"redux-logger": "^3.0.6",
"webpack-bundle-analyzer": "^2.9.0"
},
"eslint": {
"root": true
}
}