-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 988 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 988 Bytes
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
{
"name": "front-end",
"version": "1.0.0",
"description": "A react-redux todo boilerplate coded in typescript",
"main": "index.js",
"author": "GibsS",
"license": "ISC",
"dependencies": {
"babel-polyfill": "^6.22.0",
"browserify": "^14.0.0",
"del": "^2.2.2",
"es6-promise": "^4.0.5",
"express": "^4.14.0",
"gulp": "^3.9.1",
"gulp-typescript": "^3.1.4",
"http": "0.0.0",
"immutable": "^3.8.1",
"isomorphic-fetch": "^2.2.1",
"path": "^0.12.7",
"react": "^15.4.2",
"react-dom": "^15.4.2",
"react-redux": "^5.0.2",
"react-router": "^3.0.2",
"redux": "^3.6.0",
"redux-actions": "^1.2.0",
"redux-logger": "^2.7.4",
"redux-socket.io": "^1.3.1",
"redux-thunk": "^2.2.0",
"reselect": "^2.5.4",
"socket.io": "^1.7.2",
"socket.io-client": "^1.7.2",
"typescript": "^2.1.5",
"typings": "^2.1.0",
"vinyl-source-stream": "^1.1.0"
},
"devDependencies": {
"tsify": "^3.0.0"
}
}