-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.37 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
{
"name": "react-cal",
"version": "1.0.0",
"description": "Google Calendar based on React with print stylesheet.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"react",
"google-calendar"
],
"author": "arturpolkowski.com",
"license": "ISC",
"devDependencies": {
"babel": "^6.23.0",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.4",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-react-html-attrs": "^2.1.0",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"browser-sync": "^2.23.6",
"del": "^3.0.0",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^5.0.0",
"gulp-cssmin": "^0.2.0",
"gulp-react": "^3.1.0",
"gulp-sass": "^4.0.1",
"gulp-sourcemaps": "^2.6.4",
"redux-logger": "^3.0.6",
"run-sequence": "^2.2.1",
"webpack-stream": "^4.0.3",
"gulp-concat": "^2.6.1"
},
"dependencies": {
"font-awesome": "^4.7.0",
"foundation-sites": "^6.4.3",
"react": "^16.3.2",
"react-dom": "^16.3.2",
"react-foundation": "^0.9.4",
"react-redux": "^5.0.7",
"react-router5": "^6.0.1",
"redux": "^4.0.0",
"redux-observable": "^0.18.0",
"redux-router5": "^5.4.0",
"router5": "^6.1.1",
"rxjs": "^5.5.10"
}
}