-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
83 lines (83 loc) · 2.24 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
{
"name": "EvoPing",
"version": "1.0.0",
"repository": {
"type": "git",
"url": "https://github.com/evozonjs/evoping-client"
},
"dependencies": {
"chart.js": "^2.4.0",
"exports-loader": "^0.6.3",
"imports-loader": "^0.7.0",
"react": "^15.3.2",
"react-addons-css-transition-group": "^15.4.1",
"react-addons-transition-group": "^15.4.1",
"react-chartjs-2": "^1.6.0",
"react-dom": "^15.3.2",
"react-intl": "^2.1.5",
"react-redux": "^4.4.5",
"react-router": "^4.0.0-alpha.4",
"react-select": "^1.0.0-rc.2",
"reactstrap": "^3.9.3",
"redux": "^3.6.0",
"redux-logger": "^2.6.1",
"redux-thunk": "^2.1.0",
"reselect": "^2.5.1",
"whatwg-fetch": "^1.0.0"
},
"devDependencies": {
"babel-plugin-resolver": "^1.1.0",
"babel-plugin-transform-runtime": "^6.15.0",
"babel-preset-es2015": "^6.14.0",
"babel-preset-react": "^6.11.1",
"babel-preset-stage-2": "^6.13.0",
"babel-resolver": "^1.1.0",
"babel-runtime": "^6.11.6",
"enzyme": "^2.4.1",
"eslint": "^3.6.1",
"eslint-config-airbnb": "^12.0.0",
"eslint-plugin-babel": "^3.3.0",
"eslint-plugin-import": "^1.16.0",
"eslint-plugin-jsx-a11y": "^2.2.2",
"eslint-plugin-react": "^6.3.0",
"fs": "^0.0.1-security",
"glob": "^7.0.6",
"grommet-toolbox": "^0.4.4",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-eslint": "^3.0.1",
"gulp-filter": "^4.0.0",
"gulp-nodemon": "^2.1.0",
"jest": "^15.1.1",
"lodash": "^4.15.0",
"mkdirp": "^0.5.1",
"node-sass": "^3.8.0",
"pre-commit": "^1.1.3",
"react-addons-test-utils": "^15.3.2",
"redux-devtools": "^3.3.1",
"redux-devtools-dock-monitor": "^1.1.1",
"redux-devtools-log-monitor": "^1.0.11",
"redux-logger": "^2.6.1",
"redux-promise-middleware": "^4.0.0",
"webpack": "^1.13.2",
"yargs": "^5.0.0"
},
"jest": {
"globals": {
"NODE_ENV": "development"
},
"modulePathIgnorePatterns": [
"<rootDir>/src/__tests__/helpers"
]
},
"scripts": {
"build": "cross-env NODE_ENV='production' gulp dist",
"start": "node server/server.js",
"test": "jest",
"dev": "gulp dev",
"eslint-run": "gulp pre-commit"
},
"pre-commit": [
"eslint-run"
]
}