-
Notifications
You must be signed in to change notification settings - Fork 61
/
package.json
109 lines (109 loc) · 3.01 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
99
100
101
102
103
104
105
106
107
108
109
{
"name": "kin-web-client",
"version": "0.1.0",
"description": "Desktop Web Client for Kin Calendar.",
"repository": "https://github.com/KinToday/kin-web-client",
"author": "Zowe Siouff <[email protected]>",
"license": "Apache-2.0",
"keywords": [
"calendar",
"react",
"redux",
"event",
"kin"
],
"bugs": {
"url": "https://github.com/KinToday/kin-web-client/issues"
},
"dependencies": {
"babel-register": "^6.9.0",
"backoff": "^2.5.0",
"bluebird": "^3.4.6",
"chalk": "^1.1.3",
"classnames": "^2.2.5",
"foundation-sites": "^6.2.1",
"fullcalendar": "^3.0.0",
"fuse.js": "^2.2.0",
"jquery": "^3.1.1",
"lodash": "^4.5.1",
"moment": "^2.13.0",
"moment-timezone": "^0.5.4",
"normalize-wheel": "^1.0.1",
"popper.js": "^0.6.4",
"push.js": "0.0.12",
"react": "^15.1.0",
"react-addons-css-transition-group": "^15.1.0",
"react-addons-perf": "^15.4.1",
"react-addons-shallow-compare": "^15.4.1",
"react-dates": "^4.1.1",
"react-dom": "^15.1.0",
"react-redux": "^5.0.1",
"redux": "^3.5.2",
"redux-thunk": "^2.1.0",
"spotoninc-moment-round": "^2.0.0",
"time-input": "^1.3.1",
"whatwg-fetch": "^2.0.1"
},
"devDependencies": {
"autoprefixer": "^6.5.3",
"babel-core": "^6.7.4",
"babel-loader": "^6.2.4",
"babel-plugin-istanbul": "^3.0.0",
"babel-plugin-rewire-exports": "0.0.3",
"babel-preset-es2015": "^6.6.0",
"babel-preset-react": "^6.5.0",
"brfs": "^1.4.3",
"chai": "^3.5.0",
"chai-as-promised": "^6.0.0",
"css-loader": "^0.26.0",
"del": "^2.2.0",
"eslint": "^3.8.1",
"eslint-config-airbnb": "^14.0.0",
"eslint-loader": "^1.5.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^3.0.2",
"eslint-plugin-react": "^6.4.1",
"extract-text-webpack-plugin": "^2.0.0-beta.4",
"fetch-mock": "^5.5.0",
"file-loader": "^0.10.0",
"gulp": "^3.9.0",
"gulp-babel": "^6.1.2",
"gulp-eslint": "^3.0.1",
"gulp-util": "^3.0.7",
"html-webpack-plugin": "^2.15.0",
"json-loader": "^0.5.4",
"karma": "^1.3.0",
"karma-chrome-launcher": "^2.0.0",
"karma-coverage": "^1.1.1",
"karma-mocha": "^1.2.0",
"karma-mocha-reporter": "^2.2.0",
"karma-sinon-chai": "^1.2.4",
"karma-webpack": "^2.0.1",
"mocha": "^3.1.2",
"node-sass": "^4.0.0",
"postcss-loader": "^1.2.0",
"rollbar-sourcemap-webpack-plugin": "^1.2.1",
"sass-loader": "^4.0.2",
"sinon": "^1.17.6",
"sinon-chai": "^2.8.0",
"style-loader": "^0.13.1",
"stylelint": "^7.6.0",
"stylelint-config-standard": "^15.0.0",
"stylelint-scss": "^1.3.4",
"transform-loader": "^0.2.3",
"url-loader": "^0.5.7",
"webpack": "^2.1.0-beta.27",
"webpack-cleanup-plugin": "^0.4.1",
"webpack-dev-server": "^2.1.0-beta.12"
},
"eslintConfig": {
"parserOptions": {
"ecmaVersion": 6,
"sourceType": "module",
"ecmaFeatures": {
"impliedStrict": true,
"jsx": true
}
}
}
}