This repository was archived by the owner on Mar 26, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
85 lines (85 loc) · 2.74 KB
/
Copy pathpackage.json
File metadata and controls
85 lines (85 loc) · 2.74 KB
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
{
"name": "universal-react",
"version": "0.0.1",
"author": "Kristoffer Lind",
"description": "Overengineered todo with: Server rendering, code splitting, hot reload, optimistic actions, critical path css, offline capabilities and various production optimizations.",
"repository": {
"type": "git",
"url": "https://github.com/kristofferlind/universal-react.git"
},
"devDependencies": {
"babel-core": "^6.24.0",
"babel-eslint": "^7.2.1",
"babel-loader": "^7.0.0",
"babel-plugin-syntax-dynamic-import": "^6.18.0",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-react-remove-prop-types": "^0.4.4",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-es2015": "^6.24.0",
"babel-preset-node6": "^11.0.0",
"babel-preset-react": "^6.23.0",
"babel-preset-stage-2": "^6.24.1",
"circular-dependency-plugin": "^3.0.0",
"css-loader": "^0.28.0",
"editorconfig": "^0.13.2",
"eslint": "^3.19.0",
"eslint-config-airbnb": "^14.1.0",
"eslint-loader": "^1.7.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^4.0.0",
"eslint-plugin-react": "^6.10.3",
"extract-text-webpack-plugin": "^2.1.0",
"gulp": "^3.9.1",
"gulp-clean": "^0.3.2",
"gulp-eslint": "^3.0.1",
"gulp-livereload": "^3.8.1",
"gulp-nodemon": "^2.2.1",
"gulp-util": "^3.0.8",
"html-webpack-plugin": "^2.28.0",
"node-sass": "^4.5.2",
"offline-plugin": "^4.7.0",
"passport": "^0.3.2",
"postcss-loader": "^1.3.3",
"react-hot-loader": "^3.0.0-beta.6",
"request": "^2.81.0",
"request-promise": "^4.2.0",
"require-dir": "^0.3.1",
"sass-loader": "^6.0.3",
"socket.io": "^1.7.3",
"style-loader": "^0.16.0",
"webpack": "^2.3.1",
"webpack-dev-middleware": "^1.10.1",
"webpack-dev-server": "^2.4.2",
"webpack-hot-middleware": "^2.18.0",
"webpack-merge": "^4.1.0"
},
"dependencies": {
"babel-plugin-dynamic-import-node": "^1.0.2",
"body-parser": "^1.17.1",
"classnames": "^2.2.5",
"compression": "^1.6.2",
"connected-react-router": "^4.1.0",
"ejs": "^2.5.6",
"express": "^4.15.2",
"history": "^4.6.1",
"isomorphic-fetch": "^2.2.1",
"jsonwebtoken": "^7.3.0",
"localforage": "^1.5.0",
"lodash.flatten": "^4.4.0",
"lodash.uniq": "^4.5.0",
"mongoose": "^4.9.4",
"passport-google-oauth20": "^1.0.0",
"prop-types": "^15.5.8",
"react": "^15.5.4",
"react-dom": "^15.5.4",
"react-redux": "^5.0.4",
"react-router": "^4.1.1",
"react-router-dom": "^4.1.1",
"react-tree-walker": "^2.1.1",
"redux": "^3.6.0",
"redux-persist": "^4.8.0",
"redux-thunk": "^2.2.0",
"redux-universal": "0.0.2",
"socket.io-client": "^1.7.3"
}
}