forked from cwilbur12/kin-web-client
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
120 lines (120 loc) · 3.42 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
110
111
112
113
114
115
116
117
118
119
120
{
"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.4.2",
"fullcalendar": "^3.0.0",
"fuse.js": "^3.0.5",
"jquery": "^3.1.1",
"lodash": "^4.5.1",
"moment": "^2.13.0",
"moment-timezone": "^0.5.4",
"normalize-wheel": "^1.0.1",
"popper.js": "^1.11.1",
"prop-types": "^15.5.10",
"push.js": "0.0.13",
"react": "^15.6.1",
"react-addons-css-transition-group": "^15.6.0",
"react-addons-perf": "^15.4.1",
"react-addons-shallow-compare": "^15.6.0",
"react-dates": "^12.4.0",
"react-dom": "^15.6.1",
"react-redux": "^5.0.6",
"redux": "^3.7.2",
"redux-thunk": "^2.1.0",
"spotoninc-moment-round": "^2.0.0",
"time-input": "^1.5.1",
"whatwg-fetch": "^2.0.1"
},
"devDependencies": {
"autoprefixer": "^7.1.2",
"babel-core": "^6.25.0",
"babel-eslint": "^7.2.3",
"babel-loader": "^7.1.1",
"babel-plugin-istanbul": "^4.0.0",
"babel-plugin-module-resolver": "^2.7.1",
"babel-plugin-rewire-exports": "^0.2.0",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-preset-es2015": "^6.6.0",
"babel-preset-react": "^6.5.0",
"brfs": "^1.4.3",
"chai": "^4.1.1",
"chai-as-promised": "^7.1.1",
"css-loader": "^0.28.4",
"del": "^3.0.0",
"eslint": "^3.8.1",
"eslint-config-airbnb": "^15.1.0",
"eslint-config-prettier": "^2.3.0",
"eslint-import-resolver-babel-module": "^3.0.0",
"eslint-loader": "^1.9.0",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-jsx-a11y": "^5.1.1",
"eslint-plugin-react": "^7.2.0",
"extract-text-webpack-plugin": "^2.1.2",
"fetch-mock": "^5.12.2",
"file-loader": "^0.11.2",
"gulp": "^3.9.0",
"gulp-eslint": "^3.0.1",
"gulp-util": "^3.0.7",
"html-webpack-plugin": "^2.30.1",
"json-loader": "^0.5.7",
"karma": "^1.3.0",
"karma-chrome-launcher": "^2.1.1",
"karma-coverage": "^1.1.1",
"karma-mocha": "^1.2.0",
"karma-mocha-reporter": "^2.2.0",
"karma-sinon-chai": "^1.2.4",
"karma-sourcemap-loader": "^0.3.7",
"karma-webpack": "^2.0.4",
"mocha": "^3.5.0",
"node-sass": "^4.0.0",
"postcss-loader": "^2.0.6",
"rollbar-sourcemap-webpack-plugin": "^2.2.0",
"sass-loader": "^6.0.6",
"sinon": "^2.4.1",
"sinon-chai": "^2.12.0",
"style-loader": "^0.18.2",
"stylelint": "^7.13.0",
"stylelint-config-standard": "^16.0.0",
"stylelint-scss": "^1.5.2",
"transform-loader": "^0.2.3",
"url-loader": "^0.5.9",
"webpack": "^2.7.0",
"webpack-cleanup-plugin": "^0.5.1",
"webpack-dev-server": "^2.7.1"
},
"eslintConfig": {
"parserOptions": {
"ecmaVersion": 6,
"sourceType": "module",
"ecmaFeatures": {
"impliedStrict": true,
"jsx": true
}
}
},
"scripts": {
"test": "NODE_ENV=dev gulp test",
"test-watch": "NODE_ENV=dev gulp test-watch",
"watch:dev": "NODE_ENV=dev gulp webpack-dev-server"
}
}